2018-08-23 08:15:24,380 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-232 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 08:15:24,386 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=wNfEpQn6exxs2ljmBwhFxwIQB export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=75a5557001334edf9fd80cd1c711e2ec export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=NmzFJzYGECkPLjnTLDsldfHcu export OS_REGION_NAME=regionOne 2018-08-23 08:15:24,386 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 08:15:24,387 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-23 08:15:24,425 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:15:24,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:15:24,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:15:24,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:15:24,725 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-23 08:15:24,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-23 08:15:24,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:24,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f1073b-30eb-4711-b51d-454b3a598819 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:15:24,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-29f1073b-30eb-4711-b51d-454b3a598819 2018-08-23 08:15:24,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:15:25,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:15:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["w-eTGXZwSIWBBad4E-pv4g"], "issued_at": "2018-08-23T08:15:25.000000Z"}} 2018-08-23 08:15:25,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:25,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-a62b4a56-9af5-4a61-9150-d4b52c8121f5 x-compute-request-id: req-a62b4a56-9af5-4a61-9150-d4b52c8121f5 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-23 08:15:25,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-a62b4a56-9af5-4a61-9150-d4b52c8121f5 2018-08-23 08:15:25,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 0.763375997543s 2018-08-23 08:15:25,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-a62b4a56-9af5-4a61-9150-d4b52c8121f5 2018-08-23 08:15:25,490 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-23 08:15:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:25,498 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:15:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be5d879c-024f-4474-b62b-a8b72503e880 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:15:25,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-be5d879c-024f-4474-b62b-a8b72503e880 2018-08-23 08:15:25,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:15:25,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:25,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6997418-3bc6-4d80-ac4f-32ca32bdec2d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:15:25,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f6997418-3bc6-4d80-ac4f-32ca32bdec2d 2018-08-23 08:15:25,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18429684639s 2018-08-23 08:15:25,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f6997418-3bc6-4d80-ac4f-32ca32bdec2d 2018-08-23 08:15:25,685 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'6689ce088ae44b4d8621558cf295335b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-23 08:15:25,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 08:15:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:25,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3737553d-4d84-4170-b91e-5471dd02d34f Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 08:15:25,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-3737553d-4d84-4170-b91e-5471dd02d34f 2018-08-23 08:15:25,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.182151079178s 2018-08-23 08:15:25,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-3737553d-4d84-4170-b91e-5471dd02d34f 2018-08-23 08:15:25,878 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ea0b1dd6eef447378f775482f95c1977', u'id': u'037887b8c9d448478bdacda905b49dbc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'78a0ccd6a0364a0a8c6d277e4a1ceb7b', u'id': u'06444e5690204a94b4435cf665ecd810'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'874905f9d38f4a99ad71118f0dfc3440', u'id': u'07c631c4a4864d5b9d29983fea69cb1e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e02a895ec9e0467e9f478b870bca3b5b', u'id': u'085be6fa68bb4654b574476718150502'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eb257308008446099e4ab8f26da841bc', u'id': u'15c6fcb941064a31a09cb526580c4f42'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'166ef72ba24449b38f3cf8e9cdf485bf', u'id': u'15da98703efe4e178d1505698363cfac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4'}, u'url': u'http://12.0.0.27:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'33db2208137845e09319f43b5492f9e4', u'id': u'3b9a197551c6439bb0ba412e165b6cf4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b7b7c4e778a549f6b0aedc073366103b', u'id': u'4dee5553925d45a8abc332afc5d80efb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'268181213a304c279b201b4f1704955d', u'id': u'4eaf35c3af704584980f056cb8b8e860'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eb257308008446099e4ab8f26da841bc', u'id': u'5781ea45d7bf42329118699da3053ecd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'744f1e0d9fbb4a6d8a98227763179ae4', u'id': u'64c9e310907d47c6b88f990ddd6fcfbe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd3eb6d07bcb74a7a82ff534dda3ddb1e', u'id': u'6c96d7417be8413881eccf739aa0ee00'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ea0b1dd6eef447378f775482f95c1977', u'id': u'7492f3621a4a417da867cf0c0068829a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'166ef72ba24449b38f3cf8e9cdf485bf', u'id': u'833bb3272a63463e910a52edc0e6d5b7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'874905f9d38f4a99ad71118f0dfc3440', u'id': u'924aa9e6024c4981b4f1d3c654cd928c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1d254b4444a744d48fa368b21287e142', u'id': u'958e0447fe7b4ea9955d7a8af4db4419'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'96b3e4ec14764451b8d63f8516922fd1', u'id': u'9822d2f9599d4a62902b2c317b1b936b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'166ef72ba24449b38f3cf8e9cdf485bf', u'id': u'9cfc6560ce7e4ccdb709151233e689df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1d254b4444a744d48fa368b21287e142', u'id': u'9ef25523438e41d8bbb44b62089200a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'268181213a304c279b201b4f1704955d', u'id': u'9f68a25bcfd74e59ae2a90cc2ff11dca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd3eb6d07bcb74a7a82ff534dda3ddb1e', u'id': u'a23d9f6d5cc741f7be20ff4c9a257f64'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f05028b4efb04b4d97db9006cd55bf0c', u'id': u'a2e22acb65694bfda7d5e85cb1338232'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f05028b4efb04b4d97db9006cd55bf0c', u'id': u'ab219d83ffac4e8f95b780098d31261e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'744f1e0d9fbb4a6d8a98227763179ae4', u'id': u'babf62d98d7941569dc71144ccbee311'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'78a0ccd6a0364a0a8c6d277e4a1ceb7b', u'id': u'bc9c3eb15ca7466bbfed1f40778ba13a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eb257308008446099e4ab8f26da841bc', u'id': u'bdd8bb817d2e499bb4efcd6d07b72d0f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'96b3e4ec14764451b8d63f8516922fd1', u'id': u'c212aa1de83b4e13918c99b1eaf829bc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f05028b4efb04b4d97db9006cd55bf0c', u'id': u'c2fa9d01d3654b868f43c07ebe7c8a81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd3eb6d07bcb74a7a82ff534dda3ddb1e', u'id': u'c4fea1b9063149bd9197d51fdd2681d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e02a895ec9e0467e9f478b870bca3b5b', u'id': u'c5b7c773e4db44dbb90b5f11d9d789da'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'874905f9d38f4a99ad71118f0dfc3440', u'id': u'ccecaed01435479a95982ee247a06564'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'744f1e0d9fbb4a6d8a98227763179ae4', u'id': u'd19f6ec56c9141eea15972cfcd4cc7c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1d254b4444a744d48fa368b21287e142', u'id': u'd9a49bb4c1a946c8a9248fb1003ae601'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ea0b1dd6eef447378f775482f95c1977', u'id': u'df155b437fba493799274e1e8e5029c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'268181213a304c279b201b4f1704955d', u'id': u'e0425b0e82b8420fbd3afb34eac77753'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e02a895ec9e0467e9f478b870bca3b5b', u'id': u'e346a336dfdb495f8c19b88113b34ab2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93'}, u'url': u'http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'33db2208137845e09319f43b5492f9e4', u'id': u'e492830a171f4fe8b464015beb0baa93'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'33db2208137845e09319f43b5492f9e4', u'id': u'e5a8cd8e1fa54e0dbb682717303bd581'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b7b7c4e778a549f6b0aedc073366103b', u'id': u'e81823a08f9348e192c077a2393d3b90'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b7b7c4e778a549f6b0aedc073366103b', u'id': u'ec7ff4789b364b9f869cb1c1a1c9324f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'96b3e4ec14764451b8d63f8516922fd1', u'id': u'f3d16c92808e4d3aa9cf63a123c1f2ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'78a0ccd6a0364a0a8c6d277e4a1ceb7b', u'id': u'f7bbe6a05ddc4e9d8b06baa00a211e02'})] 2018-08-23 08:15:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-23 08:15:25,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:25,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-b5619c90-ea75-47d8-86c4-900414455494 x-compute-request-id: req-b5619c90-ea75-47d8-86c4-900414455494 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-23 08:15:25,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-b5619c90-ea75-47d8-86c4-900414455494 2018-08-23 08:15:25,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112977981567s 2018-08-23 08:15:25,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-b5619c90-ea75-47d8-86c4-900414455494 2018-08-23 08:15:26,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-23 08:15:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:28,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-16302279-1c82-4f0b-a341-4858a6f03ea6 x-compute-request-id: req-16302279-1c82-4f0b-a341-4858a6f03ea6 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-23 08:15:28,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-16302279-1c82-4f0b-a341-4858a6f03ea6 2018-08-23 08:15:28,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.05036497116s 2018-08-23 08:15:28,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-16302279-1c82-4f0b-a341-4858a6f03ea6 2018-08-23 08:15:28,061 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-23 08:15:28,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:15:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d3541884-6386-4689-bde8-578af60b9df7 Date: Thu, 23 Aug 2018 08:15:29 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:15:29,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d3541884-6386-4689-bde8-578af60b9df7 2018-08-23 08:15:29,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.986925125122s 2018-08-23 08:15:29,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d3541884-6386-4689-bde8-578af60b9df7 2018-08-23 08:15:29,054 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-23 08:15:29,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 08:15:29,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-6d127f4a-ba21-4658-b74c-f677a4f0d20e x-compute-request-id: req-6d127f4a-ba21-4658-b74c-f677a4f0d20e Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 08:15:29,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6d127f4a-ba21-4658-b74c-f677a4f0d20e 2018-08-23 08:15:29,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.153673887253s 2018-08-23 08:15:29,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6d127f4a-ba21-4658-b74c-f677a4f0d20e 2018-08-23 08:15:29,209 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 8}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 10}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-23 08:15:29,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-23 08:15:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-898ea6bf-3b3d-41cd-b5d7-0ba1b81d387b x-compute-request-id: req-898ea6bf-3b3d-41cd-b5d7-0ba1b81d387b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-23 08:15:29,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-898ea6bf-3b3d-41cd-b5d7-0ba1b81d387b 2018-08-23 08:15:29,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.122786045074s 2018-08-23 08:15:29,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-898ea6bf-3b3d-41cd-b5d7-0ba1b81d387b 2018-08-23 08:15:29,333 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-23 08:15:29,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:29,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4a1f99e1-43f1-4ce9-923c-6d7def72bc6b Date: Thu, 23 Aug 2018 08:15:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:15:29,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4a1f99e1-43f1-4ce9-923c-6d7def72bc6b 2018-08-23 08:15:29,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882968902588s 2018-08-23 08:15:29,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4a1f99e1-43f1-4ce9-923c-6d7def72bc6b 2018-08-23 08:15:29,422 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'cc0375ab-7862-4e07-b257-bba85a025490'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:13:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'2daa17a30fbe437e8108d2263e27e868', u'created_at': u'2018-08-23T08:13:14Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2daa17a30fbe437e8108d2263e27e868'})] 2018-08-23 08:15:29,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:15:29,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a0658678-77aa-49da-8128-cd12acce8d01 Date: Thu, 23 Aug 2018 08:15:29 GMT RESP BODY: {"ports":[]} 2018-08-23 08:15:29,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-a0658678-77aa-49da-8128-cd12acce8d01 2018-08-23 08:15:29,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0267510414124s 2018-08-23 08:15:29,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-a0658678-77aa-49da-8128-cd12acce8d01 2018-08-23 08:15:29,450 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-23 08:15:29,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:15:29,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d16a21-a2b7-4e0f-9ddb-4a7a219ead39 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "75a5557001334edf9fd80cd1c711e2ec"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "0590d17a52ca49bcbb8d17885ae685ea"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec/users/0590d17a52ca49bcbb8d17885ae685ea/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "097393e959d649f6adbce753e78412de"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/097393e959d649f6adbce753e78412de/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "0a977d978c9b4991b08164f51c8d99d4"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/0a977d978c9b4991b08164f51c8d99d4/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "0ca8e36104534e089112bab991291490"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/0ca8e36104534e089112bab991291490/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "4a92b1e46ec54e40bf27ccecf0dc2adc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/4a92b1e46ec54e40bf27ccecf0dc2adc/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "9211e59ea93c4f128734f4a78166f6bb"}, "user": {"id": "4a92b1e46ec54e40bf27ccecf0dc2adc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/4a92b1e46ec54e40bf27ccecf0dc2adc/roles/9211e59ea93c4f128734f4a78166f6bb"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "503cb7bdb4c74bb1951429c588a78216"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/503cb7bdb4c74bb1951429c588a78216/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "5e7d9404b1354d6da2d1d555dfb34371"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/5e7d9404b1354d6da2d1d555dfb34371/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "7dbcb72365cb4da98bfc1683fec066d1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/7dbcb72365cb4da98bfc1683fec066d1/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "9e3cc43fb7524193b2429df315f570aa"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/9e3cc43fb7524193b2429df315f570aa/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "c0066b548d37410f8a1c08b63042ee14"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/c0066b548d37410f8a1c08b63042ee14/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "ca51935c59f444f88f88b460b0676fe0"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/ca51935c59f444f88f88b460b0676fe0/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "dca37b6986524182b59d103117a5c284"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/dca37b6986524182b59d103117a5c284/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"project": {"id": "2daa17a30fbe437e8108d2263e27e868"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "f0de2d61fe844b0f9814ab59421ffa59"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868/users/f0de2d61fe844b0f9814ab59421ffa59/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"domain": {"id": "6689ce088ae44b4d8621558cf295335b"}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "60b49e0747be4498bc2f2b3b85825d6a"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b/users/60b49e0747be4498bc2f2b3b85825d6a/roles/8c7831c4a8f34c87b670447935b80819"}}, {"scope": {"system": {"all": true}}, "role": {"id": "8c7831c4a8f34c87b670447935b80819"}, "user": {"id": "0590d17a52ca49bcbb8d17885ae685ea"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/0590d17a52ca49bcbb8d17885ae685ea/roles/8c7831c4a8f34c87b670447935b80819"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-23 08:15:29,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-22d16a21-a2b7-4e0f-9ddb-4a7a219ead39 2018-08-23 08:15:29,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.278365135193s 2018-08-23 08:15:29,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-22d16a21-a2b7-4e0f-9ddb-4a7a219ead39 2018-08-23 08:15:29,736 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'0590d17a52ca49bcbb8d17885ae685ea'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'097393e959d649f6adbce753e78412de'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'0a977d978c9b4991b08164f51c8d99d4'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'0ca8e36104534e089112bab991291490'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'4a92b1e46ec54e40bf27ccecf0dc2adc'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'9211e59ea93c4f128734f4a78166f6bb', 'user': u'4a92b1e46ec54e40bf27ccecf0dc2adc'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'503cb7bdb4c74bb1951429c588a78216'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'5e7d9404b1354d6da2d1d555dfb34371'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'7dbcb72365cb4da98bfc1683fec066d1'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'9e3cc43fb7524193b2429df315f570aa'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'c0066b548d37410f8a1c08b63042ee14'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'ca51935c59f444f88f88b460b0676fe0'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'dca37b6986524182b59d103117a5c284'}), Munch({'project': u'2daa17a30fbe437e8108d2263e27e868', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'f0de2d61fe844b0f9814ab59421ffa59'}), Munch({'domain': u'6689ce088ae44b4d8621558cf295335b', 'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'60b49e0747be4498bc2f2b3b85825d6a'}), Munch({'id': u'8c7831c4a8f34c87b670447935b80819', 'user': u'0590d17a52ca49bcbb8d17885ae685ea'})] 2018-08-23 08:15:29,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:15:29,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9038fe3-e8db-4642-ba05-e5543598ec57 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:15:29,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9038fe3-e8db-4642-ba05-e5543598ec57 2018-08-23 08:15:29,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192075014114s 2018-08-23 08:15:29,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9038fe3-e8db-4642-ba05-e5543598ec57 2018-08-23 08:15:29,935 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'0f203cfd97bc4e779a4ea70b570f576e'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'30db1db3243a4b15897588863a9d4f44'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'34747ba78e5d4f328680feb9e2fbd46b'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'8c7831c4a8f34c87b670447935b80819'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'9211e59ea93c4f128734f4a78166f6bb'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'fc492d5cb5fd468dafab2379d8032fe8'})] 2018-08-23 08:15:29,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:15:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:29,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0d19fb2b-c4f0-45c2-b591-0345eb05ea75 Date: Thu, 23 Aug 2018 08:15:29 GMT RESP BODY: {"routers": []} 2018-08-23 08:15:29,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0d19fb2b-c4f0-45c2-b591-0345eb05ea75 2018-08-23 08:15:29,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0471749305725s 2018-08-23 08:15:29,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0d19fb2b-c4f0-45c2-b591-0345eb05ea75 2018-08-23 08:15:29,983 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-23 08:15:29,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:15:29,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:30,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa80d306-89aa-4f5d-b255-981d5bff77b6 x-compute-request-id: req-aa80d306-89aa-4f5d-b255-981d5bff77b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:15:30,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa80d306-89aa-4f5d-b255-981d5bff77b6 2018-08-23 08:15:30,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209626913071s 2018-08-23 08:15:30,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa80d306-89aa-4f5d-b255-981d5bff77b6 2018-08-23 08:15:30,194 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-23 08:15:30,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 08:15:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:30,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bca3d482-a96f-4207-bc23-0dc64afa09c2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 08:15:30,207 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-bca3d482-a96f-4207-bc23-0dc64afa09c2 2018-08-23 08:15:30,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:30,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd44f5d5-95dc-463f-980b-239edc531787 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 08:15:30,385 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-cd44f5d5-95dc-463f-980b-239edc531787 2018-08-23 08:15:30,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.187546014786s 2018-08-23 08:15:30,385 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-cd44f5d5-95dc-463f-980b-239edc531787 2018-08-23 08:15:30,390 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'166ef72ba24449b38f3cf8e9cdf485bf', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'1d254b4444a744d48fa368b21287e142', 'name': u'panko'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'268181213a304c279b201b4f1704955d', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'33db2208137845e09319f43b5492f9e4', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'744f1e0d9fbb4a6d8a98227763179ae4', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'78a0ccd6a0364a0a8c6d277e4a1ceb7b', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'874905f9d38f4a99ad71118f0dfc3440', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'96b3e4ec14764451b8d63f8516922fd1', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'b7b7c4e778a549f6b0aedc073366103b', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'bcca629466c848d199988857f7e718c2', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'd3eb6d07bcb74a7a82ff534dda3ddb1e', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'e02a895ec9e0467e9f478b870bca3b5b', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'ea0b1dd6eef447378f775482f95c1977', 'name': u'aodh'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'eb257308008446099e4ab8f26da841bc', 'name': u'heat'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'f05028b4efb04b4d97db9006cd55bf0c', 'name': u'nova'})] 2018-08-23 08:15:30,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:15:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}df306a577c8bc70ec45fba1aae5821f5993b19e2" 2018-08-23 08:15:30,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5252ab21-9458-4c91-9ad0-67f79d5ee0cb Date: Thu, 23 Aug 2018 08:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 08:15:30,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5252ab21-9458-4c91-9ad0-67f79d5ee0cb 2018-08-23 08:15:30,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0373070240021s 2018-08-23 08:15:30,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5252ab21-9458-4c91-9ad0-67f79d5ee0cb 2018-08-23 08:15:30,429 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:13:18Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'tenant_id': u'2daa17a30fbe437e8108d2263e27e868', u'created_at': u'2018-08-23T08:13:18Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'2daa17a30fbe437e8108d2263e27e868'})] 2018-08-23 08:15:30,553 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:15:30,553 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:06 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-23 08:15:30,610 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:15:30,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:15:30,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:15:30,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78857871-033f-4c83-a9ea-a09849e64a03 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:15:30,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-78857871-033f-4c83-a9ea-a09849e64a03 2018-08-23 08:15:30,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:15:31,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:15:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["H8RbRWTeSdWyUxYgefM7BQ"], "issued_at": "2018-08-23T08:15:31.000000Z"}} 2018-08-23 08:15:31,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:31,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:32,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4939f6fb-8e4a-432c-9c55-30597dce6918 Date: Thu, 23 Aug 2018 08:15:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:15:32,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4939f6fb-8e4a-432c-9c55-30597dce6918 2018-08-23 08:15:32,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.974119186401s 2018-08-23 08:15:32,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4939f6fb-8e4a-432c-9c55-30597dce6918 2018-08-23 08:15:32,142 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-23 08:15:32,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:15:32,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" -d '{"network": {"name": "tenantnetwork1-net_6d69197a-c295-4649-9144-44e7070120e8", "admin_state_up": true}}' 2018-08-23 08:15:32,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-507e16bb-4384-4a65-9d89-2ae3e9959c6b Date: Thu, 23 Aug 2018 08:15:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"597ea967-396d-4a0b-b85a-b04c400bee61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:15:32Z","is_default":false,"provider:segmentation_id":95,"name":"tenantnetwork1-net_6d69197a-c295-4649-9144-44e7070120e8","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:15:32Z","mtu":1450}} 2018-08-23 08:15:32,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-507e16bb-4384-4a65-9d89-2ae3e9959c6b 2018-08-23 08:15:32,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.567885875702s 2018-08-23 08:15:32,711 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-507e16bb-4384-4a65-9d89-2ae3e9959c6b 2018-08-23 08:15:32,711 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:15:32Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'597ea967-396d-4a0b-b85a-b04c400bee61', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_6d69197a-c295-4649-9144-44e7070120e8', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:15:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:15:32,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:32,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:32,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-4a51c500-d506-434a-881a-cbc3a5de7ccc Date: Thu, 23 Aug 2018 08:15:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"597ea967-396d-4a0b-b85a-b04c400bee61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:15:32Z","provider:segmentation_id":95,"name":"tenantnetwork1-net_6d69197a-c295-4649-9144-44e7070120e8","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:15:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:15:32,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4a51c500-d506-434a-881a-cbc3a5de7ccc 2018-08-23 08:15:32,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11157989502s 2018-08-23 08:15:32,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4a51c500-d506-434a-881a-cbc3a5de7ccc 2018-08-23 08:15:32,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:15:32,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" -d '{"subnet": {"name": "tenantnetwork1-subnet_6d69197a-c295-4649-9144-44e7070120e8", "enable_dhcp": true, "network_id": "597ea967-396d-4a0b-b85a-b04c400bee61", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:15:33,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-044c583d-23bb-4fff-a353-93f4eae5fca0 Date: Thu, 23 Aug 2018 08:15:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"597ea967-396d-4a0b-b85a-b04c400bee61","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:15:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:15:33Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"94900b75-1a56-4765-8895-b65cb4fc9e5b","subnetpool_id":null,"name":"tenantnetwork1-subnet_6d69197a-c295-4649-9144-44e7070120e8"}} 2018-08-23 08:15:33,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-044c583d-23bb-4fff-a353-93f4eae5fca0 2018-08-23 08:15:33,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.886254072189s 2018-08-23 08:15:33,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-044c583d-23bb-4fff-a353-93f4eae5fca0 2018-08-23 08:15:33,713 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:15:33Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'94900b75-1a56-4765-8895-b65cb4fc9e5b', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_6d69197a-c295-4649-9144-44e7070120e8', u'enable_dhcp': True, u'network_id': u'597ea967-396d-4a0b-b85a-b04c400bee61', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:15:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:15:33,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:15:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "tenantnetwork1-router_6d69197a-c295-4649-9144-44e7070120e8", "admin_state_up": true}}' 2018-08-23 08:15:35,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-699c3743-e1ab-4921-ba2c-ba52b2b321b1 Date: Thu, 23 Aug 2018 08:15:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "6fc11d38-c8bf-449c-a1e0-b291ffc40c65", "name": "tenantnetwork1-router_6d69197a-c295-4649-9144-44e7070120e8"}} 2018-08-23 08:15:35,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-699c3743-e1ab-4921-ba2c-ba52b2b321b1 2018-08-23 08:15:35,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39535903931s 2018-08-23 08:15:35,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-699c3743-e1ab-4921-ba2c-ba52b2b321b1 2018-08-23 08:15:35,110 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:15:33Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:15:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'6fc11d38-c8bf-449c-a1e0-b291ffc40c65', u'name': u'tenantnetwork1-router_6d69197a-c295-4649-9144-44e7070120e8'}) 2018-08-23 08:15:35,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:15:35,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" -d '{"subnet_id": "94900b75-1a56-4765-8895-b65cb4fc9e5b"}' 2018-08-23 08:15:36,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-870466af-060e-437b-bb28-6d26e1d175f3 Date: Thu, 23 Aug 2018 08:15:36 GMT RESP BODY: {"network_id": "597ea967-396d-4a0b-b85a-b04c400bee61", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "94900b75-1a56-4765-8895-b65cb4fc9e5b", "subnet_ids": ["94900b75-1a56-4765-8895-b65cb4fc9e5b"], "port_id": "4db1d5b1-df7d-45c5-a2e3-b0a8493f8a84", "id": "6fc11d38-c8bf-449c-a1e0-b291ffc40c65"} 2018-08-23 08:15:36,650 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/add_router_interface.json used request id req-870466af-060e-437b-bb28-6d26e1d175f3 2018-08-23 08:15:36,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.53949594498s 2018-08-23 08:15:36,651 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/add_router_interface.json used request id req-870466af-060e-437b-bb28-6d26e1d175f3 returning object 6fc11d38-c8bf-449c-a1e0-b291ffc40c65 2018-08-23 08:15:36,763 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:15:36,764 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 08:15:36,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:15:36,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" -d '{"subnet_id": "94900b75-1a56-4765-8895-b65cb4fc9e5b"}' 2018-08-23 08:15:38,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b0e6444a-88b6-4997-89a3-684901456a0c Date: Thu, 23 Aug 2018 08:15:38 GMT RESP BODY: {"network_id": "597ea967-396d-4a0b-b85a-b04c400bee61", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "94900b75-1a56-4765-8895-b65cb4fc9e5b", "subnet_ids": ["94900b75-1a56-4765-8895-b65cb4fc9e5b"], "port_id": "4db1d5b1-df7d-45c5-a2e3-b0a8493f8a84", "id": "6fc11d38-c8bf-449c-a1e0-b291ffc40c65"} 2018-08-23 08:15:38,459 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/remove_router_interface.json used request id req-b0e6444a-88b6-4997-89a3-684901456a0c 2018-08-23 08:15:38,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68978786469s 2018-08-23 08:15:38,459 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65/remove_router_interface.json used request id req-b0e6444a-88b6-4997-89a3-684901456a0c returning object 6fc11d38-c8bf-449c-a1e0-b291ffc40c65 2018-08-23 08:15:38,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:15:38,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:38,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9c51f977-d295-44c9-b505-4469324650d8 Date: Thu, 23 Aug 2018 08:15:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:15:37Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "6fc11d38-c8bf-449c-a1e0-b291ffc40c65", "name": "tenantnetwork1-router_6d69197a-c295-4649-9144-44e7070120e8"}]} 2018-08-23 08:15:38,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9c51f977-d295-44c9-b505-4469324650d8 2018-08-23 08:15:38,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117357969284s 2018-08-23 08:15:38,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9c51f977-d295-44c9-b505-4469324650d8 2018-08-23 08:15:38,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:15:38,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:40,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a70f9568-98f6-4673-a76f-da1dbf80ca4c Content-Length: 0 Date: Thu, 23 Aug 2018 08:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:40,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65.json used request id req-a70f9568-98f6-4673-a76f-da1dbf80ca4c 2018-08-23 08:15:40,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45773005486s 2018-08-23 08:15:40,037 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6fc11d38-c8bf-449c-a1e0-b291ffc40c65.json used request id req-a70f9568-98f6-4673-a76f-da1dbf80ca4c 2018-08-23 08:15:40,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:15:40,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:40,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-883866ba-7c52-47da-81c5-8d21cda28079 Date: Thu, 23 Aug 2018 08:15:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"597ea967-396d-4a0b-b85a-b04c400bee61","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:15:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:15:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"94900b75-1a56-4765-8895-b65cb4fc9e5b","subnetpool_id":null,"name":"tenantnetwork1-subnet_6d69197a-c295-4649-9144-44e7070120e8"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 08:15:40,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-883866ba-7c52-47da-81c5-8d21cda28079 2018-08-23 08:15:40,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0718319416046s 2018-08-23 08:15:40,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-883866ba-7c52-47da-81c5-8d21cda28079 2018-08-23 08:15:40,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:15:40,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/94900b75-1a56-4765-8895-b65cb4fc9e5b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:41,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1ab0e09-c1be-444d-bcbc-7dbedf7f075a Date: Thu, 23 Aug 2018 08:15:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:41,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94900b75-1a56-4765-8895-b65cb4fc9e5b.json used request id req-c1ab0e09-c1be-444d-bcbc-7dbedf7f075a 2018-08-23 08:15:41,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.03358912468s 2018-08-23 08:15:41,145 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94900b75-1a56-4765-8895-b65cb4fc9e5b.json used request id req-c1ab0e09-c1be-444d-bcbc-7dbedf7f075a 2018-08-23 08:15:41,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:41,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:41,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-a1600960-72c2-49c3-9c2d-064a5bbdcde4 Date: Thu, 23 Aug 2018 08:15:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"597ea967-396d-4a0b-b85a-b04c400bee61","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:15:41Z","provider:segmentation_id":95,"name":"tenantnetwork1-net_6d69197a-c295-4649-9144-44e7070120e8","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:15:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:15:41,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a1600960-72c2-49c3-9c2d-064a5bbdcde4 2018-08-23 08:15:41,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0935029983521s 2018-08-23 08:15:41,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a1600960-72c2-49c3-9c2d-064a5bbdcde4 2018-08-23 08:15:41,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:15:41,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/597ea967-396d-4a0b-b85a-b04c400bee61.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38674136c4cd1b5904a17b6641cb7f3859dc8ed2" 2018-08-23 08:15:43,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-018b44ae-b005-4ab6-b0d5-d0b8db54ae5d Date: Thu, 23 Aug 2018 08:15:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:43,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/597ea967-396d-4a0b-b85a-b04c400bee61.json used request id req-018b44ae-b005-4ab6-b0d5-d0b8db54ae5d 2018-08-23 08:15:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.79705095291s 2018-08-23 08:15:43,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/597ea967-396d-4a0b-b85a-b04c400bee61.json used request id req-018b44ae-b005-4ab6-b0d5-d0b8db54ae5d 2018-08-23 08:15:43,089 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-23 08:15:43,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:15:43,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:15:43,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:15:43,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:15:43,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:15:43,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:15:43,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:15:43,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:15:43,128 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:15:43,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:43,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ab0444-4e9c-44bf-8178-f89c1deca880 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:15:43,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-24ab0444-4e9c-44bf-8178-f89c1deca880 2018-08-23 08:15:43,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:15:43,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["WGtjXwt7RuK_8DATdL6xYA"], "issued_at": "2018-08-23T08:15:43.000000Z"}} 2018-08-23 08:15:43,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:43,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:43,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5cbd10b7-f423-4f1d-bb6a-37626c91113d Date: Thu, 23 Aug 2018 08:15:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:15:43,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5cbd10b7-f423-4f1d-bb6a-37626c91113d 2018-08-23 08:15:43,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.324149847031s 2018-08-23 08:15:43,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5cbd10b7-f423-4f1d-bb6a-37626c91113d 2018-08-23 08:15:43,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:43,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f8a102e-faf0-4563-9b74-f43a2c4dc2b4 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:15:43,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-6f8a102e-faf0-4563-9b74-f43a2c4dc2b4 2018-08-23 08:15:43,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:15:43,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:44,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85965b62-9205-42f6-95cd-e7158159bef4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:15:44,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-85965b62-9205-42f6-95cd-e7158159bef4 2018-08-23 08:15:44,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198637962341s 2018-08-23 08:15:44,058 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-85965b62-9205-42f6-95cd-e7158159bef4 2018-08-23 08:15:44,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:15:44,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}}' 2018-08-23 08:15:44,345 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f6838ed-60ab-4188-b15e-6e3c22a5f46e Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, "tags": [], "enabled": true, "id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}} 2018-08-23 08:15:44,345 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4f6838ed-60ab-4188-b15e-6e3c22a5f46e 2018-08-23 08:15:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.281306028366s 2018-08-23 08:15:44,346 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4f6838ed-60ab-4188-b15e-6e3c22a5f46e 2018-08-23 08:15:44,346 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d'}) 2018-08-23 08:15:44,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:15:44,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8837ab58-e682-4d68-8664-8a2be008c264", "email": null, "name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}}' 2018-08-23 08:15:44,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73820aea-39ea-4663-8739-d7a7749cc338 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "links": {"self": "http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d1de48757084409a722140977b257d0", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:15:44,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-73820aea-39ea-4663-8739-d7a7749cc338 2018-08-23 08:15:44,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.495454072952s 2018-08-23 08:15:44,848 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-73820aea-39ea-4663-8739-d7a7749cc338 2018-08-23 08:15:44,849 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7d1de48757084409a722140977b257d0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d'}) 2018-08-23 08:15:44,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:15:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63954860-3b91-4f52-b903-552a0920767c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:15:45,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-63954860-3b91-4f52-b903-552a0920767c 2018-08-23 08:15:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176988124847s 2018-08-23 08:15:45,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-63954860-3b91-4f52-b903-552a0920767c 2018-08-23 08:15:45,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:15:45,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d04505c6-8d24-40b7-927e-dcbdd04d5852 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:15:45,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d04505c6-8d24-40b7-927e-dcbdd04d5852 2018-08-23 08:15:45,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.171597957611s 2018-08-23 08:15:45,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d04505c6-8d24-40b7-927e-dcbdd04d5852 2018-08-23 08:15:45,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:15:45,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db01d4c-50b5-49dc-bb12-2737b5da760e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:15:45,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7db01d4c-50b5-49dc-bb12-2737b5da760e 2018-08-23 08:15:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181007862091s 2018-08-23 08:15:45,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7db01d4c-50b5-49dc-bb12-2737b5da760e 2018-08-23 08:15:45,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:15:45,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923282c0-3a87-4e27-84de-d9ebd439986a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:15:45,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-923282c0-3a87-4e27-84de-d9ebd439986a 2018-08-23 08:15:45,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183705091476s 2018-08-23 08:15:45,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-923282c0-3a87-4e27-84de-d9ebd439986a 2018-08-23 08:15:45,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:15:45,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52b220b-7844-4444-ba35-55e820e05a2d Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "links": {"self": "http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d1de48757084409a722140977b257d0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:15:45,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e52b220b-7844-4444-ba35-55e820e05a2d 2018-08-23 08:15:45,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197618961334s 2018-08-23 08:15:45,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e52b220b-7844-4444-ba35-55e820e05a2d 2018-08-23 08:15:45,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:15:45,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:45,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19b57a2-96c3-44ea-ad63-f721ba05de3e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, "tags": [], "enabled": true, "id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}]} 2018-08-23 08:15:45,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f19b57a2-96c3-44ea-ad63-f721ba05de3e 2018-08-23 08:15:45,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183775186539s 2018-08-23 08:15:45,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f19b57a2-96c3-44ea-ad63-f721ba05de3e 2018-08-23 08:15:45,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:15:45,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=7d1de48757084409a722140977b257d0&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=b5d7e7b9b9724cf4ab1ca4e02bda50ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:46,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c14584-49b1-4180-9a07-711795f3c353 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=7d1de48757084409a722140977b257d0&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=b5d7e7b9b9724cf4ab1ca4e02bda50ae", "previous": null, "next": null}} 2018-08-23 08:15:46,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=7d1de48757084409a722140977b257d0&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=b5d7e7b9b9724cf4ab1ca4e02bda50ae used request id req-49c14584-49b1-4180-9a07-711795f3c353 2018-08-23 08:15:46,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181833982468s 2018-08-23 08:15:46,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=7d1de48757084409a722140977b257d0&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=b5d7e7b9b9724cf4ab1ca4e02bda50ae used request id req-49c14584-49b1-4180-9a07-711795f3c353 2018-08-23 08:15:46,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:15:46,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae/users/7d1de48757084409a722140977b257d0/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:46,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:15:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-def38ffc-d2c8-4b08-b115-c351643f3cba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:15:46,435 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae/users/7d1de48757084409a722140977b257d0/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-def38ffc-d2c8-4b08-b115-c351643f3cba 2018-08-23 08:15:46,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.266299962997s 2018-08-23 08:15:46,436 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae/users/7d1de48757084409a722140977b257d0/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-def38ffc-d2c8-4b08-b115-c351643f3cba 2018-08-23 08:15:46,436 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8837ab58-e682-4d68-8664-8a2be008c264', 'username': u'tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:15:46,438 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:15:46,439 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:15:46,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:15:46,442 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d', 'password': '8837ab58-e682-4d68-8664-8a2be008c264', 'project_name': 'tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'b5d7e7b9b9724cf4ab1ca4e02bda50ae', 'project_domain_name': 'Default'} 2018-08-23 08:15:46,442 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-23 08:15:46,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:15:46,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ab11cc-e82e-4b63-98d4-83eb7d6a2aed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:15:46,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-88ab11cc-e82e-4b63-98d4-83eb7d6a2aed 2018-08-23 08:15:46,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:15:46,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:15:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "name": "tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/b5d7e7b9b9724cf4ab1ca4e02bda50ae", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "id": "7d1de48757084409a722140977b257d0"}, "audit_ids": ["-0ueSmQWTG2iiuBbmsBSoA"], "issued_at": "2018-08-23T08:15:46.000000Z"}} 2018-08-23 08:15:46,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:15:46,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" -d '{"network": {"name": "tenantnetwork2-net_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "admin_state_up": true}}' 2018-08-23 08:15:48,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-27c2d96a-4def-438f-9dbc-906dfe9f3fcb Date: Thu, 23 Aug 2018 08:15:48 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","created_at":"2018-08-23T08:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:15:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","id":"7f739b20-67c8-428c-b17e-5fb66fa39be2","name":"tenantnetwork2-net_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}} 2018-08-23 08:15:48,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-27c2d96a-4def-438f-9dbc-906dfe9f3fcb 2018-08-23 08:15:48,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.31993198395s 2018-08-23 08:15:48,163 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-27c2d96a-4def-438f-9dbc-906dfe9f3fcb 2018-08-23 08:15:48,164 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:15:48Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7f739b20-67c8-428c-b17e-5fb66fa39be2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_19e91a06-bcd7-4711-b53f-042c9b38fe8d', u'admin_state_up': True, u'tenant_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', u'created_at': u'2018-08-23T08:15:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae'}) 2018-08-23 08:15:48,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:48,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:48,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-c369c1e9-330e-420a-b4f6-3d08b87f6522 Date: Thu, 23 Aug 2018 08:15:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:15:48Z","tenant_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","created_at":"2018-08-23T08:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","id":"7f739b20-67c8-428c-b17e-5fb66fa39be2","name":"tenantnetwork2-net_19e91a06-bcd7-4711-b53f-042c9b38fe8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:15:48,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c369c1e9-330e-420a-b4f6-3d08b87f6522 2018-08-23 08:15:48,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130886077881s 2018-08-23 08:15:48,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c369c1e9-330e-420a-b4f6-3d08b87f6522 2018-08-23 08:15:48,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:15:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" -d '{"subnet": {"name": "tenantnetwork2-subnet_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "enable_dhcp": true, "network_id": "7f739b20-67c8-428c-b17e-5fb66fa39be2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:15:49,267 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b0e0b1c4-6ade-4dc8-bf65-7b91b0f164f9 Date: Thu, 23 Aug 2018 08:15:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f739b20-67c8-428c-b17e-5fb66fa39be2","tenant_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","created_at":"2018-08-23T08:15:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:15:48Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","id":"94de15ab-7b9c-4b66-8a29-312e96c118ec","subnetpool_id":null,"name":"tenantnetwork2-subnet_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}} 2018-08-23 08:15:49,267 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b0e0b1c4-6ade-4dc8-bf65-7b91b0f164f9 2018-08-23 08:15:49,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.97025179863s 2018-08-23 08:15:49,268 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b0e0b1c4-6ade-4dc8-bf65-7b91b0f164f9 2018-08-23 08:15:49,268 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:15:48Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'94de15ab-7b9c-4b66-8a29-312e96c118ec', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_19e91a06-bcd7-4711-b53f-042c9b38fe8d', u'enable_dhcp': True, u'network_id': u'7f739b20-67c8-428c-b17e-5fb66fa39be2', u'tenant_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', u'created_at': u'2018-08-23T08:15:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae'}) 2018-08-23 08:15:49,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:15:49,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "tenantnetwork2-router_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "admin_state_up": true}}' 2018-08-23 08:15:50,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-33d3df78-44c9-4364-878d-703b83ca3bf0 Date: Thu, 23 Aug 2018 08:15:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:49Z", "admin_state_up": true, "updated_at": "2018-08-23T08:15:50Z", "revision_number": 2, "routes": [], "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "caabbbe1-9950-48b2-9d63-ad05e174ff79", "name": "tenantnetwork2-router_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}} 2018-08-23 08:15:50,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-33d3df78-44c9-4364-878d-703b83ca3bf0 2018-08-23 08:15:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24505805969s 2018-08-23 08:15:50,514 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-33d3df78-44c9-4364-878d-703b83ca3bf0 2018-08-23 08:15:50,515 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', u'created_at': u'2018-08-23T08:15:49Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:15:50Z', u'revision_number': 2, u'routes': [], u'project_id': u'b5d7e7b9b9724cf4ab1ca4e02bda50ae', u'id': u'caabbbe1-9950-48b2-9d63-ad05e174ff79', u'name': u'tenantnetwork2-router_19e91a06-bcd7-4711-b53f-042c9b38fe8d'}) 2018-08-23 08:15:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:15:50,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" -d '{"subnet_id": "94de15ab-7b9c-4b66-8a29-312e96c118ec"}' 2018-08-23 08:15:52,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-99babcf3-446c-41ce-a352-7fa07e9ec402 Date: Thu, 23 Aug 2018 08:15:52 GMT RESP BODY: {"network_id": "7f739b20-67c8-428c-b17e-5fb66fa39be2", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "subnet_id": "94de15ab-7b9c-4b66-8a29-312e96c118ec", "subnet_ids": ["94de15ab-7b9c-4b66-8a29-312e96c118ec"], "port_id": "9fbaf905-6af9-44a2-b83f-5e58e979e879", "id": "caabbbe1-9950-48b2-9d63-ad05e174ff79"} 2018-08-23 08:15:52,447 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/add_router_interface.json used request id req-99babcf3-446c-41ce-a352-7fa07e9ec402 2018-08-23 08:15:52,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.93153595924s 2018-08-23 08:15:52,447 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/add_router_interface.json used request id req-99babcf3-446c-41ce-a352-7fa07e9ec402 returning object caabbbe1-9950-48b2-9d63-ad05e174ff79 2018-08-23 08:15:52,563 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:15:52,563 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 08:15:52,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:15:52,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" -d '{"subnet_id": "94de15ab-7b9c-4b66-8a29-312e96c118ec"}' 2018-08-23 08:15:54,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b726a6e2-9495-48ea-be81-672f0bbdf510 Date: Thu, 23 Aug 2018 08:15:54 GMT RESP BODY: {"network_id": "7f739b20-67c8-428c-b17e-5fb66fa39be2", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "subnet_id": "94de15ab-7b9c-4b66-8a29-312e96c118ec", "subnet_ids": ["94de15ab-7b9c-4b66-8a29-312e96c118ec"], "port_id": "9fbaf905-6af9-44a2-b83f-5e58e979e879", "id": "caabbbe1-9950-48b2-9d63-ad05e174ff79"} 2018-08-23 08:15:54,104 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/remove_router_interface.json used request id req-b726a6e2-9495-48ea-be81-672f0bbdf510 2018-08-23 08:15:54,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5359609127s 2018-08-23 08:15:54,105 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79/remove_router_interface.json used request id req-b726a6e2-9495-48ea-be81-672f0bbdf510 returning object caabbbe1-9950-48b2-9d63-ad05e174ff79 2018-08-23 08:15:54,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:15:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:54,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-053069f6-1c22-41a7-a118-5bda930f23e9 Date: Thu, 23 Aug 2018 08:15:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:49Z", "admin_state_up": true, "updated_at": "2018-08-23T08:15:53Z", "revision_number": 4, "routes": [], "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "caabbbe1-9950-48b2-9d63-ad05e174ff79", "name": "tenantnetwork2-router_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}]} 2018-08-23 08:15:54,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-053069f6-1c22-41a7-a118-5bda930f23e9 2018-08-23 08:15:54,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.253977060318s 2018-08-23 08:15:54,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-053069f6-1c22-41a7-a118-5bda930f23e9 2018-08-23 08:15:54,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:15:54,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:55,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94d5496d-17ee-4a7c-a578-f07049b2bb97 Content-Length: 0 Date: Thu, 23 Aug 2018 08:15:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:55,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79.json used request id req-94d5496d-17ee-4a7c-a578-f07049b2bb97 2018-08-23 08:15:55,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.18880486488s 2018-08-23 08:15:55,550 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/caabbbe1-9950-48b2-9d63-ad05e174ff79.json used request id req-94d5496d-17ee-4a7c-a578-f07049b2bb97 2018-08-23 08:15:55,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:15:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:55,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e52266d0-9df4-436c-870e-afc678463a62 Date: Thu, 23 Aug 2018 08:15:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7f739b20-67c8-428c-b17e-5fb66fa39be2","tenant_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","created_at":"2018-08-23T08:15:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:15:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","id":"94de15ab-7b9c-4b66-8a29-312e96c118ec","subnetpool_id":null,"name":"tenantnetwork2-subnet_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}]} 2018-08-23 08:15:55,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e52266d0-9df4-436c-870e-afc678463a62 2018-08-23 08:15:55,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0782098770142s 2018-08-23 08:15:55,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e52266d0-9df4-436c-870e-afc678463a62 2018-08-23 08:15:55,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:15:55,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/94de15ab-7b9c-4b66-8a29-312e96c118ec.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:56,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a6cfc35-e60a-404c-82ba-2a0ac825ad3c Date: Thu, 23 Aug 2018 08:15:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:56,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94de15ab-7b9c-4b66-8a29-312e96c118ec.json used request id req-4a6cfc35-e60a-404c-82ba-2a0ac825ad3c 2018-08-23 08:15:56,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14770507812s 2018-08-23 08:15:56,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94de15ab-7b9c-4b66-8a29-312e96c118ec.json used request id req-4a6cfc35-e60a-404c-82ba-2a0ac825ad3c 2018-08-23 08:15:56,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:15:56,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:56,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b875465b-679b-4515-8470-e2cb6fa752b9 Date: Thu, 23 Aug 2018 08:15:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:15:56Z","tenant_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","created_at":"2018-08-23T08:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b5d7e7b9b9724cf4ab1ca4e02bda50ae","id":"7f739b20-67c8-428c-b17e-5fb66fa39be2","name":"tenantnetwork2-net_19e91a06-bcd7-4711-b53f-042c9b38fe8d"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:15:56,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b875465b-679b-4515-8470-e2cb6fa752b9 2018-08-23 08:15:56,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.099200963974s 2018-08-23 08:15:56,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b875465b-679b-4515-8470-e2cb6fa752b9 2018-08-23 08:15:56,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:15:56,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/7f739b20-67c8-428c-b17e-5fb66fa39be2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eaf7eb3d2645e243a0a233bbf97d04cb25a7567a" 2018-08-23 08:15:58,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4a42891-6ee9-46bc-b415-46b7d4dc4d13 Date: Thu, 23 Aug 2018 08:15:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:15:58,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7f739b20-67c8-428c-b17e-5fb66fa39be2.json used request id req-e4a42891-6ee9-46bc-b415-46b7d4dc4d13 2018-08-23 08:15:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.72572302818s 2018-08-23 08:15:58,606 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7f739b20-67c8-428c-b17e-5fb66fa39be2.json used request id req-e4a42891-6ee9-46bc-b415-46b7d4dc4d13 2018-08-23 08:15:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:15:58,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:58,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e01caec-ba8f-4284-ab74-a9343255aefb Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "links": {"self": "http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7d1de48757084409a722140977b257d0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:15:58,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0e01caec-ba8f-4284-ab74-a9343255aefb 2018-08-23 08:15:58,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224005937576s 2018-08-23 08:15:58,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0e01caec-ba8f-4284-ab74-a9343255aefb 2018-08-23 08:15:58,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:15:58,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:59,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-690cc434-c896-48df-bc6a-cb3bedb4a4fa Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19e91a06-bcd7-4711-b53f-042c9b38fe8d", "links": {"self": "http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7d1de48757084409a722140977b257d0", "description": null}} 2018-08-23 08:15:59,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 used request id req-690cc434-c896-48df-bc6a-cb3bedb4a4fa 2018-08-23 08:15:59,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189100027084s 2018-08-23 08:15:59,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 used request id req-690cc434-c896-48df-bc6a-cb3bedb4a4fa 2018-08-23 08:15:59,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:15:59,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:59,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:15:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bb04d8d-7386-4cf4-bb3b-2e3c9e68962d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:15:59,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 used request id req-7bb04d8d-7386-4cf4-bb3b-2e3c9e68962d 2018-08-23 08:15:59,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.293184995651s 2018-08-23 08:15:59,319 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d1de48757084409a722140977b257d0 used request id req-7bb04d8d-7386-4cf4-bb3b-2e3c9e68962d 2018-08-23 08:15:59,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:15:59,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:59,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-577a34be-09bb-4f6b-aedb-e680d8a9a69e Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, "tags": [], "enabled": true, "id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19e91a06-bcd7-4711-b53f-042c9b38fe8d"}]} 2018-08-23 08:15:59,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-577a34be-09bb-4f6b-aedb-e680d8a9a69e 2018-08-23 08:15:59,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186282873154s 2018-08-23 08:15:59,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-577a34be-09bb-4f6b-aedb-e680d8a9a69e 2018-08-23 08:15:59,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:15:59,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20ab23903265035bdb3f040722c2eec73dee6309" 2018-08-23 08:15:59,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:15:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f33030d2-1d84-4aea-95d9-a195edcebc6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:15:59,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae used request id req-f33030d2-1d84-4aea-95d9-a195edcebc6e 2018-08-23 08:15:59,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.311872959137s 2018-08-23 08:15:59,829 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b5d7e7b9b9724cf4ab1ca4e02bda50ae used request id req-f33030d2-1d84-4aea-95d9-a195edcebc6e 2018-08-23 08:15:59,881 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:15:59,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:15:59,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:15:59,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:15:59,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:15:59,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:15:59,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:15:59,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:16:00,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:00,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9ff7ec-2c02-48ab-85f9-dcb7b98feb42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:16:00,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9c9ff7ec-2c02-48ab-85f9-dcb7b98feb42 2018-08-23 08:16:00,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:16:00,398 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["6Ez3-rTlTheUvlzaMeOo4g"], "issued_at": "2018-08-23T08:16:00.000000Z"}} 2018-08-23 08:16:00,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:00,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:00,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f9e98af7-99f7-4990-a42b-22589c90865a Date: Thu, 23 Aug 2018 08:16:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:00,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9e98af7-99f7-4990-a42b-22589c90865a 2018-08-23 08:16:00,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353129148483s 2018-08-23 08:16:00,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f9e98af7-99f7-4990-a42b-22589c90865a 2018-08-23 08:16:00,755 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-23 08:16:00,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:16:00,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"network": {"name": "vmready1-net_3b6e0cc2-656b-4f6d-904e-f68326308f69", "admin_state_up": true}}' 2018-08-23 08:16:01,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-bdb7253e-0594-478d-99ae-2bb3673f3f82 Date: Thu, 23 Aug 2018 08:16:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8bd034e7-01c3-400c-89d9-d7966b2fe149","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:16:00Z","is_default":false,"provider:segmentation_id":25,"name":"vmready1-net_3b6e0cc2-656b-4f6d-904e-f68326308f69","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:00Z","mtu":1450}} 2018-08-23 08:16:01,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bdb7253e-0594-478d-99ae-2bb3673f3f82 2018-08-23 08:16:01,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.316421985626s 2018-08-23 08:16:01,073 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bdb7253e-0594-478d-99ae-2bb3673f3f82 2018-08-23 08:16:01,073 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:16:00Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8bd034e7-01c3-400c-89d9-d7966b2fe149', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_3b6e0cc2-656b-4f6d-904e-f68326308f69', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:16:01,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:01,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-cdfcd1b4-b4fa-464f-8ea5-aa5111b6795f Date: Thu, 23 Aug 2018 08:16:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8bd034e7-01c3-400c-89d9-d7966b2fe149","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:16:00Z","provider:segmentation_id":25,"name":"vmready1-net_3b6e0cc2-656b-4f6d-904e-f68326308f69","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:01,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cdfcd1b4-b4fa-464f-8ea5-aa5111b6795f 2018-08-23 08:16:01,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101207971573s 2018-08-23 08:16:01,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cdfcd1b4-b4fa-464f-8ea5-aa5111b6795f 2018-08-23 08:16:01,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:16:01,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"subnet": {"name": "vmready1-subnet_3b6e0cc2-656b-4f6d-904e-f68326308f69", "enable_dhcp": true, "network_id": "8bd034e7-01c3-400c-89d9-d7966b2fe149", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:16:01,791 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-74ca4fbd-7ea6-4215-ad07-46a9b6485fdc Date: Thu, 23 Aug 2018 08:16:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8bd034e7-01c3-400c-89d9-d7966b2fe149","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16:01Z","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":"75a5557001334edf9fd80cd1c711e2ec","id":"faf55214-40b7-4f68-bfcc-50a745605614","subnetpool_id":null,"name":"vmready1-subnet_3b6e0cc2-656b-4f6d-904e-f68326308f69"}} 2018-08-23 08:16:01,791 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-74ca4fbd-7ea6-4215-ad07-46a9b6485fdc 2018-08-23 08:16:01,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.613896846771s 2018-08-23 08:16:01,792 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-74ca4fbd-7ea6-4215-ad07-46a9b6485fdc 2018-08-23 08:16:01,792 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:16:01Z', 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'faf55214-40b7-4f68-bfcc-50a745605614', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_3b6e0cc2-656b-4f6d-904e-f68326308f69', u'enable_dhcp': True, u'network_id': u'8bd034e7-01c3-400c-89d9-d7966b2fe149', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:16:01,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:16:01,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vmready1-router_3b6e0cc2-656b-4f6d-904e-f68326308f69", "admin_state_up": true}}' 2018-08-23 08:16:03,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-2960f3d6-0f2d-485a-8ff5-6a8ff88bc26f Date: Thu, 23 Aug 2018 08:16:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:16:03Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "82aa2459-bf53-4796-abbd-bbe9b7b07fec", "name": "vmready1-router_3b6e0cc2-656b-4f6d-904e-f68326308f69"}} 2018-08-23 08:16:03,452 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2960f3d6-0f2d-485a-8ff5-6a8ff88bc26f 2018-08-23 08:16:03,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65934586525s 2018-08-23 08:16:03,452 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2960f3d6-0f2d-485a-8ff5-6a8ff88bc26f 2018-08-23 08:16:03,453 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16:01Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:16:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'82aa2459-bf53-4796-abbd-bbe9b7b07fec', u'name': u'vmready1-router_3b6e0cc2-656b-4f6d-904e-f68326308f69'}) 2018-08-23 08:16:03,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:16:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"subnet_id": "faf55214-40b7-4f68-bfcc-50a745605614"}' 2018-08-23 08:16:05,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59509d15-f83e-4c21-bd15-b8d43843ad44 Date: Thu, 23 Aug 2018 08:16:05 GMT RESP BODY: {"network_id": "8bd034e7-01c3-400c-89d9-d7966b2fe149", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "faf55214-40b7-4f68-bfcc-50a745605614", "subnet_ids": ["faf55214-40b7-4f68-bfcc-50a745605614"], "port_id": "5444c85c-9d5b-4afc-9d2f-3f8a7e3ab511", "id": "82aa2459-bf53-4796-abbd-bbe9b7b07fec"} 2018-08-23 08:16:05,215 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/add_router_interface.json used request id req-59509d15-f83e-4c21-bd15-b8d43843ad44 2018-08-23 08:16:05,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.76177406311s 2018-08-23 08:16:05,216 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/add_router_interface.json used request id req-59509d15-f83e-4c21-bd15-b8d43843ad44 returning object 82aa2459-bf53-4796-abbd-bbe9b7b07fec 2018-08-23 08:16:05,216 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:16:05,349 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:16:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:05,355 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:16:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:16:05,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:05,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:06,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5bcb2546-c579-40d4-973c-4656988068a8 Date: Thu, 23 Aug 2018 08:16:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:06,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5bcb2546-c579-40d4-973c-4656988068a8 2018-08-23 08:16:06,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.757198095322s 2018-08-23 08:16:06,115 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5bcb2546-c579-40d4-973c-4656988068a8 2018-08-23 08:16:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:16:06,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69"}' 2018-08-23 08:16:06,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e5a0e3d7-d17e-482a-9ae6-9773fbf8dcf2 Date: Thu, 23 Aug 2018 08:16:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:06Z", "file": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "size": null, "self": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "checksum": null, "created_at": "2018-08-23T08:16:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:16:06,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e5a0e3d7-d17e-482a-9ae6-9773fbf8dcf2 2018-08-23 08:16:06,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0739948749542s 2018-08-23 08:16:06,198 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e5a0e3d7-d17e-482a-9ae6-9773fbf8dcf2 returning object bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2 2018-08-23 08:16:06,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:16:06,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '' 2018-08-23 08:16:08,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-032a3104-16b9-425e-bbca-40d4f3ed274b Date: Thu, 23 Aug 2018 08:16:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:16:08,973 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file used request id req-032a3104-16b9-425e-bbca-40d4f3ed274b 2018-08-23 08:16:08,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.77406406403s 2018-08-23 08:16:08,973 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file used request id req-032a3104-16b9-425e-bbca-40d4f3ed274b 2018-08-23 08:16:08,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:08,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:09,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-e31c7cba-67c1-4e9c-ae31-68c7f728bb9c Date: Thu, 23 Aug 2018 08:16:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:08Z", "file": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "size": 12716032, "self": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:09,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e31c7cba-67c1-4e9c-ae31-68c7f728bb9c 2018-08-23 08:16:09,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0262219905853s 2018-08-23 08:16:09,004 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e31c7cba-67c1-4e9c-ae31-68c7f728bb9c 2018-08-23 08:16:09,006 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2', 'size': 12716032, u'self': u'/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:16:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:16:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69', 'created': u'2018-08-23T08:16:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:16:06Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:16:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:16:09,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_3b6e0cc2-656b-4f6d-904e-f68326308f69", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:16:10,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-bae4b618-b5c8-4b39-a2a7-43958ed9b1c5 x-compute-request-id: req-bae4b618-b5c8-4b39-a2a7-43958ed9b1c5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_3b6e0cc2-656b-4f6d-904e-f68326308f69", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1dc8fcec-696a-424b-bc8d-68ede70bd613"}} 2018-08-23 08:16:10,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bae4b618-b5c8-4b39-a2a7-43958ed9b1c5 2018-08-23 08:16:10,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 1.0803399086s 2018-08-23 08:16:10,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bae4b618-b5c8-4b39-a2a7-43958ed9b1c5 2018-08-23 08:16:10,089 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_3b6e0cc2-656b-4f6d-904e-f68326308f69', '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'75a5557001334edf9fd80cd1c711e2ec', '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'1dc8fcec-696a-424b-bc8d-68ede70bd613', 'swap': 0}) 2018-08-23 08:16:10,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:16:10,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"extra_specs": {}}' 2018-08-23 08:16:10,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7a97040-7423-4373-8c70-ca728557dc66 x-compute-request-id: req-b7a97040-7423-4373-8c70-ca728557dc66 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:16:10,113 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613/os-extra_specs used request id req-b7a97040-7423-4373-8c70-ca728557dc66 2018-08-23 08:16:10,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0235958099365s 2018-08-23 08:16:10,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613/os-extra_specs used request id req-b7a97040-7423-4373-8c70-ca728557dc66 2018-08-23 08:16:10,227 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:16:10,227 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:16:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:16:10,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" -d '{"subnet_id": "faf55214-40b7-4f68-bfcc-50a745605614"}' 2018-08-23 08:16:11,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12368307-1644-46e3-b689-9694bfa49634 Date: Thu, 23 Aug 2018 08:16:12 GMT RESP BODY: {"network_id": "8bd034e7-01c3-400c-89d9-d7966b2fe149", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "faf55214-40b7-4f68-bfcc-50a745605614", "subnet_ids": ["faf55214-40b7-4f68-bfcc-50a745605614"], "port_id": "5444c85c-9d5b-4afc-9d2f-3f8a7e3ab511", "id": "82aa2459-bf53-4796-abbd-bbe9b7b07fec"} 2018-08-23 08:16:11,998 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/remove_router_interface.json used request id req-12368307-1644-46e3-b689-9694bfa49634 2018-08-23 08:16:11,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.76549100876s 2018-08-23 08:16:11,999 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec/remove_router_interface.json used request id req-12368307-1644-46e3-b689-9694bfa49634 returning object 82aa2459-bf53-4796-abbd-bbe9b7b07fec 2018-08-23 08:16:11,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:16:12,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:12,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-e9608dc1-7f14-4f2c-b833-6ec8f4977cb1 Date: Thu, 23 Aug 2018 08:16:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:01Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:16:11Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "82aa2459-bf53-4796-abbd-bbe9b7b07fec", "name": "vmready1-router_3b6e0cc2-656b-4f6d-904e-f68326308f69"}]} 2018-08-23 08:16:12,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e9608dc1-7f14-4f2c-b833-6ec8f4977cb1 2018-08-23 08:16:12,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110968112946s 2018-08-23 08:16:12,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e9608dc1-7f14-4f2c-b833-6ec8f4977cb1 2018-08-23 08:16:12,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:16:12,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:13,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8be47db5-23a5-416c-a490-3894ebff8ef3 Content-Length: 0 Date: Thu, 23 Aug 2018 08:16:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:13,648 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec.json used request id req-8be47db5-23a5-416c-a490-3894ebff8ef3 2018-08-23 08:16:13,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.53572702408s 2018-08-23 08:16:13,648 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/82aa2459-bf53-4796-abbd-bbe9b7b07fec.json used request id req-8be47db5-23a5-416c-a490-3894ebff8ef3 2018-08-23 08:16:13,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:16:13,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:13,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-ef965879-6a49-4b8d-8348-37428e182bb2 Date: Thu, 23 Aug 2018 08:16:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8bd034e7-01c3-400c-89d9-d7966b2fe149","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16:01Z","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":"75a5557001334edf9fd80cd1c711e2ec","id":"faf55214-40b7-4f68-bfcc-50a745605614","subnetpool_id":null,"name":"vmready1-subnet_3b6e0cc2-656b-4f6d-904e-f68326308f69"}]} 2018-08-23 08:16:13,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ef965879-6a49-4b8d-8348-37428e182bb2 2018-08-23 08:16:13,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0619051456451s 2018-08-23 08:16:13,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ef965879-6a49-4b8d-8348-37428e182bb2 2018-08-23 08:16:13,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:16:13,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/faf55214-40b7-4f68-bfcc-50a745605614.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:14,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de490711-82bf-423e-9093-132f1e898d3f Date: Thu, 23 Aug 2018 08:16:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:14,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/faf55214-40b7-4f68-bfcc-50a745605614.json used request id req-de490711-82bf-423e-9093-132f1e898d3f 2018-08-23 08:16:14,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10796308517s 2018-08-23 08:16:14,821 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/faf55214-40b7-4f68-bfcc-50a745605614.json used request id req-de490711-82bf-423e-9093-132f1e898d3f 2018-08-23 08:16:14,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:14,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:14,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-beb6c6bb-99fd-4bda-a38a-85762c10da57 Date: Thu, 23 Aug 2018 08:16:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8bd034e7-01c3-400c-89d9-d7966b2fe149","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:16:14Z","provider:segmentation_id":25,"name":"vmready1-net_3b6e0cc2-656b-4f6d-904e-f68326308f69","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:00Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:14,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-beb6c6bb-99fd-4bda-a38a-85762c10da57 2018-08-23 08:16:14,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832350254059s 2018-08-23 08:16:14,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-beb6c6bb-99fd-4bda-a38a-85762c10da57 2018-08-23 08:16:14,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:16:14,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8bd034e7-01c3-400c-89d9-d7966b2fe149.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:16,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6901a033-ffa5-4bec-a402-a1d412835e90 Date: Thu, 23 Aug 2018 08:16:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:16,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8bd034e7-01c3-400c-89d9-d7966b2fe149.json used request id req-6901a033-ffa5-4bec-a402-a1d412835e90 2018-08-23 08:16:16,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.2541821003s 2018-08-23 08:16:16,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8bd034e7-01c3-400c-89d9-d7966b2fe149.json used request id req-6901a033-ffa5-4bec-a402-a1d412835e90 2018-08-23 08:16:16,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:16,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:16,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-a5f1442b-7657-49ef-8a38-1ae8497384d1 Date: Thu, 23 Aug 2018 08:16:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:08Z", "file": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "size": 12716032, "self": "/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_3b6e0cc2-656b-4f6d-904e-f68326308f69", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:16,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5f1442b-7657-49ef-8a38-1ae8497384d1 2018-08-23 08:16:16,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0550441741943s 2018-08-23 08:16:16,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5f1442b-7657-49ef-8a38-1ae8497384d1 2018-08-23 08:16:16,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:16:16,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:16,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc792bfc-3789-4a6f-bd8f-0d44f653672d Date: Thu, 23 Aug 2018 08:16:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:16:16,906 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2 used request id req-dc792bfc-3789-4a6f-bd8f-0d44f653672d 2018-08-23 08:16:16,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.683904886246s 2018-08-23 08:16:16,906 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bcbcfd3d-d3bb-4d94-a0d4-dbecca8adac2 used request id req-dc792bfc-3789-4a6f-bd8f-0d44f653672d 2018-08-23 08:16:16,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:16:16,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:16,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-ce73bbb9-b204-426d-a7b3-35414160ab8b x-compute-request-id: req-ce73bbb9-b204-426d-a7b3-35414160ab8b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_3b6e0cc2-656b-4f6d-904e-f68326308f69", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1dc8fcec-696a-424b-bc8d-68ede70bd613"}]} 2018-08-23 08:16:16,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ce73bbb9-b204-426d-a7b3-35414160ab8b 2018-08-23 08:16:16,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249669551849s 2018-08-23 08:16:16,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ce73bbb9-b204-426d-a7b3-35414160ab8b 2018-08-23 08:16:16,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:16:16,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9862bf53e8ac7a85b252f19c8e4d029826522bdd" 2018-08-23 08:16:16,970 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-eedd5344-d7af-4967-b571-a9ef8fbce013 x-compute-request-id: req-eedd5344-d7af-4967-b571-a9ef8fbce013 Content-Length: 0 Content-Type: application/json 2018-08-23 08:16:16,970 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613 used request id req-eedd5344-d7af-4967-b571-a9ef8fbce013 2018-08-23 08:16:16,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368180274963s 2018-08-23 08:16:16,971 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1dc8fcec-696a-424b-bc8d-68ede70bd613 used request id req-eedd5344-d7af-4967-b571-a9ef8fbce013 2018-08-23 08:16:17,020 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:16:17,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:16:17,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:16:17,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:17,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47d4f7f-2881-4411-a7dd-1fb56ca202ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:16:17,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d47d4f7f-2881-4411-a7dd-1fb56ca202ad 2018-08-23 08:16:17,067 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:16:17,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:16:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["qx56g7CmQfGH-omL15P7UQ"], "issued_at": "2018-08-23T08:16:17.000000Z"}} 2018-08-23 08:16:17,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:17,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:17,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1d447e1c-2b11-4981-80fe-bbd5f096e0a0 Date: Thu, 23 Aug 2018 08:16:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:17,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1d447e1c-2b11-4981-80fe-bbd5f096e0a0 2018-08-23 08:16:17,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321068048477s 2018-08-23 08:16:17,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1d447e1c-2b11-4981-80fe-bbd5f096e0a0 2018-08-23 08:16:17,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:17,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:16:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f38b731-83ec-4081-9ffe-b3d5ca88fc20 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:16:17,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-0f38b731-83ec-4081-9ffe-b3d5ca88fc20 2018-08-23 08:16:17,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:16:17,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:18,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99aead4-3cd6-47a8-b31c-6be5b9afd588 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:16:18,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-b99aead4-3cd6-47a8-b31c-6be5b9afd588 2018-08-23 08:16:18,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200018167496s 2018-08-23 08:16:18,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-b99aead4-3cd6-47a8-b31c-6be5b9afd588 2018-08-23 08:16:18,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:16:18,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_f776b408-1880-49ff-9767-f50828344879"}}' 2018-08-23 08:16:18,253 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:16:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95367296-71d3-4c21-9e3f-47a4f0aabe7a Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3"}, "tags": [], "enabled": true, "id": "fc87dfd15688480882ed8153f517aed3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_f776b408-1880-49ff-9767-f50828344879"}} 2018-08-23 08:16:18,254 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-95367296-71d3-4c21-9e3f-47a4f0aabe7a 2018-08-23 08:16:18,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.23788690567s 2018-08-23 08:16:18,254 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-95367296-71d3-4c21-9e3f-47a4f0aabe7a 2018-08-23 08:16:18,255 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'fc87dfd15688480882ed8153f517aed3', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_f776b408-1880-49ff-9767-f50828344879'}) 2018-08-23 08:16:18,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:16:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2338ccd7-7842-4c93-b464-639a617734f4", "email": null, "name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879"}}' 2018-08-23 08:16:18,756 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:16:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e74398b-4b92-4f72-be6a-f7c54bc24b08 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879", "links": {"self": "http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6f59ea5b3ce242baae7841ac6873b900", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:16:18,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-6e74398b-4b92-4f72-be6a-f7c54bc24b08 2018-08-23 08:16:18,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.496167898178s 2018-08-23 08:16:18,757 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-6e74398b-4b92-4f72-be6a-f7c54bc24b08 2018-08-23 08:16:18,757 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'6f59ea5b3ce242baae7841ac6873b900', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_f776b408-1880-49ff-9767-f50828344879'}) 2018-08-23 08:16:18,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:16:18,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:18,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19fc8b7-7c94-4079-8cc0-3d69632a5398 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:16:18,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e19fc8b7-7c94-4079-8cc0-3d69632a5398 2018-08-23 08:16:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178237199783s 2018-08-23 08:16:18,940 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e19fc8b7-7c94-4079-8cc0-3d69632a5398 2018-08-23 08:16:18,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:16:18,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3086264-b0a6-4c82-8a27-428a9049747c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:16:19,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d3086264-b0a6-4c82-8a27-428a9049747c 2018-08-23 08:16:19,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182579994202s 2018-08-23 08:16:19,128 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d3086264-b0a6-4c82-8a27-428a9049747c 2018-08-23 08:16:19,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:16:19,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43e9544-2f1e-494d-9c60-8c587a6d78c4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:16:19,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b43e9544-2f1e-494d-9c60-8c587a6d78c4 2018-08-23 08:16:19,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106456041336s 2018-08-23 08:16:19,240 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b43e9544-2f1e-494d-9c60-8c587a6d78c4 2018-08-23 08:16:19,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:16:19,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7396e646-3a12-4432-8de3-157fea9c6896 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:16:19,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-7396e646-3a12-4432-8de3-157fea9c6896 2018-08-23 08:16:19,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184127092361s 2018-08-23 08:16:19,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-7396e646-3a12-4432-8de3-157fea9c6896 2018-08-23 08:16:19,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:16:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb3a9e5-fd61-4b28-92e7-0000f6ad6282 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879", "links": {"self": "http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6f59ea5b3ce242baae7841ac6873b900", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:16:19,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ccb3a9e5-fd61-4b28-92e7-0000f6ad6282 2018-08-23 08:16:19,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125496149063s 2018-08-23 08:16:19,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ccb3a9e5-fd61-4b28-92e7-0000f6ad6282 2018-08-23 08:16:19,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:16:19,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0824253b-959b-45c7-80e5-817f0d942c8b Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3"}, "tags": [], "enabled": true, "id": "fc87dfd15688480882ed8153f517aed3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_f776b408-1880-49ff-9767-f50828344879"}]} 2018-08-23 08:16:19,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0824253b-959b-45c7-80e5-817f0d942c8b 2018-08-23 08:16:19,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111966133118s 2018-08-23 08:16:19,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0824253b-959b-45c7-80e5-817f0d942c8b 2018-08-23 08:16:19,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:16:19,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=6f59ea5b3ce242baae7841ac6873b900&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=fc87dfd15688480882ed8153f517aed3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:19,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe75ea13-283e-4694-9254-fb24cd3b6469 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=6f59ea5b3ce242baae7841ac6873b900&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=fc87dfd15688480882ed8153f517aed3", "previous": null, "next": null}} 2018-08-23 08:16:19,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=6f59ea5b3ce242baae7841ac6873b900&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=fc87dfd15688480882ed8153f517aed3 used request id req-fe75ea13-283e-4694-9254-fb24cd3b6469 2018-08-23 08:16:19,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.117475986481s 2018-08-23 08:16:19,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=6f59ea5b3ce242baae7841ac6873b900&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=fc87dfd15688480882ed8153f517aed3 used request id req-fe75ea13-283e-4694-9254-fb24cd3b6469 2018-08-23 08:16:19,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:16:19,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3/users/6f59ea5b3ce242baae7841ac6873b900/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:20,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:16:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ef1b78a-4b04-437e-bf48-8d4f2752643b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:16:20,079 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3/users/6f59ea5b3ce242baae7841ac6873b900/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-9ef1b78a-4b04-437e-bf48-8d4f2752643b 2018-08-23 08:16:20,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.268821954727s 2018-08-23 08:16:20,080 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3/users/6f59ea5b3ce242baae7841ac6873b900/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-9ef1b78a-4b04-437e-bf48-8d4f2752643b 2018-08-23 08:16:20,081 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_f776b408-1880-49ff-9767-f50828344879', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'fc87dfd15688480882ed8153f517aed3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2338ccd7-7842-4c93-b464-639a617734f4', 'username': u'vmready2-user_f776b408-1880-49ff-9767-f50828344879', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:16:20,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:16:20,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:16:20,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:16:20,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:16:20,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:16:20,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:16:20,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:16:20,085 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_f776b408-1880-49ff-9767-f50828344879', 'password': '2338ccd7-7842-4c93-b464-639a617734f4', 'project_name': 'vmready2-project_f776b408-1880-49ff-9767-f50828344879', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'fc87dfd15688480882ed8153f517aed3', 'project_domain_name': 'Default'} 2018-08-23 08:16:20,086 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-23 08:16:20,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:20,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1be056c-3b2e-43eb-b287-b150e39cb49f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:16:20,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1be056c-3b2e-43eb-b287-b150e39cb49f 2018-08-23 08:16:20,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:16:20,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:16:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc87dfd15688480882ed8153f517aed3", "name": "vmready2-project_f776b408-1880-49ff-9767-f50828344879"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_fc87dfd15688480882ed8153f517aed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_fc87dfd15688480882ed8153f517aed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/fc87dfd15688480882ed8153f517aed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/fc87dfd15688480882ed8153f517aed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/fc87dfd15688480882ed8153f517aed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fc87dfd15688480882ed8153f517aed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/fc87dfd15688480882ed8153f517aed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/fc87dfd15688480882ed8153f517aed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/fc87dfd15688480882ed8153f517aed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/fc87dfd15688480882ed8153f517aed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/fc87dfd15688480882ed8153f517aed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/fc87dfd15688480882ed8153f517aed3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/fc87dfd15688480882ed8153f517aed3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/fc87dfd15688480882ed8153f517aed3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879", "id": "6f59ea5b3ce242baae7841ac6873b900"}, "audit_ids": ["E3JFydSiQ8WFbXXO6zsnCA"], "issued_at": "2018-08-23T08:16:20.000000Z"}} 2018-08-23 08:16:20,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:16:20,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"network": {"name": "vmready2-net_f776b408-1880-49ff-9767-f50828344879", "admin_state_up": true}}' 2018-08-23 08:16:22,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-182d8da9-81e4-49c8-ab1e-3c2dd5e2996f Date: Thu, 23 Aug 2018 08:16:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fc87dfd15688480882ed8153f517aed3","created_at":"2018-08-23T08:16:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:16:21Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fc87dfd15688480882ed8153f517aed3","id":"c792cfe7-4e17-46c5-8c0a-55ca4ea9273e","name":"vmready2-net_f776b408-1880-49ff-9767-f50828344879"}} 2018-08-23 08:16:22,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-182d8da9-81e4-49c8-ab1e-3c2dd5e2996f 2018-08-23 08:16:22,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.65117788315s 2018-08-23 08:16:22,133 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-182d8da9-81e4-49c8-ab1e-3c2dd5e2996f 2018-08-23 08:16:22,133 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:16:21Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c792cfe7-4e17-46c5-8c0a-55ca4ea9273e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_f776b408-1880-49ff-9767-f50828344879', u'admin_state_up': True, u'tenant_id': u'fc87dfd15688480882ed8153f517aed3', u'created_at': u'2018-08-23T08:16:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fc87dfd15688480882ed8153f517aed3'}) 2018-08-23 08:16:22,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:22,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:22,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-f11539e6-7da8-466b-b3d8-269a79d13464 Date: Thu, 23 Aug 2018 08:16:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:16:21Z","tenant_id":"fc87dfd15688480882ed8153f517aed3","created_at":"2018-08-23T08:16:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"fc87dfd15688480882ed8153f517aed3","id":"c792cfe7-4e17-46c5-8c0a-55ca4ea9273e","name":"vmready2-net_f776b408-1880-49ff-9767-f50828344879"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:16:22,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f11539e6-7da8-466b-b3d8-269a79d13464 2018-08-23 08:16:22,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.178406953812s 2018-08-23 08:16:22,312 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f11539e6-7da8-466b-b3d8-269a79d13464 2018-08-23 08:16:22,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:16:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"subnet": {"name": "vmready2-subnet_f776b408-1880-49ff-9767-f50828344879", "enable_dhcp": true, "network_id": "c792cfe7-4e17-46c5-8c0a-55ca4ea9273e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:16:23,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fac7b731-6849-4638-8044-b2b4227ff9c6 Date: Thu, 23 Aug 2018 08:16:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c792cfe7-4e17-46c5-8c0a-55ca4ea9273e","tenant_id":"fc87dfd15688480882ed8153f517aed3","created_at":"2018-08-23T08:16:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16: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":"fc87dfd15688480882ed8153f517aed3","id":"1f1c6923-c731-4f73-a8de-8781a887f7b2","subnetpool_id":null,"name":"vmready2-subnet_f776b408-1880-49ff-9767-f50828344879"}} 2018-08-23 08:16:23,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fac7b731-6849-4638-8044-b2b4227ff9c6 2018-08-23 08:16:23,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.71641087532s 2018-08-23 08:16:23,031 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fac7b731-6849-4638-8044-b2b4227ff9c6 2018-08-23 08:16:23,031 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:16: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'1f1c6923-c731-4f73-a8de-8781a887f7b2', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_f776b408-1880-49ff-9767-f50828344879', u'enable_dhcp': True, u'network_id': u'c792cfe7-4e17-46c5-8c0a-55ca4ea9273e', u'tenant_id': u'fc87dfd15688480882ed8153f517aed3', u'created_at': u'2018-08-23T08:16: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'fc87dfd15688480882ed8153f517aed3'}) 2018-08-23 08:16:23,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:16:23,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vmready2-router_f776b408-1880-49ff-9767-f50828344879", "admin_state_up": true}}' 2018-08-23 08:16:24,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-353273c5-0ef6-47fa-860c-09455b4356ae Date: Thu, 23 Aug 2018 08:16:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:23Z", "admin_state_up": true, "updated_at": "2018-08-23T08:16:24Z", "revision_number": 2, "routes": [], "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "d3888a6e-4ef1-4226-b860-b6cce7995911", "name": "vmready2-router_f776b408-1880-49ff-9767-f50828344879"}} 2018-08-23 08:16:24,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-353273c5-0ef6-47fa-860c-09455b4356ae 2018-08-23 08:16:24,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35326099396s 2018-08-23 08:16:24,386 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-353273c5-0ef6-47fa-860c-09455b4356ae 2018-08-23 08:16:24,386 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fc87dfd15688480882ed8153f517aed3', u'created_at': u'2018-08-23T08:16:23Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:16:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'fc87dfd15688480882ed8153f517aed3', u'id': u'd3888a6e-4ef1-4226-b860-b6cce7995911', u'name': u'vmready2-router_f776b408-1880-49ff-9767-f50828344879'}) 2018-08-23 08:16:24,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:16:24,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"subnet_id": "1f1c6923-c731-4f73-a8de-8781a887f7b2"}' 2018-08-23 08:16:26,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b3d0014-fc7e-4548-ae75-c04814f9f50f Date: Thu, 23 Aug 2018 08:16:26 GMT RESP BODY: {"network_id": "c792cfe7-4e17-46c5-8c0a-55ca4ea9273e", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "subnet_id": "1f1c6923-c731-4f73-a8de-8781a887f7b2", "subnet_ids": ["1f1c6923-c731-4f73-a8de-8781a887f7b2"], "port_id": "74464106-7179-4230-8b51-47046958e135", "id": "d3888a6e-4ef1-4226-b860-b6cce7995911"} 2018-08-23 08:16:26,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/add_router_interface.json used request id req-4b3d0014-fc7e-4548-ae75-c04814f9f50f 2018-08-23 08:16:26,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.85278201103s 2018-08-23 08:16:26,240 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/add_router_interface.json used request id req-4b3d0014-fc7e-4548-ae75-c04814f9f50f returning object d3888a6e-4ef1-4226-b860-b6cce7995911 2018-08-23 08:16:26,240 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:16:26,372 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:16:26,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:26,378 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:16:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:16:26,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:26,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:27,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f5a6769a-df3a-4dd4-bfe7-e85e66e79269 Date: Thu, 23 Aug 2018 08:16:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:27,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5a6769a-df3a-4dd4-bfe7-e85e66e79269 2018-08-23 08:16:27,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.751519918442s 2018-08-23 08:16:27,133 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5a6769a-df3a-4dd4-bfe7-e85e66e79269 2018-08-23 08:16:27,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:16:27,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_f776b408-1880-49ff-9767-f50828344879", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_f776b408-1880-49ff-9767-f50828344879"}' 2018-08-23 08:16:27,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d98c99f5-0cc2-4e45-9478-8771a07bbd57 Date: Thu, 23 Aug 2018 08:16:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:27Z", "file": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file", "owner": "fc87dfd15688480882ed8153f517aed3", "id": "c6b31b74-5225-4f56-a762-b8314b39b178", "size": null, "self": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_f776b408-1880-49ff-9767-f50828344879", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_f776b408-1880-49ff-9767-f50828344879", "checksum": null, "created_at": "2018-08-23T08:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:16:27,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d98c99f5-0cc2-4e45-9478-8771a07bbd57 2018-08-23 08:16:27,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0932910442352s 2018-08-23 08:16:27,239 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d98c99f5-0cc2-4e45-9478-8771a07bbd57 returning object c6b31b74-5225-4f56-a762-b8314b39b178 2018-08-23 08:16:27,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:16:27,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '' 2018-08-23 08:16:27,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a00b7db0-c1c5-4641-be67-40505bd9c503 Date: Thu, 23 Aug 2018 08:16:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:16:27,687 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file used request id req-a00b7db0-c1c5-4641-be67-40505bd9c503 2018-08-23 08:16:27,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.446943044662s 2018-08-23 08:16:27,687 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file used request id req-a00b7db0-c1c5-4641-be67-40505bd9c503 2018-08-23 08:16:27,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:27,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:27,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-3ea1c715-70b3-42e0-8912-175df41df0a6 Date: Thu, 23 Aug 2018 08:16:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:27Z", "file": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file", "owner": "fc87dfd15688480882ed8153f517aed3", "id": "c6b31b74-5225-4f56-a762-b8314b39b178", "size": 12716032, "self": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_f776b408-1880-49ff-9767-f50828344879", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_f776b408-1880-49ff-9767-f50828344879", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:27,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3ea1c715-70b3-42e0-8912-175df41df0a6 2018-08-23 08:16:27,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0372550487518s 2018-08-23 08:16:27,729 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3ea1c715-70b3-42e0-8912-175df41df0a6 2018-08-23 08:16:27,730 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file', 'owner': u'fc87dfd15688480882ed8153f517aed3', 'id': u'c6b31b74-5225-4f56-a762-b8314b39b178', 'size': 12716032, u'self': u'/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fc87dfd15688480882ed8153f517aed3', 'name': 'vmready2-project_f776b408-1880-49ff-9767-f50828344879', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:16:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:16:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_f776b408-1880-49ff-9767-f50828344879', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_f776b408-1880-49ff-9767-f50828344879', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_f776b408-1880-49ff-9767-f50828344879', 'created': u'2018-08-23T08:16:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:16:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_f776b408-1880-49ff-9767-f50828344879', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:16:27,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:16:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_f776b408-1880-49ff-9767-f50828344879", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:16:28,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-7a5ebaee-217e-4dea-8ae3-fe0d559cfb12 x-compute-request-id: req-7a5ebaee-217e-4dea-8ae3-fe0d559cfb12 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_f776b408-1880-49ff-9767-f50828344879", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d4d2271f-2075-4ba7-82ba-7728a449828e"}} 2018-08-23 08:16:28,546 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7a5ebaee-217e-4dea-8ae3-fe0d559cfb12 2018-08-23 08:16:28,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.815541028976s 2018-08-23 08:16:28,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7a5ebaee-217e-4dea-8ae3-fe0d559cfb12 2018-08-23 08:16:28,548 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_f776b408-1880-49ff-9767-f50828344879', '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'75a5557001334edf9fd80cd1c711e2ec', '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'd4d2271f-2075-4ba7-82ba-7728a449828e', 'swap': 0}) 2018-08-23 08:16:28,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:16:28,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" -d '{"extra_specs": {}}' 2018-08-23 08:16:28,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-e137e707-9017-46b0-919e-be9e64402a98 x-compute-request-id: req-e137e707-9017-46b0-919e-be9e64402a98 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:16:28,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e/os-extra_specs used request id req-e137e707-9017-46b0-919e-be9e64402a98 2018-08-23 08:16:28,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0191380977631s 2018-08-23 08:16:28,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e/os-extra_specs used request id req-e137e707-9017-46b0-919e-be9e64402a98 2018-08-23 08:16:28,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:16:28,682 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:16:28,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:16:28,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" -d '{"subnet_id": "1f1c6923-c731-4f73-a8de-8781a887f7b2"}' 2018-08-23 08:16:30,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d488234-9da5-4518-9d2f-8df52cdd96a5 Date: Thu, 23 Aug 2018 08:16:30 GMT RESP BODY: {"network_id": "c792cfe7-4e17-46c5-8c0a-55ca4ea9273e", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "subnet_id": "1f1c6923-c731-4f73-a8de-8781a887f7b2", "subnet_ids": ["1f1c6923-c731-4f73-a8de-8781a887f7b2"], "port_id": "74464106-7179-4230-8b51-47046958e135", "id": "d3888a6e-4ef1-4226-b860-b6cce7995911"} 2018-08-23 08:16:30,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/remove_router_interface.json used request id req-7d488234-9da5-4518-9d2f-8df52cdd96a5 2018-08-23 08:16:30,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71280193329s 2018-08-23 08:16:30,400 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911/remove_router_interface.json used request id req-7d488234-9da5-4518-9d2f-8df52cdd96a5 returning object d3888a6e-4ef1-4226-b860-b6cce7995911 2018-08-23 08:16:30,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:16:30,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:30,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6c4ba8ec-1ec1-4822-b430-3031817cfd0a Date: Thu, 23 Aug 2018 08:16:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:23Z", "admin_state_up": true, "updated_at": "2018-08-23T08:16:29Z", "revision_number": 4, "routes": [], "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "d3888a6e-4ef1-4226-b860-b6cce7995911", "name": "vmready2-router_f776b408-1880-49ff-9767-f50828344879"}]} 2018-08-23 08:16:30,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6c4ba8ec-1ec1-4822-b430-3031817cfd0a 2018-08-23 08:16:30,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120298862457s 2018-08-23 08:16:30,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6c4ba8ec-1ec1-4822-b430-3031817cfd0a 2018-08-23 08:16:30,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:16:30,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:31,990 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83b9c937-4500-4820-bd16-35688131ceee Content-Length: 0 Date: Thu, 23 Aug 2018 08:16:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:31,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911.json used request id req-83b9c937-4500-4820-bd16-35688131ceee 2018-08-23 08:16:31,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46803498268s 2018-08-23 08:16:31,991 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d3888a6e-4ef1-4226-b860-b6cce7995911.json used request id req-83b9c937-4500-4820-bd16-35688131ceee 2018-08-23 08:16:31,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:16:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:32,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a18c51d1-1625-400c-8006-17645007a2d6 Date: Thu, 23 Aug 2018 08:16:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c792cfe7-4e17-46c5-8c0a-55ca4ea9273e","tenant_id":"fc87dfd15688480882ed8153f517aed3","created_at":"2018-08-23T08:16:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16: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":"fc87dfd15688480882ed8153f517aed3","id":"1f1c6923-c731-4f73-a8de-8781a887f7b2","subnetpool_id":null,"name":"vmready2-subnet_f776b408-1880-49ff-9767-f50828344879"}]} 2018-08-23 08:16:32,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a18c51d1-1625-400c-8006-17645007a2d6 2018-08-23 08:16:32,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0591530799866s 2018-08-23 08:16:32,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a18c51d1-1625-400c-8006-17645007a2d6 2018-08-23 08:16:32,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:16:32,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/1f1c6923-c731-4f73-a8de-8781a887f7b2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:33,065 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c533e282-8b46-42a7-86c3-65a0e50c069f Date: Thu, 23 Aug 2018 08:16:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:33,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1f1c6923-c731-4f73-a8de-8781a887f7b2.json used request id req-c533e282-8b46-42a7-86c3-65a0e50c069f 2018-08-23 08:16:33,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.01317501068s 2018-08-23 08:16:33,066 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1f1c6923-c731-4f73-a8de-8781a887f7b2.json used request id req-c533e282-8b46-42a7-86c3-65a0e50c069f 2018-08-23 08:16:33,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:33,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:33,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-60f2083e-17f6-4def-8f75-10db592c68fa Date: Thu, 23 Aug 2018 08:16: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":[],"updated_at":"2018-08-23T08:16:32Z","tenant_id":"fc87dfd15688480882ed8153f517aed3","created_at":"2018-08-23T08:16:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fc87dfd15688480882ed8153f517aed3","id":"c792cfe7-4e17-46c5-8c0a-55ca4ea9273e","name":"vmready2-net_f776b408-1880-49ff-9767-f50828344879"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:16:33,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60f2083e-17f6-4def-8f75-10db592c68fa 2018-08-23 08:16:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293361902237s 2018-08-23 08:16:33,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60f2083e-17f6-4def-8f75-10db592c68fa 2018-08-23 08:16:33,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:16:33,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/c792cfe7-4e17-46c5-8c0a-55ca4ea9273e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:34,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-79713c3a-6326-4983-96a4-9c0292c996f8 Date: Thu, 23 Aug 2018 08:16:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:16:34,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c792cfe7-4e17-46c5-8c0a-55ca4ea9273e.json used request id req-79713c3a-6326-4983-96a4-9c0292c996f8 2018-08-23 08:16:34,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.13328504562s 2018-08-23 08:16:34,495 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c792cfe7-4e17-46c5-8c0a-55ca4ea9273e.json used request id req-79713c3a-6326-4983-96a4-9c0292c996f8 2018-08-23 08:16:34,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:34,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:34,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-7eeb3434-2ecf-4bf3-b29b-16300e57f365 Date: Thu, 23 Aug 2018 08:16:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:27Z", "file": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178/file", "owner": "fc87dfd15688480882ed8153f517aed3", "id": "c6b31b74-5225-4f56-a762-b8314b39b178", "size": 12716032, "self": "/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/c6b31b74-5225-4f56-a762-b8314b39b178/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_f776b408-1880-49ff-9767-f50828344879", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_f776b408-1880-49ff-9767-f50828344879", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:34,538 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7eeb3434-2ecf-4bf3-b29b-16300e57f365 2018-08-23 08:16:34,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0393409729004s 2018-08-23 08:16:34,539 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7eeb3434-2ecf-4bf3-b29b-16300e57f365 2018-08-23 08:16:34,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:16:34,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f631a59c11441084440985709a9353d8cb05de16" 2018-08-23 08:16:35,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-feaadb83-5cc7-4698-a32e-ac283ff057a8 Date: Thu, 23 Aug 2018 08:16:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:16:35,006 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178 used request id req-feaadb83-5cc7-4698-a32e-ac283ff057a8 2018-08-23 08:16:35,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.465526819229s 2018-08-23 08:16:35,006 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c6b31b74-5225-4f56-a762-b8314b39b178 used request id req-feaadb83-5cc7-4698-a32e-ac283ff057a8 2018-08-23 08:16:35,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:16:35,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:35,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-87674328-907d-4f6e-954f-629ead8e9ad5 x-compute-request-id: req-87674328-907d-4f6e-954f-629ead8e9ad5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_f776b408-1880-49ff-9767-f50828344879", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d4d2271f-2075-4ba7-82ba-7728a449828e"}]} 2018-08-23 08:16:35,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-87674328-907d-4f6e-954f-629ead8e9ad5 2018-08-23 08:16:35,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.1325070858s 2018-08-23 08:16:35,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-87674328-907d-4f6e-954f-629ead8e9ad5 2018-08-23 08:16:35,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:16:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:35,287 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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-b691c2f8-6365-43f4-b060-fcbebb618b32 x-compute-request-id: req-b691c2f8-6365-43f4-b060-fcbebb618b32 Content-Length: 0 Content-Type: application/json 2018-08-23 08:16:35,287 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e used request id req-b691c2f8-6365-43f4-b060-fcbebb618b32 2018-08-23 08:16:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.145383119583s 2018-08-23 08:16:35,287 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d4d2271f-2075-4ba7-82ba-7728a449828e used request id req-b691c2f8-6365-43f4-b060-fcbebb618b32 2018-08-23 08:16:35,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:16:35,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:35,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90305f09-0f78-4a27-83c8-cffc121a171d Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879", "links": {"self": "http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "6f59ea5b3ce242baae7841ac6873b900", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:16:35,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-90305f09-0f78-4a27-83c8-cffc121a171d 2018-08-23 08:16:35,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.260666847229s 2018-08-23 08:16:35,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-90305f09-0f78-4a27-83c8-cffc121a171d 2018-08-23 08:16:35,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:16:35,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:35,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3e1ccee-80ec-4e8b-b7ac-720734d9814a Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_f776b408-1880-49ff-9767-f50828344879", "links": {"self": "http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "6f59ea5b3ce242baae7841ac6873b900", "description": null}} 2018-08-23 08:16:35,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 used request id req-c3e1ccee-80ec-4e8b-b7ac-720734d9814a 2018-08-23 08:16:35,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195230007172s 2018-08-23 08:16:35,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 used request id req-c3e1ccee-80ec-4e8b-b7ac-720734d9814a 2018-08-23 08:16:35,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:16:35,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:36,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:16:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb10e71d-af5b-457b-965d-dfcd6ce7ac7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:16:36,006 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 used request id req-eb10e71d-af5b-457b-965d-dfcd6ce7ac7c 2018-08-23 08:16:36,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.255450963974s 2018-08-23 08:16:36,007 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6f59ea5b3ce242baae7841ac6873b900 used request id req-eb10e71d-af5b-457b-965d-dfcd6ce7ac7c 2018-08-23 08:16:36,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:16:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:36,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81521f5-19c5-404a-9834-6537aec33192 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3"}, "tags": [], "enabled": true, "id": "fc87dfd15688480882ed8153f517aed3", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_f776b408-1880-49ff-9767-f50828344879"}]} 2018-08-23 08:16:36,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b81521f5-19c5-404a-9834-6537aec33192 2018-08-23 08:16:36,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179577112198s 2018-08-23 08:16:36,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b81521f5-19c5-404a-9834-6537aec33192 2018-08-23 08:16:36,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:16:36,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e204be606822402276157c1ba960e74161d1a5d7" 2018-08-23 08:16:36,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:16:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7279566e-018b-4004-940e-ae861cb32935 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:16:36,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3 used request id req-7279566e-018b-4004-940e-ae861cb32935 2018-08-23 08:16:36,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.245800971985s 2018-08-23 08:16:36,443 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fc87dfd15688480882ed8153f517aed3 used request id req-7279566e-018b-4004-940e-ae861cb32935 2018-08-23 08:16:36,498 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:16:36,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:16:36,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:16:36,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:16:36,540 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:16:36,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:36,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc7b929-d152-4eb4-a371-b1d1517c60a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:16:36,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3cc7b929-d152-4eb4-a371-b1d1517c60a7 2018-08-23 08:16:36,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:16:36,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:16:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["eXGWjEbnTVKBGO8fVp_jrw"], "issued_at": "2018-08-23T08:16:36.000000Z"}} 2018-08-23 08:16:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:36,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:37,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-84c657ea-0b6c-4dde-8d93-e23b332adc79 Date: Thu, 23 Aug 2018 08:16:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:37,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-84c657ea-0b6c-4dde-8d93-e23b332adc79 2018-08-23 08:16:37,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336766958237s 2018-08-23 08:16:37,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-84c657ea-0b6c-4dde-8d93-e23b332adc79 2018-08-23 08:16:37,296 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-23 08:16:37,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:16:37,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"network": {"name": "singlevm1-net_f419bc51-478f-412d-9189-19078f78938a", "admin_state_up": true}}' 2018-08-23 08:16:37,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-14b8e288-fe64-4138-9ef0-48bca37b6655 Date: Thu, 23 Aug 2018 08:16:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:16:37Z","is_default":false,"provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","mtu":1450}} 2018-08-23 08:16:37,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14b8e288-fe64-4138-9ef0-48bca37b6655 2018-08-23 08:16:37,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.246282100677s 2018-08-23 08:16:37,543 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14b8e288-fe64-4138-9ef0-48bca37b6655 2018-08-23 08:16:37,544 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:16:37Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'129e636a-3cb3-4a1d-bffd-bc1ee7a80b00', u'provider:segmentation_id': 62, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_f419bc51-478f-412d-9189-19078f78938a', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:16:37,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:37,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:37,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-cd6ca1da-0a7d-4346-9be2-793808b63249 Date: Thu, 23 Aug 2018 08:16:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:16:37Z","provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:37,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cd6ca1da-0a7d-4346-9be2-793808b63249 2018-08-23 08:16:37,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100306987762s 2018-08-23 08:16:37,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cd6ca1da-0a7d-4346-9be2-793808b63249 2018-08-23 08:16:37,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:16:37,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"subnet": {"name": "singlevm1-subnet_f419bc51-478f-412d-9189-19078f78938a", "enable_dhcp": true, "network_id": "129e636a-3cb3-4a1d-bffd-bc1ee7a80b00", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:16:38,154 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c904677b-4d08-480e-a553-5a4bf4253114 Date: Thu, 23 Aug 2018 08:16:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16: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":"75a5557001334edf9fd80cd1c711e2ec","id":"bb875e0b-ed78-469d-8329-9f655988d670","subnetpool_id":null,"name":"singlevm1-subnet_f419bc51-478f-412d-9189-19078f78938a"}} 2018-08-23 08:16:38,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c904677b-4d08-480e-a553-5a4bf4253114 2018-08-23 08:16:38,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.507773160934s 2018-08-23 08:16:38,155 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c904677b-4d08-480e-a553-5a4bf4253114 2018-08-23 08:16:38,156 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:16: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'bb875e0b-ed78-469d-8329-9f655988d670', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_f419bc51-478f-412d-9189-19078f78938a', u'enable_dhcp': True, u'network_id': u'129e636a-3cb3-4a1d-bffd-bc1ee7a80b00', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16: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'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:16:38,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:16:38,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "singlevm1-router_f419bc51-478f-412d-9189-19078f78938a", "admin_state_up": true}}' 2018-08-23 08:16:39,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b2334f3e-fdd5-4a87-8720-645299ab3355 Date: Thu, 23 Aug 2018 08:16:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:16:39Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6", "name": "singlevm1-router_f419bc51-478f-412d-9189-19078f78938a"}} 2018-08-23 08:16:39,355 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2334f3e-fdd5-4a87-8720-645299ab3355 2018-08-23 08:16:39,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.19874215126s 2018-08-23 08:16:39,355 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b2334f3e-fdd5-4a87-8720-645299ab3355 2018-08-23 08:16:39,356 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:16:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:16:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'af06153a-3db2-4d80-bcac-e6ec35ed73e6', u'name': u'singlevm1-router_f419bc51-478f-412d-9189-19078f78938a'}) 2018-08-23 08:16:39,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:16:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"subnet_id": "bb875e0b-ed78-469d-8329-9f655988d670"}' 2018-08-23 08:16:40,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bd97354-5f97-4df3-b7a3-b1aeacdef13f Date: Thu, 23 Aug 2018 08:16:40 GMT RESP BODY: {"network_id": "129e636a-3cb3-4a1d-bffd-bc1ee7a80b00", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "bb875e0b-ed78-469d-8329-9f655988d670", "subnet_ids": ["bb875e0b-ed78-469d-8329-9f655988d670"], "port_id": "f2c69d6b-4c90-44a4-9954-aaef24f7dc32", "id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6"} 2018-08-23 08:16:40,878 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/add_router_interface.json used request id req-2bd97354-5f97-4df3-b7a3-b1aeacdef13f 2018-08-23 08:16:40,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.52153587341s 2018-08-23 08:16:40,878 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/add_router_interface.json used request id req-2bd97354-5f97-4df3-b7a3-b1aeacdef13f returning object af06153a-3db2-4d80-bcac-e6ec35ed73e6 2018-08-23 08:16:40,879 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:16:41,011 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:16:41,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:16:41,017 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:16:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:16:41,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:41,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-da9fff72-b748-4815-a710-1becf5440b24 Date: Thu, 23 Aug 2018 08:16:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:41,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-da9fff72-b748-4815-a710-1becf5440b24 2018-08-23 08:16:41,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.757391214371s 2018-08-23 08:16:41,777 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-da9fff72-b748-4815-a710-1becf5440b24 2018-08-23 08:16:41,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:16:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_f419bc51-478f-412d-9189-19078f78938a"}' 2018-08-23 08:16:41,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4d079242-58bb-4223-9e55-f27efa76e9ed Date: Thu, 23 Aug 2018 08:16:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:41Z", "file": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "size": null, "self": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "checksum": null, "created_at": "2018-08-23T08:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:16:41,871 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4d079242-58bb-4223-9e55-f27efa76e9ed 2018-08-23 08:16:41,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0853230953217s 2018-08-23 08:16:41,872 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4d079242-58bb-4223-9e55-f27efa76e9ed returning object e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb 2018-08-23 08:16:41,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:16:41,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '' 2018-08-23 08:16:42,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62459f30-87a9-4338-bac0-f8c6cd7e2822 Date: Thu, 23 Aug 2018 08:16:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:16:42,906 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file used request id req-62459f30-87a9-4338-bac0-f8c6cd7e2822 2018-08-23 08:16:42,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.03311514854s 2018-08-23 08:16:42,906 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file used request id req-62459f30-87a9-4338-bac0-f8c6cd7e2822 2018-08-23 08:16:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:42,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:42,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5f8b5977-67c9-4a61-b8ee-ca41f7edfa94 Date: Thu, 23 Aug 2018 08:16:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:42Z", "file": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "size": 12716032, "self": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:42,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5f8b5977-67c9-4a61-b8ee-ca41f7edfa94 2018-08-23 08:16:42,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256900787354s 2018-08-23 08:16:42,936 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5f8b5977-67c9-4a61-b8ee-ca41f7edfa94 2018-08-23 08:16:42,938 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb', 'size': 12716032, u'self': u'/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:16:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:16:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_f419bc51-478f-412d-9189-19078f78938a', 'created': u'2018-08-23T08:16:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:16:41Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:16:42,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:16:42,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_f419bc51-478f-412d-9189-19078f78938a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:16:43,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e983bf1b-b1a5-4de3-888b-fdfcc9aa1806 x-compute-request-id: req-e983bf1b-b1a5-4de3-888b-fdfcc9aa1806 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_f419bc51-478f-412d-9189-19078f78938a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a3150584-d42d-46f0-87f4-c07b85d2367c"}} 2018-08-23 08:16:43,646 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e983bf1b-b1a5-4de3-888b-fdfcc9aa1806 2018-08-23 08:16:43,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.707377910614s 2018-08-23 08:16:43,646 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e983bf1b-b1a5-4de3-888b-fdfcc9aa1806 2018-08-23 08:16:43,647 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_f419bc51-478f-412d-9189-19078f78938a', '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'75a5557001334edf9fd80cd1c711e2ec', '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'a3150584-d42d-46f0-87f4-c07b85d2367c', 'swap': 0}) 2018-08-23 08:16:43,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:16:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"extra_specs": {}}' 2018-08-23 08:16:43,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-5b937484-ecd7-4c3b-87fe-14079c1dd8d5 x-compute-request-id: req-5b937484-ecd7-4c3b-87fe-14079c1dd8d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:16:43,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c/os-extra_specs used request id req-5b937484-ecd7-4c3b-87fe-14079c1dd8d5 2018-08-23 08:16:43,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.134364843369s 2018-08-23 08:16:43,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c/os-extra_specs used request id req-5b937484-ecd7-4c3b-87fe-14079c1dd8d5 2018-08-23 08:16:43,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 08:16:43,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"keypair": {"name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a"}}' 2018-08-23 08:16:43,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e84752b4-8458-45a8-bacf-b80f60b3a9b3 x-compute-request-id: req-e84752b4-8458-45a8-bacf-b80f60b3a9b3 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHdIlPoEKydheES667uW5+0jhRuOpGxvFJwpXJpbYUeein3NyrDsFErAn0LCasSdUxK8DRBm2VkI4RDZxb1Zk53lqqFbHgu/ioRgw219vKCmZMwfz8Lswh46sxGq/Ipvm8GjfZGF13g3mvZugPmuGUxyqhuje+4aIjOawwYkMaGQmESZYCkWYm0LHZSJF70pEmEXmkSpapHwOmpB2mG+/DcWTJoVMpNi5Pb7781JvTIzi2XqjKOPdeqUaD9wKm2Kg0eI+9LPSa/7BCgVF1NwTT/5fdkhH1nISZDIyJWrgFZSVv+9cDxxzuG9C8zGj4eSmGADCsom4dCopJeSC7UIdV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAx3SJT6BCsnYXhEuuu7luftI4UbjqRsbxScKVyaW2FHnop9zc\nqw7BRKwJ9CwmrEnVMSvA0QZtlZCOEQ2cW9WZOd5aqhWx4Lv4qEYMNtfbygpmTMH8\n/C7MIeOrMRqvyKb5vBo32Rhdd4N5r2boD5rhlMcqobo3vuGiIzmsMGJDGhkJhEmW\nApFmJtCx2UiRe9KRJhF5pEqWqR8DpqQdphvvw3FkyaFTKTYuT2++/NSb0yM4tl6o\nyjj3XqlGg/cCptioNHiPvSz0mv+wQoFRdTcE0/+X3ZIR9ZyEmQyMiVq4BWUlb/vX\nA8cc7hvQvMxo+HkphgAwrKJuHQqKSXkgu1CHVQIDAQABAoIBAD4uxuBcRm79Ajfs\noH1GQnynbYeM7v1B6NfmImzLjQi1OSOcZ++smfSe7juByEzOd/jseyCvsFqAxsnq\nRGUdIrg36mw8d0hpUgykSgqPIabLtzkXAZhdvqaSJD0a5NLZu+I5ClBUmE86XiWh\nH5g94TZRIalqNRb9oV76DATJncH0nmW54BMmY27CEiqt9Cfi34qZ4wliYhrB8DaX\n1Ur7zZ+byWUH7aXqjsabwDw0T8GyaiwqRrlWK/jXqDj7Ol24JpY517Qixza/I5kX\npeD3okrFOJEyYUm3uMEjjaNOtJiUxW8L+ArC+PbEc1Xni78TOmG5+75+ksY7VyCS\nm+FjOcECgYEA/vmpmPBnqS83m9BiviXlVogGqg7q/mlvrHYXTS4xmZ4Bpbs4pdHY\nofhFrFT6P6UwZ3JXWYq7+tixdZPVkq6mbNuf+pCMLey5R6xlYq69yHDUy2SuY8Wc\nWY/N4i4iwo1HNpfwiXEl6QC8trb95XbIBf3OpR9SKzENXqhL+YAXQdcCgYEAyEHA\nMQeoWkWDBdZgumd63jt+T6SKjUI9iWaTezvCvHF/RSkOB/sL5e+XCvAqZe1euNOC\nXKJb16Yyva9V6yV4ivQ0bIEYUHwT9gPTYCIelSpXD4yZRmScgO05q0XQatpuJVLq\nIv0kQ3Ec0eyck3YT2hkUG5VnTK9FLBTtDB4qsrMCgYBlt/IJ2nZwTy7vES4jT3jz\nkWafNz5WanerpJzdJH2THC7qEAukU1gKHcKl4mzHMT5jNoFUbn1ZsFLzZhvA3b31\nFZT33+yccaDk0AjOWonJygGKdsr/cJlUPYNUJTWmybfMNsc1/ZazIqEmf1BA16cq\nhLuIsjsUkggUaC2PBqPAlwKBgErqNgDhkXx7xqE3aqYxMgjTDtSyhFaF8kllg0S1\nvYsLloYD7sjThMb3E3U3FVVeMHJKRdlrr5oEBbVqU2UNdoPdCYOR48uwLzN4iOnM\nuc4psboSagCogNfGZy2Ih4iBwHTcCNUgCCHmvdZWgtizcofDm/8ZrDRG2US9a1R+\nMJD7AoGAYzszB/cdV1gD2Q9Q0OWRt5yHnUs2WsRVI2MzSuS1xQ1z4/DH0LCWiqBH\nJVWCJouLJHl7rONSX+xuqH6X2d8Z475xt09+DXB8lWfT94gnaf7xeqplevdr0QFv\n5MEsozhjUaTm/99GUWPdCVxgE5r5hgu2nqGaE+FGWaTRaNdIQT4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "fingerprint": "18:6b:06:04:b6:0a:75:b8:84:13:f7:8e:7f:18:d1:3e"}} 2018-08-23 08:16:43,988 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e84752b4-8458-45a8-bacf-b80f60b3a9b3 2018-08-23 08:16:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.204774856567s 2018-08-23 08:16:43,988 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e84752b4-8458-45a8-bacf-b80f60b3a9b3 2018-08-23 08:16:43,989 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHdIlPoEKydheES667uW5+0jhRuOpGxvFJwpXJpbYUeein3NyrDsFErAn0LCasSdUxK8DRBm2VkI4RDZxb1Zk53lqqFbHgu/ioRgw219vKCmZMwfz8Lswh46sxGq/Ipvm8GjfZGF13g3mvZugPmuGUxyqhuje+4aIjOawwYkMaGQmESZYCkWYm0LHZSJF70pEmEXmkSpapHwOmpB2mG+/DcWTJoVMpNi5Pb7781JvTIzi2XqjKOPdeqUaD9wKm2Kg0eI+9LPSa/7BCgVF1NwTT/5fdkhH1nISZDIyJWrgFZSVv+9cDxxzuG9C8zGj4eSmGADCsom4dCopJeSC7UIdV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAx3SJT6BCsnYXhEuuu7luftI4UbjqRsbxScKVyaW2FHnop9zc\nqw7BRKwJ9CwmrEnVMSvA0QZtlZCOEQ2cW9WZOd5aqhWx4Lv4qEYMNtfbygpmTMH8\n/C7MIeOrMRqvyKb5vBo32Rhdd4N5r2boD5rhlMcqobo3vuGiIzmsMGJDGhkJhEmW\nApFmJtCx2UiRe9KRJhF5pEqWqR8DpqQdphvvw3FkyaFTKTYuT2++/NSb0yM4tl6o\nyjj3XqlGg/cCptioNHiPvSz0mv+wQoFRdTcE0/+X3ZIR9ZyEmQyMiVq4BWUlb/vX\nA8cc7hvQvMxo+HkphgAwrKJuHQqKSXkgu1CHVQIDAQABAoIBAD4uxuBcRm79Ajfs\noH1GQnynbYeM7v1B6NfmImzLjQi1OSOcZ++smfSe7juByEzOd/jseyCvsFqAxsnq\nRGUdIrg36mw8d0hpUgykSgqPIabLtzkXAZhdvqaSJD0a5NLZu+I5ClBUmE86XiWh\nH5g94TZRIalqNRb9oV76DATJncH0nmW54BMmY27CEiqt9Cfi34qZ4wliYhrB8DaX\n1Ur7zZ+byWUH7aXqjsabwDw0T8GyaiwqRrlWK/jXqDj7Ol24JpY517Qixza/I5kX\npeD3okrFOJEyYUm3uMEjjaNOtJiUxW8L+ArC+PbEc1Xni78TOmG5+75+ksY7VyCS\nm+FjOcECgYEA/vmpmPBnqS83m9BiviXlVogGqg7q/mlvrHYXTS4xmZ4Bpbs4pdHY\nofhFrFT6P6UwZ3JXWYq7+tixdZPVkq6mbNuf+pCMLey5R6xlYq69yHDUy2SuY8Wc\nWY/N4i4iwo1HNpfwiXEl6QC8trb95XbIBf3OpR9SKzENXqhL+YAXQdcCgYEAyEHA\nMQeoWkWDBdZgumd63jt+T6SKjUI9iWaTezvCvHF/RSkOB/sL5e+XCvAqZe1euNOC\nXKJb16Yyva9V6yV4ivQ0bIEYUHwT9gPTYCIelSpXD4yZRmScgO05q0XQatpuJVLq\nIv0kQ3Ec0eyck3YT2hkUG5VnTK9FLBTtDB4qsrMCgYBlt/IJ2nZwTy7vES4jT3jz\nkWafNz5WanerpJzdJH2THC7qEAukU1gKHcKl4mzHMT5jNoFUbn1ZsFLzZhvA3b31\nFZT33+yccaDk0AjOWonJygGKdsr/cJlUPYNUJTWmybfMNsc1/ZazIqEmf1BA16cq\nhLuIsjsUkggUaC2PBqPAlwKBgErqNgDhkXx7xqE3aqYxMgjTDtSyhFaF8kllg0S1\nvYsLloYD7sjThMb3E3U3FVVeMHJKRdlrr5oEBbVqU2UNdoPdCYOR48uwLzN4iOnM\nuc4psboSagCogNfGZy2Ih4iBwHTcCNUgCCHmvdZWgtizcofDm/8ZrDRG2US9a1R+\nMJD7AoGAYzszB/cdV1gD2Q9Q0OWRt5yHnUs2WsRVI2MzSuS1xQ1z4/DH0LCWiqBH\nJVWCJouLJHl7rONSX+xuqH6X2d8Z475xt09+DXB8lWfT94gnaf7xeqplevdr0QFv\n5MEsozhjUaTm/99GUWPdCVxgE5r5hgu2nqGaE+FGWaTRaNdIQT4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0590d17a52ca49bcbb8d17885ae685ea', 'name': u'singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a', 'created_at': '2018-08-23T08:16:43.989551', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'18:6b:06:04:b6:0a:75:b8:84:13:f7:8e:7f:18:d1:3e', 'type': 'ssh', 'id': u'singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a'}) 2018-08-23 08:16:43,990 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAx3SJT6BCsnYXhEuuu7luftI4UbjqRsbxScKVyaW2FHnop9zc qw7BRKwJ9CwmrEnVMSvA0QZtlZCOEQ2cW9WZOd5aqhWx4Lv4qEYMNtfbygpmTMH8 /C7MIeOrMRqvyKb5vBo32Rhdd4N5r2boD5rhlMcqobo3vuGiIzmsMGJDGhkJhEmW ApFmJtCx2UiRe9KRJhF5pEqWqR8DpqQdphvvw3FkyaFTKTYuT2++/NSb0yM4tl6o yjj3XqlGg/cCptioNHiPvSz0mv+wQoFRdTcE0/+X3ZIR9ZyEmQyMiVq4BWUlb/vX A8cc7hvQvMxo+HkphgAwrKJuHQqKSXkgu1CHVQIDAQABAoIBAD4uxuBcRm79Ajfs oH1GQnynbYeM7v1B6NfmImzLjQi1OSOcZ++smfSe7juByEzOd/jseyCvsFqAxsnq RGUdIrg36mw8d0hpUgykSgqPIabLtzkXAZhdvqaSJD0a5NLZu+I5ClBUmE86XiWh H5g94TZRIalqNRb9oV76DATJncH0nmW54BMmY27CEiqt9Cfi34qZ4wliYhrB8DaX 1Ur7zZ+byWUH7aXqjsabwDw0T8GyaiwqRrlWK/jXqDj7Ol24JpY517Qixza/I5kX peD3okrFOJEyYUm3uMEjjaNOtJiUxW8L+ArC+PbEc1Xni78TOmG5+75+ksY7VyCS m+FjOcECgYEA/vmpmPBnqS83m9BiviXlVogGqg7q/mlvrHYXTS4xmZ4Bpbs4pdHY ofhFrFT6P6UwZ3JXWYq7+tixdZPVkq6mbNuf+pCMLey5R6xlYq69yHDUy2SuY8Wc WY/N4i4iwo1HNpfwiXEl6QC8trb95XbIBf3OpR9SKzENXqhL+YAXQdcCgYEAyEHA MQeoWkWDBdZgumd63jt+T6SKjUI9iWaTezvCvHF/RSkOB/sL5e+XCvAqZe1euNOC XKJb16Yyva9V6yV4ivQ0bIEYUHwT9gPTYCIelSpXD4yZRmScgO05q0XQatpuJVLq Iv0kQ3Ec0eyck3YT2hkUG5VnTK9FLBTtDB4qsrMCgYBlt/IJ2nZwTy7vES4jT3jz kWafNz5WanerpJzdJH2THC7qEAukU1gKHcKl4mzHMT5jNoFUbn1ZsFLzZhvA3b31 FZT33+yccaDk0AjOWonJygGKdsr/cJlUPYNUJTWmybfMNsc1/ZazIqEmf1BA16cq hLuIsjsUkggUaC2PBqPAlwKBgErqNgDhkXx7xqE3aqYxMgjTDtSyhFaF8kllg0S1 vYsLloYD7sjThMb3E3U3FVVeMHJKRdlrr5oEBbVqU2UNdoPdCYOR48uwLzN4iOnM uc4psboSagCogNfGZy2Ih4iBwHTcCNUgCCHmvdZWgtizcofDm/8ZrDRG2US9a1R+ MJD7AoGAYzszB/cdV1gD2Q9Q0OWRt5yHnUs2WsRVI2MzSuS1xQ1z4/DH0LCWiqBH JVWCJouLJHl7rONSX+xuqH6X2d8Z475xt09+DXB8lWfT94gnaf7xeqplevdr0QFv 5MEsozhjUaTm/99GUWPdCVxgE5r5hgu2nqGaE+FGWaTRaNdIQT4= -----END RSA PRIVATE KEY----- 2018-08-23 08:16:43,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 08:16:43,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"security_group": {"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-23 08:16:44,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-6820655e-1cbc-4608-a6b9-5c4589ff4007 Date: Thu, 23 Aug 2018 08:16:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "updated_at": "2018-08-23T08:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "23c5cf68-0662-4e55-a5a6-cf802b24196e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "f8d80b2a-f49c-4f60-87bb-b912234ee889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}} 2018-08-23 08:16:44,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6820655e-1cbc-4608-a6b9-5c4589ff4007 2018-08-23 08:16:44,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.195302009583s 2018-08-23 08:16:44,188 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6820655e-1cbc-4608-a6b9-5c4589ff4007 2018-08-23 08:16:44,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:16:44,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:44,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-3d00f898-2bf9-4dc7-a53a-7b40a0b6c7f3 Date: Thu, 23 Aug 2018 08:16:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "updated_at": "2018-08-23T08:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "23c5cf68-0662-4e55-a5a6-cf802b24196e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "f8d80b2a-f49c-4f60-87bb-b912234ee889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T08:15:34Z", "updated_at": "2018-08-23T08:15:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "36aca9e5-34dd-4e4b-8aaf-6ad4e2b4176d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "4072f952-71fc-4c70-8439-6717ccd47453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "620312e7-7b89-4576-9d59-6de035cd031d", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "6cf92d95-18ee-48e8-9bb9-b6457b56569e", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:21Z", "updated_at": "2018-08-23T08:16:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "0e0853aa-bcd2-422e-b0d9-e58165a72fd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "66c6f914-435b-48ab-9a7e-f102cc3b89e2", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "c0a474fa-e436-493c-b730-d543c4652dd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "d392b396-22db-41a8-aeb8-d00b1e1f4fdd", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}], "revision_number": 1, "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "2ed386c5-a618-454d-97a0-fd79de961101", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "created_at": "2018-08-23T08:13:14Z", "updated_at": "2018-08-23T08:13:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "1b25301b-aa5a-46b2-947b-a428db2e5327", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "3cba140e-5c37-45c8-b8bd-084b37af7f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "45808a68-7194-4fc6-84a5-01145e9421a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "4f3b6692-cca6-41fe-a027-17d1823ef14c", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}], "revision_number": 1, "project_id": "2daa17a30fbe437e8108d2263e27e868", "id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:32Z", "updated_at": "2018-08-23T08:15:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "088fd9b5-dc2a-4864-887a-63a9272574d3", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "87ceef62-2cb2-443c-9f5c-d92b6fb2d1de", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "cf751435-c6b4-4d07-bf99-110ef90c7056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "dd02feea-921a-496a-843f-447076a2373a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "c6ed8eaa-3049-4753-8a51-e09682087127", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:47Z", "updated_at": "2018-08-23T08:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "007e4434-3385-4c18-ac91-b07cefa9c576", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "0a599e94-9149-4c14-8012-139ea620898a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "be1ec3da-7501-477b-9c72-aabc20a29a57", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "ddca282a-4d26-4d54-93e1-07c8536d760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}], "revision_number": 1, "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "name": "default"}]} 2018-08-23 08:16:44,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3d00f898-2bf9-4dc7-a53a-7b40a0b6c7f3 2018-08-23 08:16:44,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.129464149475s 2018-08-23 08:16:44,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3d00f898-2bf9-4dc7-a53a-7b40a0b6c7f3 2018-08-23 08:16:44,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:16:44,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -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": "1ce053ea-e0a8-4537-918c-b0b1de1d236a"}}' 2018-08-23 08:16:44,553 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-215a2fdb-275b-469c-a5b4-f19576f26af1 Date: Thu, 23 Aug 2018 08:16:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "port_range_min": 22, "revision_number": 0, "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "9ae208ed-d09a-4bae-8426-9573787feef0"}} 2018-08-23 08:16:44,553 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-215a2fdb-275b-469c-a5b4-f19576f26af1 2018-08-23 08:16:44,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.225435018539s 2018-08-23 08:16:44,554 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-215a2fdb-275b-469c-a5b4-f19576f26af1 2018-08-23 08:16:44,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:16:44,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:44,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-d6ae76f6-8944-40e9-905a-c3d830f3438b Date: Thu, 23 Aug 2018 08:16:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "updated_at": "2018-08-23T08:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "23c5cf68-0662-4e55-a5a6-cf802b24196e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "9ae208ed-d09a-4bae-8426-9573787feef0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "f8d80b2a-f49c-4f60-87bb-b912234ee889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 2, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T08:15:34Z", "updated_at": "2018-08-23T08:15:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "36aca9e5-34dd-4e4b-8aaf-6ad4e2b4176d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "4072f952-71fc-4c70-8439-6717ccd47453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "620312e7-7b89-4576-9d59-6de035cd031d", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "6cf92d95-18ee-48e8-9bb9-b6457b56569e", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:21Z", "updated_at": "2018-08-23T08:16:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "0e0853aa-bcd2-422e-b0d9-e58165a72fd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "66c6f914-435b-48ab-9a7e-f102cc3b89e2", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "c0a474fa-e436-493c-b730-d543c4652dd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "d392b396-22db-41a8-aeb8-d00b1e1f4fdd", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}], "revision_number": 1, "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "2ed386c5-a618-454d-97a0-fd79de961101", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "created_at": "2018-08-23T08:13:14Z", "updated_at": "2018-08-23T08:13:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "1b25301b-aa5a-46b2-947b-a428db2e5327", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "3cba140e-5c37-45c8-b8bd-084b37af7f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "45808a68-7194-4fc6-84a5-01145e9421a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "4f3b6692-cca6-41fe-a027-17d1823ef14c", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}], "revision_number": 1, "project_id": "2daa17a30fbe437e8108d2263e27e868", "id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:32Z", "updated_at": "2018-08-23T08:15:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "088fd9b5-dc2a-4864-887a-63a9272574d3", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "87ceef62-2cb2-443c-9f5c-d92b6fb2d1de", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "cf751435-c6b4-4d07-bf99-110ef90c7056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "dd02feea-921a-496a-843f-447076a2373a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "c6ed8eaa-3049-4753-8a51-e09682087127", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:47Z", "updated_at": "2018-08-23T08:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "007e4434-3385-4c18-ac91-b07cefa9c576", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "0a599e94-9149-4c14-8012-139ea620898a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "be1ec3da-7501-477b-9c72-aabc20a29a57", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "ddca282a-4d26-4d54-93e1-07c8536d760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}], "revision_number": 1, "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "name": "default"}]} 2018-08-23 08:16:44,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d6ae76f6-8944-40e9-905a-c3d830f3438b 2018-08-23 08:16:44,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0576519966125s 2018-08-23 08:16:44,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d6ae76f6-8944-40e9-905a-c3d830f3438b 2018-08-23 08:16:44,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:16:44,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -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": "1ce053ea-e0a8-4537-918c-b0b1de1d236a"}}' 2018-08-23 08:16:44,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7505e5b3-b013-48dd-b422-9bab08ef3a1f Date: Thu, 23 Aug 2018 08:16:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "port_range_min": null, "revision_number": 0, "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "f6c539ff-9a9a-49f9-949c-1ddf9ae20328"}} 2018-08-23 08:16:44,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7505e5b3-b013-48dd-b422-9bab08ef3a1f 2018-08-23 08:16:44,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.156852960587s 2018-08-23 08:16:44,775 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7505e5b3-b013-48dd-b422-9bab08ef3a1f 2018-08-23 08:16:44,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:45,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-55e8e5f7-c81f-4140-aeb3-ebcca9ab7e95 Date: Thu, 23 Aug 2018 08:16:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":["bb875e0b-ed78-469d-8329-9f655988d670"],"description":"","tags":[],"updated_at":"2018-08-23T08:16:37Z","provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:45,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-55e8e5f7-c81f-4140-aeb3-ebcca9ab7e95 2018-08-23 08:16:45,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260732889175s 2018-08-23 08:16:45,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-55e8e5f7-c81f-4140-aeb3-ebcca9ab7e95 2018-08-23 08:16:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:16:45,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:45,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-29ddc71a-421b-4036-b8cc-c254ee966e99 Date: Thu, 23 Aug 2018 08:16:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:42Z", "file": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "size": 12716032, "self": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:16:45,066 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-29ddc71a-421b-4036-b8cc-c254ee966e99 2018-08-23 08:16:45,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239338874817s 2018-08-23 08:16:45,067 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-29ddc71a-421b-4036-b8cc-c254ee966e99 2018-08-23 08:16:45,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:16:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:45,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b426f1f-3a6c-4b1c-b697-d5f919b7002a x-compute-request-id: req-2b426f1f-3a6c-4b1c-b697-d5f919b7002a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_f419bc51-478f-412d-9189-19078f78938a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a3150584-d42d-46f0-87f4-c07b85d2367c"}]} 2018-08-23 08:16:45,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2b426f1f-3a6c-4b1c-b697-d5f919b7002a 2018-08-23 08:16:45,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.137121200562s 2018-08-23 08:16:45,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2b426f1f-3a6c-4b1c-b697-d5f919b7002a 2018-08-23 08:16:45,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:16:45,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"server": {"name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "imageRef": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "flavorRef": "a3150584-d42d-46f0-87f4-c07b85d2367c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "129e636a-3cb3-4a1d-bffd-bc1ee7a80b00"}], "security_groups": [{"name": "1ce053ea-e0a8-4537-918c-b0b1de1d236a"}]}}' 2018-08-23 08:16:48,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25b21f57-79b2-44a0-aa75-b6bdfa8b0f68 x-compute-request-id: req-25b21f57-79b2-44a0-aa75-b6bdfa8b0f68 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "1ce053ea-e0a8-4537-918c-b0b1de1d236a"}], "OS-DCF:diskConfig": "MANUAL", "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "adminPass": "Wh7dpNFKqg5H"}} 2018-08-23 08:16:48,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-25b21f57-79b2-44a0-aa75-b6bdfa8b0f68 2018-08-23 08:16:48,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.17581486702s 2018-08-23 08:16:48,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-25b21f57-79b2-44a0-aa75-b6bdfa8b0f68 2018-08-23 08:16:48,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:16:48,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:49,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8ae3d5c-3a50-4592-ab15-aa9e31c86660 x-compute-request-id: req-c8ae3d5c-3a50-4592-ab15-aa9e31c86660 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:16:48Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:16:49,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8ae3d5c-3a50-4592-ab15-aa9e31c86660 2018-08-23 08:16:49,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02954220772s 2018-08-23 08:16:49,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c8ae3d5c-3a50-4592-ab15-aa9e31c86660 2018-08-23 08:16:49,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:16:49,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:49,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-dd8ecef9-832c-4b69-b81f-59591ff7a144 Date: Thu, 23 Aug 2018 08:16:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":["bb875e0b-ed78-469d-8329-9f655988d670"],"description":"","tags":[],"updated_at":"2018-08-23T08:16:37Z","provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:16:49,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dd8ecef9-832c-4b69-b81f-59591ff7a144 2018-08-23 08:16:49,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.072713136673s 2018-08-23 08:16:49,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dd8ecef9-832c-4b69-b81f-59591ff7a144 2018-08-23 08:16:49,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:16:49,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:49,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-416483f7-7511-4c82-8b33-f9283541214b Date: Thu, 23 Aug 2018 08:16:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16: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":"75a5557001334edf9fd80cd1c711e2ec","id":"bb875e0b-ed78-469d-8329-9f655988d670","subnetpool_id":null,"name":"singlevm1-subnet_f419bc51-478f-412d-9189-19078f78938a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 08:16:49,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-416483f7-7511-4c82-8b33-f9283541214b 2018-08-23 08:16:49,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0696179866791s 2018-08-23 08:16:49,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-416483f7-7511-4c82-8b33-f9283541214b 2018-08-23 08:16:49,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:16:51,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:16:51,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:52,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28beb697-da85-43b9-8dd2-7fee686cc065 x-compute-request-id: req-28beb697-da85-43b9-8dd2-7fee686cc065 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "security_groups": [{"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}], "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:16:51Z", "hostId": "f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:16:52,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28beb697-da85-43b9-8dd2-7fee686cc065 2018-08-23 08:16:52,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9865629673s 2018-08-23 08:16:52,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28beb697-da85-43b9-8dd2-7fee686cc065 2018-08-23 08:16:52,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:16:54,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:16:54,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:55,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11483df5-54e4-4b3f-8815-36261a7061dd x-compute-request-id: req-11483df5-54e4-4b3f-8815-36261a7061dd Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e0:c8", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "security_groups": [{"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}], "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:16:52Z", "hostId": "f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:16:55,357 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11483df5-54e4-4b3f-8815-36261a7061dd 2018-08-23 08:16:55,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794977903366s 2018-08-23 08:16:55,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11483df5-54e4-4b3f-8815-36261a7061dd 2018-08-23 08:16:55,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:16:57,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:16:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:16:57,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:16:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5626fb0c-dfe8-4a20-a39e-e8f85b8cab0d x-compute-request-id: req-5626fb0c-dfe8-4a20-a39e-e8f85b8cab0d Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e0:c8", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "security_groups": [{"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}], "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:16:52Z", "hostId": "f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:16:57,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5626fb0c-dfe8-4a20-a39e-e8f85b8cab0d 2018-08-23 08:16:57,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174772977829s 2018-08-23 08:16:57,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5626fb0c-dfe8-4a20-a39e-e8f85b8cab0d 2018-08-23 08:16:57,545 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:16:59,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:16:59,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:00,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-a3a76586-28b3-4fe8-b4ca-684cf9d95536 x-compute-request-id: req-a3a76586-28b3-4fe8-b4ca-684cf9d95536 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e0:c8", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-23T08:16:59.000000", "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "security_groups": [{"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}], "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:16:59Z", "hostId": "f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:00,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a3a76586-28b3-4fe8-b4ca-684cf9d95536 2018-08-23 08:17:00,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.487936973572s 2018-08-23 08:17:00,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a3a76586-28b3-4fe8-b4ca-684cf9d95536 2018-08-23 08:17:00,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:17:00,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:00,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-bfed2773-a9a1-4e8b-adcd-ec5129e1b885 Date: Thu, 23 Aug 2018 08:17:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-23T08:16:58Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb875e0b-ed78-469d-8329-9f655988d670","ip_address":"192.168.120.9"}],"id":"43bd79e9-bfbc-43a7-a708-1c2db123830a","security_groups":["1ce053ea-e0a8-4537-918c-b0b1de1d236a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:e0:c8","project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"65702ffb-cd8d-443a-aecb-b532a35cb202","name":"","admin_state_up":true,"network_id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:51Z","binding:vnic_type":"normal"}]} 2018-08-23 08:17:00,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-bfed2773-a9a1-4e8b-adcd-ec5129e1b885 2018-08-23 08:17:00,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0494639873505s 2018-08-23 08:17:00,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-bfed2773-a9a1-4e8b-adcd-ec5129e1b885 2018-08-23 08:17:00,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:00,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=43bd79e9-bfbc-43a7-a708-1c2db123830a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:00,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4b2095c9-3a3f-4632-84b0-ab240e176cde Date: Thu, 23 Aug 2018 08:17:00 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:17:00,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=43bd79e9-bfbc-43a7-a708-1c2db123830a used request id req-4b2095c9-3a3f-4632-84b0-ab240e176cde 2018-08-23 08:17:00,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0498650074005s 2018-08-23 08:17:00,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=43bd79e9-bfbc-43a7-a708-1c2db123830a used request id req-4b2095c9-3a3f-4632-84b0-ab240e176cde 2018-08-23 08:17:00,145 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_f419bc51-478f-412d-9189-19078f78938a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2c:e0:c8', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-23T08:16:59.000000', 'flavor': Munch({u'id': u'a3150584-d42d-46f0-87f4-c07b85d2367c'}), 'az': u'nova', 'id': u'65702ffb-cd8d-443a-aecb-b532a35cb202', 'security_groups': [Munch({u'name': u'singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0590d17a52ca49bcbb8d17885ae685ea', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:16:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:16:59Z', 'hostId': u'f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-23T08:16:59.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a', 'adminPass': u'Wh7dpNFKqg5H', 'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', 'created_at': u'2018-08-23T08:16:48Z', 'created': u'2018-08-23T08:16:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:17:00,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:00,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:00,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-208a95e0-f231-4ef0-ad39-6ed318592a30 Date: Thu, 23 Aug 2018 08:17:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":["bb875e0b-ed78-469d-8329-9f655988d670"],"description":"","tags":[],"updated_at":"2018-08-23T08:16:37Z","provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:17:00,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-208a95e0-f231-4ef0-ad39-6ed318592a30 2018-08-23 08:17:00,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0781052112579s 2018-08-23 08:17:00,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-208a95e0-f231-4ef0-ad39-6ed318592a30 2018-08-23 08:17:00,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:17:00,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:00,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-b9e03d4f-5238-404f-9bbd-d90f9cec2929 Date: Thu, 23 Aug 2018 08:17:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-23T08:16:58Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"bb875e0b-ed78-469d-8329-9f655988d670","ip_address":"192.168.120.9"}],"id":"43bd79e9-bfbc-43a7-a708-1c2db123830a","security_groups":["1ce053ea-e0a8-4537-918c-b0b1de1d236a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:e0:c8","project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"65702ffb-cd8d-443a-aecb-b532a35cb202","name":"","admin_state_up":true,"network_id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:51Z","binding:vnic_type":"normal"}]} 2018-08-23 08:17:00,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-b9e03d4f-5238-404f-9bbd-d90f9cec2929 2018-08-23 08:17:00,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0409708023071s 2018-08-23 08:17:00,270 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-b9e03d4f-5238-404f-9bbd-d90f9cec2929 2018-08-23 08:17:00,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 08:17:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.9", "port_id": "43bd79e9-bfbc-43a7-a708-1c2db123830a"}}' 2018-08-23 08:17:02,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-02772f43-60e0-4efc-bf68-69f29a918aab Date: Thu, 23 Aug 2018 08:17:02 GMT RESP BODY: {"floatingip": {"router_id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:17:01Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "43bd79e9-bfbc-43a7-a708-1c2db123830a", "id": "bcee924b-f1ae-4f64-bde3-eac712ff44a9", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:17:01Z", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}} 2018-08-23 08:17:02,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-02772f43-60e0-4efc-bf68-69f29a918aab 2018-08-23 08:17:02,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.94850206375s 2018-08-23 08:17:02,220 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-02772f43-60e0-4efc-bf68-69f29a918aab 2018-08-23 08:17:02,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:02,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:02,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-d2b0c09a-e109-4528-9000-32c5f0ea51a8 Date: Thu, 23 Aug 2018 08:17:02 GMT RESP BODY: {"floatingips": [{"router_id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:17:01Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "43bd79e9-bfbc-43a7-a708-1c2db123830a", "id": "bcee924b-f1ae-4f64-bde3-eac712ff44a9", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:17:01Z", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}]} 2018-08-23 08:17:02,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d2b0c09a-e109-4528-9000-32c5f0ea51a8 2018-08-23 08:17:02,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0554010868073s 2018-08-23 08:17:02,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d2b0c09a-e109-4528-9000-32c5f0ea51a8 2018-08-23 08:17:02,288 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'af06153a-3db2-4d80-bcac-e6ec35ed73e6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', 'created_at': u'2018-08-23T08:17:01Z', 'attached': True, 'updated_at': u'2018-08-23T08:17:01Z', 'id': u'bcee924b-f1ae-4f64-bde3-eac712ff44a9', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'af06153a-3db2-4d80-bcac-e6ec35ed73e6', 'project_id': u'75a5557001334edf9fd80cd1c711e2ec', 'port_id': u'43bd79e9-bfbc-43a7-a708-1c2db123830a', 'port': u'43bd79e9-bfbc-43a7-a708-1c2db123830a', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 08:17:02,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:17:02,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:17:03,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-718d6030-8e5a-48ed-ab9e-1d371aaaeeb6 x-compute-request-id: req-718d6030-8e5a-48ed-ab9e-1d371aaaeeb6 Content-Encoding: gzip Content-Length: 7945 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497033356 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182281] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184518] pid_max: default: 32768 minimum: 301\n[ 0.185731] ACPI: Core revision 20150930\n[ 0.187389] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189157] Security Framework initialized\n[ 0.190265] Yama: becoming mindful.\n[ 0.191250] AppArmor: AppArmor initialized\n[ 0.192390] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194141] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195822] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199289] Initializing cgroup subsys io\n[ 0.200388] Initializing cgroup subsys memory\n[ 0.201567] Initializing cgroup subsys devices\n[ 0.202746] Initializing cgroup subsys freezer\n[ 0.203918] Initializing cgroup subsys net_cls\n[ 0.205109] Initializing cgroup subsys perf_event\n[ 0.206333] Initializing cgroup subsys net_prio\n[ 0.207528] Initializing cgroup subsys hugetlb\n[ 0.208697] Initializing cgroup subsys pids\n[ 0.209865] CPU: Physical Processor ID: 0\n[ 0.211649] mce: CPU supports 10 MCE banks\n[ 0.212783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235478] ftrace: allocating 31920 entries in 125 pages\n[ 0.260578] smpboot: Max logical packages: 1\n[ 0.261739] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263590] x2apic enabled\n[ 0.264714] Switched APIC routing to physical x2apic.\n[ 0.267136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268621] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273757] KVM setup paravirtual spinlock\n[ 0.275333] x86: Booted up 1 node, 1 CPUs\n[ 0.276421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278282] devtmpfs: initialized\n[ 0.280235] evm: security.selinux\n[ 0.281180] evm: security.SMACK64\n[ 0.282124] evm: security.SMACK64EXEC\n[ 0.283129] evm: security.SMACK64TRANSMUTE\n[ 0.284213] evm: security.SMACK64MMAP\n[ 0.285212] evm: security.ima\n[ 0.286078] evm: security.capability\n[ 0.287138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289612] pinctrl core: initialized pinctrl subsystem\n[ 0.291079] RTC time: 8:16:59, date: 08/23/18\n[ 0.292349] NET: Registered protocol family 16\n[ 0.293647] cpuidle: using governor ladder\n[ 0.294743] cpuidle: using governor menu\n[ 0.295809] PCCT header not found.\n[ 0.296818] ACPI: bus type PCI registered\n[ 0.297899] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.299550] PCI: Using configuration type 1 for base access\n[ 0.301670] ACPI: Added _OSI(Module Device)\n[ 0.302799] ACPI: Added _OSI(Processor Device)\n[ 0.303955] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305175] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307309] ACPI: Interpreter enabled\n[ 0.308339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.315851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318341] ACPI: (supports S0 S5)\n[ 0.319294] ACPI: Using IOAPIC for interrupt routing\n[ 0.320557] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324353] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327530] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329117] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332032] acpiphp: Slot [3] registered\n[ 0.333116] acpiphp: Slot [4] registered\n[ 0.334192] acpiphp: Slot [5] registered\n[ 0.335270] acpiphp: Slot [6] registered\n[ 0.336347] acpiphp: Slot [7] registered\n[ 0.337424] acpiphp: Slot [8] registered\n[ 0.338505] acpiphp: Slot [9] registered\n[ 0.339574] acpiphp: Slot [10] registered\n[ 0.340667] acpiphp: Slot [11] registered\n[ 0.341763] acpiphp: Slot [12] registered\n[ 0.342857] acpiphp: Slot [13] registered\n[ 0.343946] acpiphp: Slot [14] registered\n[ 0.345038] acpiphp: Slot [15] registered\n[ 0.359928] acpiphp: Slot [16] registered\n[ 0.361044] acpiphp: Slot [17] registered\n[ 0.362145] acpiphp: Slot [18] registered\n[ 0.363249] acpiphp: Slot [19] registered\n[ 0.364360] acpiphp: Slot [20] registered\n[ 0.365467] acpiphp: Slot [21] registered\n[ 0.366573] acpiphp: Slot [22] registered\n[ 0.367679] acpiphp: Slot [23] registered\n[ 0.368783] acpiphp: Slot [24] registered\n[ 0.369889] acpiphp: Slot [25] registered\n[ 0.370989] acpiphp: Slot [26] registered\n[ 0.372088] acpiphp: Slot [27] registered\n[ 0.373191] acpiphp: Slot [28] registered\n[ 0.374297] acpiphp: Slot [29] registered\n[ 0.375402] acpiphp: Slot [30] registered\n[ 0.376495] acpiphp: Slot [31] registered\n[ 0.377596] PCI host bridge to bus 0000:00\n[ 0.378699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.380335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385936] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.387970] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392022] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403345] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425850] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.429662] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.431552] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433347] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435138] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436546] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438645] vgaarb: loaded\n[ 0.439479] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441112] SCSI subsystem initialized\n[ 0.442344] ACPI: bus type USB registered\n[ 0.443459] usbcore: registered new interface driver usbfs\n[ 0.444840] usbcore: registered new interface driver hub\n[ 0.446202] usbcore: registered new device driver usb\n[ 0.447666] PCI: Using ACPI for IRQ routing\n[ 0.449172] NetLabel: Initializing\n[ 0.450147] NetLabel: domain hash size = 128\n[ 0.451293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452588] NetLabel: unlabeled traffic allowed by default\n[ 0.454227] clocksource: Switched to clocksource kvm-clock\n[ 0.464387] AppArmor: AppArmor Filesystem Enabled\n[ 0.465717] pnp: PnP ACPI init\n[ 0.466953] pnp: PnP ACPI: found 5 devices\n[ 0.473808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476193] NET: Registered protocol family 2\n[ 0.477618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479428] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481103] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482791] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484303] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485933] NET: Registered protocol family 1\n[ 0.487164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488699] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490203] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519407] Trying to unpack rootfs image as initramfs...\n[ 0.581794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586818] Scanning for low memory corruption every 60 seconds\n[ 0.589008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590644] audit: initializing netlink subsys (disabled)\n[ 0.592113] audit: type=2000 audit(1535012220.252:1): initialized\n[ 0.594002] Initialise system trusted keyring\n[ 0.595424] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597036] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599811] zbud: loaded\n[ 0.600822] VFS: Disk quotas dquot_6.6.0\n[ 0.601978] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604178] fuse init (API version 7.23)\n[ 0.605423] Key type big_key registered\n[ 0.606575] Allocating IMA MOK and blacklist keyrings.\n[ 0.608265] Key type asymmetric registered\n[ 0.609411] Asymmetric key parser 'x509' registered\n[ 0.610747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612841] io scheduler noop registered\n[ 0.613943] io scheduler deadline registered (default)\n[ 0.615335] io scheduler cfq registered\n[ 0.616530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.617968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.619768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.621801] ACPI: Power Button [PWRF]\n[ 0.623043] GHES: HEST is not enabled!\n[ 0.637228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.669876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693645] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696753] Linux agpgart interface v0.103\n[ 0.700213] brd: module loaded\n[ 0.702461] loop: module loaded\n[ 0.707436] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709485] GPT:90111 != 2097151\n[ 0.710467] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712024] GPT:90111 != 2097151\n[ 0.713008] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714411] vda: vda1 vda15\n[ 0.716142] scsi host0: ata_piix\n[ 0.717238] scsi host1: ata_piix\n[ 0.718283] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720019] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722305] libphy: Fixed MDIO Bus: probed\n[ 0.723468] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724825] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727637] PPP generic driver version 2.4.2\n[ 0.728925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730654] ehci-pci: EHCI PCI platform driver\n[ 0.731899] ehci-platform: EHCI generic platform driver\n[ 0.733317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734878] ohci-pci: OHCI PCI platform driver\n[ 0.736096] ohci-platform: OHCI generic platform driver\n[ 0.737458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752076] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758728] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762514] usb usb1: Product: UHCI Host Controller\n[ 0.763832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765452] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766926] hub 1-0:1.0: USB hub found\n[ 0.768006] hub 1-0:1.0: 2 ports detected\n[ 0.769307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772227] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774987] mousedev: PS/2 mouse device common for all mice\n[ 0.776723] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.779259] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784097] i2c /dev entries driver\n[ 0.785150] device-mapper: uevent: version 1.0.3\n[ 0.786469] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788719] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790595] NET: Registered protocol family 10\n[ 0.792153] NET: Registered protocol family 17\n[ 0.793386] Key type dns_resolver registered\n[ 0.794695] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796210] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798642] registered taskstats version 1\n[ 0.799811] Loading compiled-in X.509 certificates\n[ 0.801641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804183] zswap: loaded using pool lzo/zbud\n[ 0.806284] Key type trusted registered\n[ 0.808413] Key type encrypted registered\n[ 0.809559] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811007] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812439] evm: HMAC attrs: 0x1\n[ 0.813757] Magic number: 14:307:271\n[ 0.814960] rtc_cmos 00:00: setting system clock to 2018-08-23 08:16:59 UTC (1535012219)\n[ 0.817203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818741] EDD information not available.\n[ 0.875918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892312] Write protecting the kernel read-only data: 14336k\n[ 0.895288] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897829] 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.947502] 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 192.168.120.9...\nLease of 192.168.120.9 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.04. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-08-23 08:17:03,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action used request id req-718d6030-8e5a-48ed-ab9e-1d371aaaeeb6 2018-08-23 08:17:03,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.897916078568s 2018-08-23 08:17:03,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action used request id req-718d6030-8e5a-48ed-ab9e-1d371aaaeeb6 2018-08-23 08:17:03,187 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497033356 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.182281] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184518] pid_max: default: 32768 minimum: 301 [ 0.185731] ACPI: Core revision 20150930 [ 0.187389] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189157] Security Framework initialized [ 0.190265] Yama: becoming mindful. [ 0.191250] AppArmor: AppArmor initialized [ 0.192390] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194141] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195822] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199289] Initializing cgroup subsys io [ 0.200388] Initializing cgroup subsys memory [ 0.201567] Initializing cgroup subsys devices [ 0.202746] Initializing cgroup subsys freezer [ 0.203918] Initializing cgroup subsys net_cls [ 0.205109] Initializing cgroup subsys perf_event [ 0.206333] Initializing cgroup subsys net_prio [ 0.207528] Initializing cgroup subsys hugetlb [ 0.208697] Initializing cgroup subsys pids [ 0.209865] CPU: Physical Processor ID: 0 [ 0.211649] mce: CPU supports 10 MCE banks [ 0.212783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.235478] ftrace: allocating 31920 entries in 125 pages [ 0.260578] smpboot: Max logical packages: 1 [ 0.261739] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.263590] x2apic enabled [ 0.264714] Switched APIC routing to physical x2apic. [ 0.267136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268621] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.273757] KVM setup paravirtual spinlock [ 0.275333] x86: Booted up 1 node, 1 CPUs [ 0.276421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278282] devtmpfs: initialized [ 0.280235] evm: security.selinux [ 0.281180] evm: security.SMACK64 [ 0.282124] evm: security.SMACK64EXEC [ 0.283129] evm: security.SMACK64TRANSMUTE [ 0.284213] evm: security.SMACK64MMAP [ 0.285212] evm: security.ima [ 0.286078] evm: security.capability [ 0.287138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.289612] pinctrl core: initialized pinctrl subsystem [ 0.291079] RTC time: 8:16:59, date: 08/23/18 [ 0.292349] NET: Registered protocol family 16 [ 0.293647] cpuidle: using governor ladder [ 0.294743] cpuidle: using governor menu [ 0.295809] PCCT header not found. [ 0.296818] ACPI: bus type PCI registered [ 0.297899] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.299550] PCI: Using configuration type 1 for base access [ 0.301670] ACPI: Added _OSI(Module Device) [ 0.302799] ACPI: Added _OSI(Processor Device) [ 0.303955] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305175] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307309] ACPI: Interpreter enabled [ 0.308339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.310838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.315851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318341] ACPI: (supports S0 S5) [ 0.319294] ACPI: Using IOAPIC for interrupt routing [ 0.320557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324353] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327530] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329117] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332032] acpiphp: Slot [3] registered [ 0.333116] acpiphp: Slot [4] registered [ 0.334192] acpiphp: Slot [5] registered [ 0.335270] acpiphp: Slot [6] registered [ 0.336347] acpiphp: Slot [7] registered [ 0.337424] acpiphp: Slot [8] registered [ 0.338505] acpiphp: Slot [9] registered [ 0.339574] acpiphp: Slot [10] registered [ 0.340667] acpiphp: Slot [11] registered [ 0.341763] acpiphp: Slot [12] registered [ 0.342857] acpiphp: Slot [13] registered [ 0.343946] acpiphp: Slot [14] registered [ 0.345038] acpiphp: Slot [15] registered [ 0.359928] acpiphp: Slot [16] registered [ 0.361044] acpiphp: Slot [17] registered [ 0.362145] acpiphp: Slot [18] registered [ 0.363249] acpiphp: Slot [19] registered [ 0.364360] acpiphp: Slot [20] registered [ 0.365467] acpiphp: Slot [21] registered [ 0.366573] acpiphp: Slot [22] registered [ 0.367679] acpiphp: Slot [23] registered [ 0.368783] acpiphp: Slot [24] registered [ 0.369889] acpiphp: Slot [25] registered [ 0.370989] acpiphp: Slot [26] registered [ 0.372088] acpiphp: Slot [27] registered [ 0.373191] acpiphp: Slot [28] registered [ 0.374297] acpiphp: Slot [29] registered [ 0.375402] acpiphp: Slot [30] registered [ 0.376495] acpiphp: Slot [31] registered [ 0.377596] PCI host bridge to bus 0000:00 [ 0.378699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.380335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385936] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.387970] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392022] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.393743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403345] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.425850] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.427763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.429662] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.431552] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433347] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435138] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436546] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438645] vgaarb: loaded [ 0.439479] vgaarb: bridge control possible 0000:00:02.0 [ 0.441112] SCSI subsystem initialized [ 0.442344] ACPI: bus type USB registered [ 0.443459] usbcore: registered new interface driver usbfs [ 0.444840] usbcore: registered new interface driver hub [ 0.446202] usbcore: registered new device driver usb [ 0.447666] PCI: Using ACPI for IRQ routing [ 0.449172] NetLabel: Initializing [ 0.450147] NetLabel: domain hash size = 128 [ 0.451293] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452588] NetLabel: unlabeled traffic allowed by default [ 0.454227] clocksource: Switched to clocksource kvm-clock [ 0.464387] AppArmor: AppArmor Filesystem Enabled [ 0.465717] pnp: PnP ACPI init [ 0.466953] pnp: PnP ACPI: found 5 devices [ 0.473808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476193] NET: Registered protocol family 2 [ 0.477618] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479428] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481103] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482791] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484303] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485933] NET: Registered protocol family 1 [ 0.487164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488699] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490203] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519407] Trying to unpack rootfs image as initramfs... [ 0.581794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586818] Scanning for low memory corruption every 60 seconds [ 0.589008] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.590644] audit: initializing netlink subsys (disabled) [ 0.592113] audit: type=2000 audit(1535012220.252:1): initialized [ 0.594002] Initialise system trusted keyring [ 0.595424] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.597036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.599811] zbud: loaded [ 0.600822] VFS: Disk quotas dquot_6.6.0 [ 0.601978] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604178] fuse init (API version 7.23) [ 0.605423] Key type big_key registered [ 0.606575] Allocating IMA MOK and blacklist keyrings. [ 0.608265] Key type asymmetric registered [ 0.609411] Asymmetric key parser 'x509' registered [ 0.610747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.612841] io scheduler noop registered [ 0.613943] io scheduler deadline registered (default) [ 0.615335] io scheduler cfq registered [ 0.616530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.619768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.621801] ACPI: Power Button [PWRF] [ 0.623043] GHES: HEST is not enabled! [ 0.637228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.669876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.693645] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.696753] Linux agpgart interface v0.103 [ 0.700213] brd: module loaded [ 0.702461] loop: module loaded [ 0.707436] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709485] GPT:90111 != 2097151 [ 0.710467] GPT:Alternate GPT header not at the end of the disk. [ 0.712024] GPT:90111 != 2097151 [ 0.713008] GPT: Use GNU Parted to correct GPT errors. [ 0.714411] vda: vda1 vda15 [ 0.716142] scsi host0: ata_piix [ 0.717238] scsi host1: ata_piix [ 0.718283] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720019] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722305] libphy: Fixed MDIO Bus: probed [ 0.723468] tun: Universal TUN/TAP device driver, 1.6 [ 0.724825] tun: (C) 1999-2004 Max Krasnyansky [ 0.727637] PPP generic driver version 2.4.2 [ 0.728925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730654] ehci-pci: EHCI PCI platform driver [ 0.731899] ehci-platform: EHCI generic platform driver [ 0.733317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734878] ohci-pci: OHCI PCI platform driver [ 0.736096] ohci-platform: OHCI generic platform driver [ 0.737458] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752076] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.757087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758728] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762514] usb usb1: Product: UHCI Host Controller [ 0.763832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765452] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766926] hub 1-0:1.0: USB hub found [ 0.768006] hub 1-0:1.0: 2 ports detected [ 0.769307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.772227] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.773573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774987] mousedev: PS/2 mouse device common for all mice [ 0.776723] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.779259] rtc_cmos 00:00: RTC can wake from S4 [ 0.780800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.782458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784097] i2c /dev entries driver [ 0.785150] device-mapper: uevent: version 1.0.3 [ 0.786469] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.788719] ledtrig-cpu: registered to indicate activity on CPUs [ 0.790595] NET: Registered protocol family 10 [ 0.792153] NET: Registered protocol family 17 [ 0.793386] Key type dns_resolver registered [ 0.794695] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796210] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.798642] registered taskstats version 1 [ 0.799811] Loading compiled-in X.509 certificates [ 0.801641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804183] zswap: loaded using pool lzo/zbud [ 0.806284] Key type trusted registered [ 0.808413] Key type encrypted registered [ 0.809559] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811007] ima: No TPM chip found, activating TPM-bypass! [ 0.812439] evm: HMAC attrs: 0x1 [ 0.813757] Magic number: 14:307:271 [ 0.814960] rtc_cmos 00:00: setting system clock to 2018-08-23 08:16:59 UTC (1535012219) [ 0.817203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.818741] EDD information not available. [ 0.875918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892312] Write protecting the kernel read-only data: 14336k [ 0.895288] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897829] 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.947502] 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 192.168.120.9... Lease of 192.168.120.9 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.04. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-08-23 08:17:04,190 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-08-23 08:17:13,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:17:13,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:17:13,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-03e008bc-860f-45ac-af23-f7d835652445 x-compute-request-id: req-03e008bc-860f-45ac-af23-f7d835652445 Content-Encoding: gzip Content-Length: 9581 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497033356 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.182281] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.184518] pid_max: default: 32768 minimum: 301\n[ 0.185731] ACPI: Core revision 20150930\n[ 0.187389] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.189157] Security Framework initialized\n[ 0.190265] Yama: becoming mindful.\n[ 0.191250] AppArmor: AppArmor initialized\n[ 0.192390] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.194141] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.195822] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199289] Initializing cgroup subsys io\n[ 0.200388] Initializing cgroup subsys memory\n[ 0.201567] Initializing cgroup subsys devices\n[ 0.202746] Initializing cgroup subsys freezer\n[ 0.203918] Initializing cgroup subsys net_cls\n[ 0.205109] Initializing cgroup subsys perf_event\n[ 0.206333] Initializing cgroup subsys net_prio\n[ 0.207528] Initializing cgroup subsys hugetlb\n[ 0.208697] Initializing cgroup subsys pids\n[ 0.209865] CPU: Physical Processor ID: 0\n[ 0.211649] mce: CPU supports 10 MCE banks\n[ 0.212783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.214142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235478] ftrace: allocating 31920 entries in 125 pages\n[ 0.260578] smpboot: Max logical packages: 1\n[ 0.261739] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263590] x2apic enabled\n[ 0.264714] Switched APIC routing to physical x2apic.\n[ 0.267136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268621] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273757] KVM setup paravirtual spinlock\n[ 0.275333] x86: Booted up 1 node, 1 CPUs\n[ 0.276421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278282] devtmpfs: initialized\n[ 0.280235] evm: security.selinux\n[ 0.281180] evm: security.SMACK64\n[ 0.282124] evm: security.SMACK64EXEC\n[ 0.283129] evm: security.SMACK64TRANSMUTE\n[ 0.284213] evm: security.SMACK64MMAP\n[ 0.285212] evm: security.ima\n[ 0.286078] evm: security.capability\n[ 0.287138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289612] pinctrl core: initialized pinctrl subsystem\n[ 0.291079] RTC time: 8:16:59, date: 08/23/18\n[ 0.292349] NET: Registered protocol family 16\n[ 0.293647] cpuidle: using governor ladder\n[ 0.294743] cpuidle: using governor menu\n[ 0.295809] PCCT header not found.\n[ 0.296818] ACPI: bus type PCI registered\n[ 0.297899] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.299550] PCI: Using configuration type 1 for base access\n[ 0.301670] ACPI: Added _OSI(Module Device)\n[ 0.302799] ACPI: Added _OSI(Processor Device)\n[ 0.303955] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.305175] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.307309] ACPI: Interpreter enabled\n[ 0.308339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.313342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.315851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.318341] ACPI: (supports S0 S5)\n[ 0.319294] ACPI: Using IOAPIC for interrupt routing\n[ 0.320557] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.324353] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.325881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.327530] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.329117] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.332032] acpiphp: Slot [3] registered\n[ 0.333116] acpiphp: Slot [4] registered\n[ 0.334192] acpiphp: Slot [5] registered\n[ 0.335270] acpiphp: Slot [6] registered\n[ 0.336347] acpiphp: Slot [7] registered\n[ 0.337424] acpiphp: Slot [8] registered\n[ 0.338505] acpiphp: Slot [9] registered\n[ 0.339574] acpiphp: Slot [10] registered\n[ 0.340667] acpiphp: Slot [11] registered\n[ 0.341763] acpiphp: Slot [12] registered\n[ 0.342857] acpiphp: Slot [13] registered\n[ 0.343946] acpiphp: Slot [14] registered\n[ 0.345038] acpiphp: Slot [15] registered\n[ 0.359928] acpiphp: Slot [16] registered\n[ 0.361044] acpiphp: Slot [17] registered\n[ 0.362145] acpiphp: Slot [18] registered\n[ 0.363249] acpiphp: Slot [19] registered\n[ 0.364360] acpiphp: Slot [20] registered\n[ 0.365467] acpiphp: Slot [21] registered\n[ 0.366573] acpiphp: Slot [22] registered\n[ 0.367679] acpiphp: Slot [23] registered\n[ 0.368783] acpiphp: Slot [24] registered\n[ 0.369889] acpiphp: Slot [25] registered\n[ 0.370989] acpiphp: Slot [26] registered\n[ 0.372088] acpiphp: Slot [27] registered\n[ 0.373191] acpiphp: Slot [28] registered\n[ 0.374297] acpiphp: Slot [29] registered\n[ 0.375402] acpiphp: Slot [30] registered\n[ 0.376495] acpiphp: Slot [31] registered\n[ 0.377596] PCI host bridge to bus 0000:00\n[ 0.378699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.380335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.385936] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.387970] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.392022] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.393743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.395354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.397073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403345] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425850] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.429662] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.431552] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433347] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435138] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436546] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438645] vgaarb: loaded\n[ 0.439479] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441112] SCSI subsystem initialized\n[ 0.442344] ACPI: bus type USB registered\n[ 0.443459] usbcore: registered new interface driver usbfs\n[ 0.444840] usbcore: registered new interface driver hub\n[ 0.446202] usbcore: registered new device driver usb\n[ 0.447666] PCI: Using ACPI for IRQ routing\n[ 0.449172] NetLabel: Initializing\n[ 0.450147] NetLabel: domain hash size = 128\n[ 0.451293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452588] NetLabel: unlabeled traffic allowed by default\n[ 0.454227] clocksource: Switched to clocksource kvm-clock\n[ 0.464387] AppArmor: AppArmor Filesystem Enabled\n[ 0.465717] pnp: PnP ACPI init\n[ 0.466953] pnp: PnP ACPI: found 5 devices\n[ 0.473808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.476193] NET: Registered protocol family 2\n[ 0.477618] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479428] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.481103] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482791] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.484303] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485933] NET: Registered protocol family 1\n[ 0.487164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.488699] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490203] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.519407] Trying to unpack rootfs image as initramfs...\n[ 0.581794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.586818] Scanning for low memory corruption every 60 seconds\n[ 0.589008] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.590644] audit: initializing netlink subsys (disabled)\n[ 0.592113] audit: type=2000 audit(1535012220.252:1): initialized\n[ 0.594002] Initialise system trusted keyring\n[ 0.595424] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.597036] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.599811] zbud: loaded\n[ 0.600822] VFS: Disk quotas dquot_6.6.0\n[ 0.601978] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.604178] fuse init (API version 7.23)\n[ 0.605423] Key type big_key registered\n[ 0.606575] Allocating IMA MOK and blacklist keyrings.\n[ 0.608265] Key type asymmetric registered\n[ 0.609411] Asymmetric key parser 'x509' registered\n[ 0.610747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.612841] io scheduler noop registered\n[ 0.613943] io scheduler deadline registered (default)\n[ 0.615335] io scheduler cfq registered\n[ 0.616530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.617968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.619768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.621801] ACPI: Power Button [PWRF]\n[ 0.623043] GHES: HEST is not enabled!\n[ 0.637228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.666821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.669876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.693645] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.696753] Linux agpgart interface v0.103\n[ 0.700213] brd: module loaded\n[ 0.702461] loop: module loaded\n[ 0.707436] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709485] GPT:90111 != 2097151\n[ 0.710467] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712024] GPT:90111 != 2097151\n[ 0.713008] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714411] vda: vda1 vda15\n[ 0.716142] scsi host0: ata_piix\n[ 0.717238] scsi host1: ata_piix\n[ 0.718283] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720019] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722305] libphy: Fixed MDIO Bus: probed\n[ 0.723468] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724825] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727637] PPP generic driver version 2.4.2\n[ 0.728925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730654] ehci-pci: EHCI PCI platform driver\n[ 0.731899] ehci-platform: EHCI generic platform driver\n[ 0.733317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734878] ohci-pci: OHCI PCI platform driver\n[ 0.736096] ohci-platform: OHCI generic platform driver\n[ 0.737458] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752076] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755619] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.757087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758728] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762514] usb usb1: Product: UHCI Host Controller\n[ 0.763832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765452] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766926] hub 1-0:1.0: USB hub found\n[ 0.768006] hub 1-0:1.0: 2 ports detected\n[ 0.769307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.772227] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.773573] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774987] mousedev: PS/2 mouse device common for all mice\n[ 0.776723] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.779259] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.782458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784097] i2c /dev entries driver\n[ 0.785150] device-mapper: uevent: version 1.0.3\n[ 0.786469] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.788719] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.790595] NET: Registered protocol family 10\n[ 0.792153] NET: Registered protocol family 17\n[ 0.793386] Key type dns_resolver registered\n[ 0.794695] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.796210] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.798642] registered taskstats version 1\n[ 0.799811] Loading compiled-in X.509 certificates\n[ 0.801641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.804183] zswap: loaded using pool lzo/zbud\n[ 0.806284] Key type trusted registered\n[ 0.808413] Key type encrypted registered\n[ 0.809559] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811007] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812439] evm: HMAC attrs: 0x1\n[ 0.813757] Magic number: 14:307:271\n[ 0.814960] rtc_cmos 00:00: setting system clock to 2018-08-23 08:16:59 UTC (1535012219)\n[ 0.817203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.818741] EDD information not available.\n[ 0.875918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892312] Write protecting the kernel read-only data: 14336k\n[ 0.895288] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.897829] 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.947502] 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 192.168.120.9...\nLease of 192.168.120.9 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.04. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8KcMquNp71fPmL0DnOj6jnK2RnjKwAoO+ScjEXTHjWRad5dnJTi++D6R+o4vWeMCe5/jxJz+k8UwAIfYBvpC5TR98nHjC5BNXLi63ix84uVqGZBTIbri6tQ+GB3ZcClTYhdtChwRr4vykJ29e9f5FKWfVU7RbGQX4esgZ0vkPbXLYmSg0yImXSxDtrM7RABryBHQFqs2pU1FB6TLMEBROn9j1nS+ybojJfzBO6f3abc5aBcz08HH8ox8kASML7731ny9n37K7RdL7hdtCT5EP2Pa0ppFQcVdh7ZC+7pXE7+PzVINvpyRy7XfU1md+NEHk4ujTw2U/sH6QYIdWa3T root@singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a\nssh-dss AAAAB3NzaC1kc3MAAACBANQfQxEsmxbLqR/G0gqYF7LPHYhkAkaHYWsQsXRH+TRJLwy9cjuW+VfxlSGCRpEkB8TxRklwXWrvzYjz0X8+PcruF+0UseqSTb+kdEJC9KvnsTp3BvMf0gpfwnBJPMiKxFNzq6BZs6iJL+/+be6gPmh60QerzWhbkyjuzZlIAO/DAAAAFQCw1hc5kZXwCR9dOImuJHhUp7HG6wAAAIAwN354bLNISihDR2TYPvOXEIM3pFl0yMa+tdyt+psxgbb5I7p0+9pXO+4CNQfESVXGxTno3tEHqyVGTscmn4WpO9mksdls68JlTlQsg6/ICfQxFix1xIXD/tyHtiDjAQaHuWFWpJJG3SFIO2CSh+3iJc3ZXWacyySJaLMt21QwYQAAAIBFHJeiSLwKnJyEypsc2i1iwAKTtZB2FmSc7o3mbm2CkWuQEzlNDGRdhAIGXhJJvYpTWTU2ndH/ySmXUKqWK6XgcONHY8VvWmnxXrRYnRkPhztQr/R+PW3sqBfFY97Uabosw8G1ZV3AzdWxAX76Os7XJnjThke6FyZckaM9zMVMrA== root@singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.37s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe2c:e0c8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \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-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.29 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-f419bc51-478f-412d-9189-19078f78938a login: "} 2018-08-23 08:17:13,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action used request id req-03e008bc-860f-45ac-af23-f7d835652445 2018-08-23 08:17:13,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.122375011444s 2018-08-23 08:17:13,323 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202/action used request id req-03e008bc-860f-45ac-af23-f7d835652445 2018-08-23 08:17:13,324 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 497033356 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.182281] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.184518] pid_max: default: 32768 minimum: 301 [ 0.185731] ACPI: Core revision 20150930 [ 0.187389] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.189157] Security Framework initialized [ 0.190265] Yama: becoming mindful. [ 0.191250] AppArmor: AppArmor initialized [ 0.192390] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.194141] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.195822] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197448] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199289] Initializing cgroup subsys io [ 0.200388] Initializing cgroup subsys memory [ 0.201567] Initializing cgroup subsys devices [ 0.202746] Initializing cgroup subsys freezer [ 0.203918] Initializing cgroup subsys net_cls [ 0.205109] Initializing cgroup subsys perf_event [ 0.206333] Initializing cgroup subsys net_prio [ 0.207528] Initializing cgroup subsys hugetlb [ 0.208697] Initializing cgroup subsys pids [ 0.209865] CPU: Physical Processor ID: 0 [ 0.211649] mce: CPU supports 10 MCE banks [ 0.212783] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.214142] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228905] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.235478] ftrace: allocating 31920 entries in 125 pages [ 0.260578] smpboot: Max logical packages: 1 [ 0.261739] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.263590] x2apic enabled [ 0.264714] Switched APIC routing to physical x2apic. [ 0.267136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268621] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271339] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.273757] KVM setup paravirtual spinlock [ 0.275333] x86: Booted up 1 node, 1 CPUs [ 0.276421] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278282] devtmpfs: initialized [ 0.280235] evm: security.selinux [ 0.281180] evm: security.SMACK64 [ 0.282124] evm: security.SMACK64EXEC [ 0.283129] evm: security.SMACK64TRANSMUTE [ 0.284213] evm: security.SMACK64MMAP [ 0.285212] evm: security.ima [ 0.286078] evm: security.capability [ 0.287138] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.289612] pinctrl core: initialized pinctrl subsystem [ 0.291079] RTC time: 8:16:59, date: 08/23/18 [ 0.292349] NET: Registered protocol family 16 [ 0.293647] cpuidle: using governor ladder [ 0.294743] cpuidle: using governor menu [ 0.295809] PCCT header not found. [ 0.296818] ACPI: bus type PCI registered [ 0.297899] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.299550] PCI: Using configuration type 1 for base access [ 0.301670] ACPI: Added _OSI(Module Device) [ 0.302799] ACPI: Added _OSI(Processor Device) [ 0.303955] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.305175] ACPI: Added _OSI(Processor Aggregator Device) [ 0.307309] ACPI: Interpreter enabled [ 0.308339] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.310838] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.313342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.315851] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.318341] ACPI: (supports S0 S5) [ 0.319294] ACPI: Using IOAPIC for interrupt routing [ 0.320557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.324353] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.325881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.327530] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.329117] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.332032] acpiphp: Slot [3] registered [ 0.333116] acpiphp: Slot [4] registered [ 0.334192] acpiphp: Slot [5] registered [ 0.335270] acpiphp: Slot [6] registered [ 0.336347] acpiphp: Slot [7] registered [ 0.337424] acpiphp: Slot [8] registered [ 0.338505] acpiphp: Slot [9] registered [ 0.339574] acpiphp: Slot [10] registered [ 0.340667] acpiphp: Slot [11] registered [ 0.341763] acpiphp: Slot [12] registered [ 0.342857] acpiphp: Slot [13] registered [ 0.343946] acpiphp: Slot [14] registered [ 0.345038] acpiphp: Slot [15] registered [ 0.359928] acpiphp: Slot [16] registered [ 0.361044] acpiphp: Slot [17] registered [ 0.362145] acpiphp: Slot [18] registered [ 0.363249] acpiphp: Slot [19] registered [ 0.364360] acpiphp: Slot [20] registered [ 0.365467] acpiphp: Slot [21] registered [ 0.366573] acpiphp: Slot [22] registered [ 0.367679] acpiphp: Slot [23] registered [ 0.368783] acpiphp: Slot [24] registered [ 0.369889] acpiphp: Slot [25] registered [ 0.370989] acpiphp: Slot [26] registered [ 0.372088] acpiphp: Slot [27] registered [ 0.373191] acpiphp: Slot [28] registered [ 0.374297] acpiphp: Slot [29] registered [ 0.375402] acpiphp: Slot [30] registered [ 0.376495] acpiphp: Slot [31] registered [ 0.377596] PCI host bridge to bus 0000:00 [ 0.378699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.380335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381962] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383942] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.385936] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.387970] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.392022] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.393743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.395354] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.397073] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403345] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.425850] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.427763] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.429662] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.431552] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433347] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435138] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436546] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438645] vgaarb: loaded [ 0.439479] vgaarb: bridge control possible 0000:00:02.0 [ 0.441112] SCSI subsystem initialized [ 0.442344] ACPI: bus type USB registered [ 0.443459] usbcore: registered new interface driver usbfs [ 0.444840] usbcore: registered new interface driver hub [ 0.446202] usbcore: registered new device driver usb [ 0.447666] PCI: Using ACPI for IRQ routing [ 0.449172] NetLabel: Initializing [ 0.450147] NetLabel: domain hash size = 128 [ 0.451293] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452588] NetLabel: unlabeled traffic allowed by default [ 0.454227] clocksource: Switched to clocksource kvm-clock [ 0.464387] AppArmor: AppArmor Filesystem Enabled [ 0.465717] pnp: PnP ACPI init [ 0.466953] pnp: PnP ACPI: found 5 devices [ 0.473808] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.476193] NET: Registered protocol family 2 [ 0.477618] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479428] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.481103] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482791] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.484303] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485933] NET: Registered protocol family 1 [ 0.487164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.488699] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490203] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504748] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.519407] Trying to unpack rootfs image as initramfs... [ 0.581794] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.586818] Scanning for low memory corruption every 60 seconds [ 0.589008] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.590644] audit: initializing netlink subsys (disabled) [ 0.592113] audit: type=2000 audit(1535012220.252:1): initialized [ 0.594002] Initialise system trusted keyring [ 0.595424] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.597036] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.599811] zbud: loaded [ 0.600822] VFS: Disk quotas dquot_6.6.0 [ 0.601978] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.604178] fuse init (API version 7.23) [ 0.605423] Key type big_key registered [ 0.606575] Allocating IMA MOK and blacklist keyrings. [ 0.608265] Key type asymmetric registered [ 0.609411] Asymmetric key parser 'x509' registered [ 0.610747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.612841] io scheduler noop registered [ 0.613943] io scheduler deadline registered (default) [ 0.615335] io scheduler cfq registered [ 0.616530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.619768] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.621801] ACPI: Power Button [PWRF] [ 0.623043] GHES: HEST is not enabled! [ 0.637228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.666821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.669876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.693645] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.696753] Linux agpgart interface v0.103 [ 0.700213] brd: module loaded [ 0.702461] loop: module loaded [ 0.707436] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709485] GPT:90111 != 2097151 [ 0.710467] GPT:Alternate GPT header not at the end of the disk. [ 0.712024] GPT:90111 != 2097151 [ 0.713008] GPT: Use GNU Parted to correct GPT errors. [ 0.714411] vda: vda1 vda15 [ 0.716142] scsi host0: ata_piix [ 0.717238] scsi host1: ata_piix [ 0.718283] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720019] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722305] libphy: Fixed MDIO Bus: probed [ 0.723468] tun: Universal TUN/TAP device driver, 1.6 [ 0.724825] tun: (C) 1999-2004 Max Krasnyansky [ 0.727637] PPP generic driver version 2.4.2 [ 0.728925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730654] ehci-pci: EHCI PCI platform driver [ 0.731899] ehci-platform: EHCI generic platform driver [ 0.733317] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734878] ohci-pci: OHCI PCI platform driver [ 0.736096] ohci-platform: OHCI generic platform driver [ 0.737458] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752076] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755619] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.757087] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758728] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762514] usb usb1: Product: UHCI Host Controller [ 0.763832] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765452] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766926] hub 1-0:1.0: USB hub found [ 0.768006] hub 1-0:1.0: 2 ports detected [ 0.769307] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.772227] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.773573] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774987] mousedev: PS/2 mouse device common for all mice [ 0.776723] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.779259] rtc_cmos 00:00: RTC can wake from S4 [ 0.780800] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.782458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784097] i2c /dev entries driver [ 0.785150] device-mapper: uevent: version 1.0.3 [ 0.786469] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.788719] ledtrig-cpu: registered to indicate activity on CPUs [ 0.790595] NET: Registered protocol family 10 [ 0.792153] NET: Registered protocol family 17 [ 0.793386] Key type dns_resolver registered [ 0.794695] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.796210] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.798642] registered taskstats version 1 [ 0.799811] Loading compiled-in X.509 certificates [ 0.801641] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.804183] zswap: loaded using pool lzo/zbud [ 0.806284] Key type trusted registered [ 0.808413] Key type encrypted registered [ 0.809559] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811007] ima: No TPM chip found, activating TPM-bypass! [ 0.812439] evm: HMAC attrs: 0x1 [ 0.813757] Magic number: 14:307:271 [ 0.814960] rtc_cmos 00:00: setting system clock to 2018-08-23 08:16:59 UTC (1535012219) [ 0.817203] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.818741] EDD information not available. [ 0.875918] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892312] Write protecting the kernel read-only data: 14336k [ 0.895288] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.897829] 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.947502] 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 192.168.120.9... Lease of 192.168.120.9 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.04. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCe8KcMquNp71fPmL0DnOj6jnK2RnjKwAoO+ScjEXTHjWRad5dnJTi++D6R+o4vWeMCe5/jxJz+k8UwAIfYBvpC5TR98nHjC5BNXLi63ix84uVqGZBTIbri6tQ+GB3ZcClTYhdtChwRr4vykJ29e9f5FKWfVU7RbGQX4esgZ0vkPbXLYmSg0yImXSxDtrM7RABryBHQFqs2pU1FB6TLMEBROn9j1nS+ybojJfzBO6f3abc5aBcz08HH8ox8kASML7731ny9n37K7RdL7hdtCT5EP2Pa0ppFQcVdh7ZC+7pXE7+PzVINvpyRy7XfU1md+NEHk4ujTw2U/sH6QYIdWa3T root@singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a ssh-dss AAAAB3NzaC1kc3MAAACBANQfQxEsmxbLqR/G0gqYF7LPHYhkAkaHYWsQsXRH+TRJLwy9cjuW+VfxlSGCRpEkB8TxRklwXWrvzYjz0X8+PcruF+0UseqSTb+kdEJC9KvnsTp3BvMf0gpfwnBJPMiKxFNzq6BZs6iJL+/+be6gPmh60QerzWhbkyjuzZlIAO/DAAAAFQCw1hc5kZXwCR9dOImuJHhUp7HG6wAAAIAwN354bLNISihDR2TYPvOXEIM3pFl0yMa+tdyt+psxgbb5I7p0+9pXO+4CNQfESVXGxTno3tEHqyVGTscmn4WpO9mksdls68JlTlQsg6/ICfQxFix1xIXD/tyHtiDjAQaHuWFWpJJG3SFIO2CSh+3iJc3ZXWacyySJaLMt21QwYQAAAIBFHJeiSLwKnJyEypsc2i1iwAKTtZB2FmSc7o3mbm2CkWuQEzlNDGRdhAIGXhJJvYpTWTU2ndH/ySmXUKqWK6XgcONHY8VvWmnxXrRYnRkPhztQr/R+PW3sqBfFY97Uabosw8G1ZV3AzdWxAX76Os7XJnjThke6FyZckaM9zMVMrA== root@singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.37s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe2c:e0c8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 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-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a launch-index: 0 === cirros: current=0.4.0 uptime=4.29 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-f419bc51-478f-412d-9189-19078f78938a login: 2018-08-23 08:17:13,327 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b121f10L 2018-08-23 08:17:13,327 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 08:17:13,328 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 08:17:13,328 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 08:17:13,329 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 08:17:13,329 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 08:17:13,330 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 08:17:13,330 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 08:17:13,330 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 08:17:13,330 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 08:17:13,349 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 08:17:13,350 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 08:17:13,360 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 12261aadffe7d54e6b556281df3e0325 2018-08-23 08:17:13,361 - paramiko.transport - DEBUG - Trying discovered key 186b0604b60a75b88413f78e7f18d13e in /tmp/tmppo_d3V 2018-08-23 08:17:13,388 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 08:17:13,393 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 08:17:13,394 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 08:17:13,395 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 08:17:13,395 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 08:17:13,396 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 08:17:13,397 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 08:17:13,397 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-23 08:17:13,398 - functest.core.singlevm - DEBUG - error: 2018-08-23 08:17:13,403 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 08:17:13,507 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:17:13,508 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:36 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:17:13,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 08:17:13,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/bcee924b-f1ae-4f64-bde3-eac712ff44a9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:14,729 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22cf181c-2ee6-4fa4-8dec-a98650ed0de2 Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:14,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/bcee924b-f1ae-4f64-bde3-eac712ff44a9.json used request id req-22cf181c-2ee6-4fa4-8dec-a98650ed0de2 2018-08-23 08:17:14,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.21411514282s 2018-08-23 08:17:14,730 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/bcee924b-f1ae-4f64-bde3-eac712ff44a9.json used request id req-22cf181c-2ee6-4fa4-8dec-a98650ed0de2 2018-08-23 08:17:14,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:14,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:14,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cf830f63-df27-4ca6-97ef-9478eaa61637 Date: Thu, 23 Aug 2018 08:17:14 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:17:14,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cf830f63-df27-4ca6-97ef-9478eaa61637 2018-08-23 08:17:14,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464289188385s 2018-08-23 08:17:14,781 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cf830f63-df27-4ca6-97ef-9478eaa61637 2018-08-23 08:17:14,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:17:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:15,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-775933c5-c89b-490a-822c-3161fc73c594 x-compute-request-id: req-775933c5-c89b-490a-822c-3161fc73c594 Content-Type: application/json 2018-08-23 08:17:15,117 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-775933c5-c89b-490a-822c-3161fc73c594 2018-08-23 08:17:15,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.335067987442s 2018-08-23 08:17:15,118 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202 used request id req-775933c5-c89b-490a-822c-3161fc73c594 2018-08-23 08:17:15,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:15,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:15,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b263d180-4583-493e-8592-918b31d33ca4 x-compute-request-id: req-b263d180-4583-493e-8592-918b31d33ca4 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e0:c8", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:e0:c8", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65702ffb-cd8d-443a-aecb-b532a35cb202", "rel": "bookmark"}], "image": {"id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "links": [{"href": "http://172.30.9.21:8774/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-23T08:16:59.000000", "flavor": {"id": "a3150584-d42d-46f0-87f4-c07b85d2367c", "links": [{"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}]}, "id": "65702ffb-cd8d-443a-aecb-b532a35cb202", "security_groups": [{"name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}], "user_id": "0590d17a52ca49bcbb8d17885ae685ea", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:17:15Z", "hostId": "f10905963f3d9628c5578fdd16d7820ea01aa842a7b17a0502922500", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f419bc51-478f-412d-9189-19078f78938a", "created": "2018-08-23T08:16:48Z", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:15,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b263d180-4583-493e-8592-918b31d33ca4 2018-08-23 08:17:15,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737205982208s 2018-08-23 08:17:15,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b263d180-4583-493e-8592-918b31d33ca4 2018-08-23 08:17:15,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:17:17,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:17,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:18,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-cba6dd22-2fd3-4b2e-baae-b89b2be35177 x-compute-request-id: req-cba6dd22-2fd3-4b2e-baae-b89b2be35177 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:17:18,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cba6dd22-2fd3-4b2e-baae-b89b2be35177 2018-08-23 08:17:18,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.147399902344s 2018-08-23 08:17:18,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cba6dd22-2fd3-4b2e-baae-b89b2be35177 2018-08-23 08:17:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:17:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:18,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-89b74bd6-95e9-4100-809e-2d90ed10b5d6 Date: Thu, 23 Aug 2018 08:17:18 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:44Z", "updated_at": "2018-08-23T08:16:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "23c5cf68-0662-4e55-a5a6-cf802b24196e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "9ae208ed-d09a-4bae-8426-9573787feef0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": 22, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "f6c539ff-9a9a-49f9-949c-1ddf9ae20328", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:44Z", "revision_number": 0, "id": "f8d80b2a-f49c-4f60-87bb-b912234ee889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:44Z", "security_group_id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 3, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "1ce053ea-e0a8-4537-918c-b0b1de1d236a", "name": "singlevm1-sg_f419bc51-478f-412d-9189-19078f78938a"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T08:15:34Z", "updated_at": "2018-08-23T08:15:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "36aca9e5-34dd-4e4b-8aaf-6ad4e2b4176d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "4072f952-71fc-4c70-8439-6717ccd47453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "620312e7-7b89-4576-9d59-6de035cd031d", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "6cf92d95-18ee-48e8-9bb9-b6457b56569e", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:21Z", "updated_at": "2018-08-23T08:16:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "0e0853aa-bcd2-422e-b0d9-e58165a72fd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "66c6f914-435b-48ab-9a7e-f102cc3b89e2", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "c0a474fa-e436-493c-b730-d543c4652dd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "d392b396-22db-41a8-aeb8-d00b1e1f4fdd", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}], "revision_number": 1, "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "2ed386c5-a618-454d-97a0-fd79de961101", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "created_at": "2018-08-23T08:13:14Z", "updated_at": "2018-08-23T08:13:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "1b25301b-aa5a-46b2-947b-a428db2e5327", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "3cba140e-5c37-45c8-b8bd-084b37af7f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "45808a68-7194-4fc6-84a5-01145e9421a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "4f3b6692-cca6-41fe-a027-17d1823ef14c", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}], "revision_number": 1, "project_id": "2daa17a30fbe437e8108d2263e27e868", "id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:32Z", "updated_at": "2018-08-23T08:15:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "088fd9b5-dc2a-4864-887a-63a9272574d3", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "87ceef62-2cb2-443c-9f5c-d92b6fb2d1de", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "cf751435-c6b4-4d07-bf99-110ef90c7056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "dd02feea-921a-496a-843f-447076a2373a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "c6ed8eaa-3049-4753-8a51-e09682087127", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:47Z", "updated_at": "2018-08-23T08:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "007e4434-3385-4c18-ac91-b07cefa9c576", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "0a599e94-9149-4c14-8012-139ea620898a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "be1ec3da-7501-477b-9c72-aabc20a29a57", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "ddca282a-4d26-4d54-93e1-07c8536d760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}], "revision_number": 1, "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "name": "default"}]} 2018-08-23 08:17:18,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-89b74bd6-95e9-4100-809e-2d90ed10b5d6 2018-08-23 08:17:18,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0716300010681s 2018-08-23 08:17:18,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-89b74bd6-95e9-4100-809e-2d90ed10b5d6 2018-08-23 08:17:18,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 08:17:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1ce053ea-e0a8-4537-918c-b0b1de1d236a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:18,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c8c9506-3cfe-4580-96cc-68c73415c74c Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:18,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1ce053ea-e0a8-4537-918c-b0b1de1d236a.json used request id req-7c8c9506-3cfe-4580-96cc-68c73415c74c 2018-08-23 08:17:18,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.167404174805s 2018-08-23 08:17:18,256 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1ce053ea-e0a8-4537-918c-b0b1de1d236a.json used request id req-7c8c9506-3cfe-4580-96cc-68c73415c74c 2018-08-23 08:17:18,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 08:17:18,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:18,323 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-24407c71-832a-409d-a296-14cc192b6456 x-compute-request-id: req-24407c71-832a-409d-a296-14cc192b6456 Content-Length: 0 Content-Type: application/json 2018-08-23 08:17:18,323 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a used request id req-24407c71-832a-409d-a296-14cc192b6456 2018-08-23 08:17:18,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0663330554962s 2018-08-23 08:17:18,323 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_f419bc51-478f-412d-9189-19078f78938a used request id req-24407c71-832a-409d-a296-14cc192b6456 2018-08-23 08:17:18,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:17:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" -d '{"subnet_id": "bb875e0b-ed78-469d-8329-9f655988d670"}' 2018-08-23 08:17:20,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5b91e37-6500-4cb7-96f0-2a2646f1688a Date: Thu, 23 Aug 2018 08:17:20 GMT RESP BODY: {"network_id": "129e636a-3cb3-4a1d-bffd-bc1ee7a80b00", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "bb875e0b-ed78-469d-8329-9f655988d670", "subnet_ids": ["bb875e0b-ed78-469d-8329-9f655988d670"], "port_id": "f2c69d6b-4c90-44a4-9954-aaef24f7dc32", "id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6"} 2018-08-23 08:17:20,082 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/remove_router_interface.json used request id req-b5b91e37-6500-4cb7-96f0-2a2646f1688a 2018-08-23 08:17:20,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75827407837s 2018-08-23 08:17:20,082 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6/remove_router_interface.json used request id req-b5b91e37-6500-4cb7-96f0-2a2646f1688a returning object af06153a-3db2-4d80-bcac-e6ec35ed73e6 2018-08-23 08:17:20,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:17:20,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:20,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-3dc7f731-1ba4-4d69-a332-73f10d8102ef Date: Thu, 23 Aug 2018 08:17:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:16:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:17:19Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "af06153a-3db2-4d80-bcac-e6ec35ed73e6", "name": "singlevm1-router_f419bc51-478f-412d-9189-19078f78938a"}]} 2018-08-23 08:17:20,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3dc7f731-1ba4-4d69-a332-73f10d8102ef 2018-08-23 08:17:20,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114676952362s 2018-08-23 08:17:20,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3dc7f731-1ba4-4d69-a332-73f10d8102ef 2018-08-23 08:17:20,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:17:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:21,783 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5931bb7-7fe0-4785-a056-ef012f7a17fa Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:21,783 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6.json used request id req-e5931bb7-7fe0-4785-a056-ef012f7a17fa 2018-08-23 08:17:21,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.58360481262s 2018-08-23 08:17:21,783 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/af06153a-3db2-4d80-bcac-e6ec35ed73e6.json used request id req-e5931bb7-7fe0-4785-a056-ef012f7a17fa 2018-08-23 08:17:21,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:17:21,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:21,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-55128593-92a6-4488-820a-88c9edfc9085 Date: Thu, 23 Aug 2018 08:17:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:16: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":"75a5557001334edf9fd80cd1c711e2ec","id":"bb875e0b-ed78-469d-8329-9f655988d670","subnetpool_id":null,"name":"singlevm1-subnet_f419bc51-478f-412d-9189-19078f78938a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 08:17:21,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-55128593-92a6-4488-820a-88c9edfc9085 2018-08-23 08:17:21,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0503628253937s 2018-08-23 08:17:21,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-55128593-92a6-4488-820a-88c9edfc9085 2018-08-23 08:17:21,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:17:21,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/bb875e0b-ed78-469d-8329-9f655988d670.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:22,802 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db9f8e04-8adc-4d23-9979-3a57871ae50c Date: Thu, 23 Aug 2018 08:17:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:22,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/bb875e0b-ed78-469d-8329-9f655988d670.json used request id req-db9f8e04-8adc-4d23-9979-3a57871ae50c 2018-08-23 08:17:22,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.966000080109s 2018-08-23 08:17:22,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/bb875e0b-ed78-469d-8329-9f655988d670.json used request id req-db9f8e04-8adc-4d23-9979-3a57871ae50c 2018-08-23 08:17:22,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:22,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:23,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-4c9aea57-cab0-4c64-a11b-3573e5551e62 Date: Thu, 23 Aug 2018 08:17:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"129e636a-3cb3-4a1d-bffd-bc1ee7a80b00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:17:22Z","provider:segmentation_id":62,"name":"singlevm1-net_f419bc51-478f-412d-9189-19078f78938a","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:16:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:17:23,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c9aea57-cab0-4c64-a11b-3573e5551e62 2018-08-23 08:17:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276571989059s 2018-08-23 08:17:23,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c9aea57-cab0-4c64-a11b-3573e5551e62 2018-08-23 08:17:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:17:23,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/129e636a-3cb3-4a1d-bffd-bc1ee7a80b00.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:24,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-485c3f02-014e-45cc-b1f9-2441f0be5e82 Date: Thu, 23 Aug 2018 08:17:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:24,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/129e636a-3cb3-4a1d-bffd-bc1ee7a80b00.json used request id req-485c3f02-014e-45cc-b1f9-2441f0be5e82 2018-08-23 08:17:24,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.0624370575s 2018-08-23 08:17:24,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/129e636a-3cb3-4a1d-bffd-bc1ee7a80b00.json used request id req-485c3f02-014e-45cc-b1f9-2441f0be5e82 2018-08-23 08:17:24,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:17:24,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:24,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-56f59e50-5e38-4944-9bf3-2d8911e7f348 Date: Thu, 23 Aug 2018 08:17:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:16:42Z", "file": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "size": 12716032, "self": "/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f419bc51-478f-412d-9189-19078f78938a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:16:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:17:24,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-56f59e50-5e38-4944-9bf3-2d8911e7f348 2018-08-23 08:17:24,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.262267827988s 2018-08-23 08:17:24,410 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-56f59e50-5e38-4944-9bf3-2d8911e7f348 2018-08-23 08:17:24,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:17:24,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:24,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20778c08-8a57-4f08-aedb-fdbfd5e79b59 Date: Thu, 23 Aug 2018 08:17:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:17:24,973 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb used request id req-20778c08-8a57-4f08-aedb-fdbfd5e79b59 2018-08-23 08:17:24,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.561724901199s 2018-08-23 08:17:24,974 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e1518fc7-cac5-4d5d-9c20-d2d3e9ff7beb used request id req-20778c08-8a57-4f08-aedb-fdbfd5e79b59 2018-08-23 08:17:24,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:17:24,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:24,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-b4fb6ebf-1eb8-4cb0-9a48-b7029b26d391 x-compute-request-id: req-b4fb6ebf-1eb8-4cb0-9a48-b7029b26d391 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_f419bc51-478f-412d-9189-19078f78938a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a3150584-d42d-46f0-87f4-c07b85d2367c"}]} 2018-08-23 08:17:24,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b4fb6ebf-1eb8-4cb0-9a48-b7029b26d391 2018-08-23 08:17:24,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240080356598s 2018-08-23 08:17:24,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b4fb6ebf-1eb8-4cb0-9a48-b7029b26d391 2018-08-23 08:17:25,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:17:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0c6601228ce66fa947bb6ead0393d859b4eb008" 2018-08-23 08:17:25,038 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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-4e629d8d-40b0-49c1-a95c-4510ef34120d x-compute-request-id: req-4e629d8d-40b0-49c1-a95c-4510ef34120d Content-Length: 0 Content-Type: application/json 2018-08-23 08:17:25,038 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c used request id req-4e629d8d-40b0-49c1-a95c-4510ef34120d 2018-08-23 08:17:25,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379831790924s 2018-08-23 08:17:25,038 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a3150584-d42d-46f0-87f4-c07b85d2367c used request id req-4e629d8d-40b0-49c1-a95c-4510ef34120d 2018-08-23 08:17:25,086 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:17:25,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:17:25,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:17:25,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:17:25,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:17:25,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:17:25,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62104ac2-a841-4f1b-bb23-5c8242298bec Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:17:25,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62104ac2-a841-4f1b-bb23-5c8242298bec 2018-08-23 08:17:25,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:17:25,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["-E1wOhG_SuWXHwmyU0bXVA"], "issued_at": "2018-08-23T08:17:25.000000Z"}} 2018-08-23 08:17:25,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:25,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:25,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-25559414-8d1c-4b90-ba8e-29c3a8ee2600 Date: Thu, 23 Aug 2018 08:17:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:17:25,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-25559414-8d1c-4b90-ba8e-29c3a8ee2600 2018-08-23 08:17:25,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.325459003448s 2018-08-23 08:17:25,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-25559414-8d1c-4b90-ba8e-29c3a8ee2600 2018-08-23 08:17:25,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:17:25,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:17:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfa431c6-e831-466b-b4e3-739807b3c0b5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:17:25,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-bfa431c6-e831-466b-b4e3-739807b3c0b5 2018-08-23 08:17:25,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:17:25,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:26,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca652972-a5c3-4f8c-b82d-8bdb02938c21 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:17:26,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ca652972-a5c3-4f8c-b82d-8bdb02938c21 2018-08-23 08:17:26,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184122800827s 2018-08-23 08:17:26,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ca652972-a5c3-4f8c-b82d-8bdb02938c21 2018-08-23 08:17:26,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:17:26,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f"}}' 2018-08-23 08:17:26,283 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:17:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60298fba-7aa6-433f-a7eb-781222e3bd99 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc"}, "tags": [], "enabled": true, "id": "935b2a117dd0423385aaa1e07abcbbfc", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f"}} 2018-08-23 08:17:26,283 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-60298fba-7aa6-433f-a7eb-781222e3bd99 2018-08-23 08:17:26,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.21554684639s 2018-08-23 08:17:26,284 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-60298fba-7aa6-433f-a7eb-781222e3bd99 2018-08-23 08:17:26,284 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'935b2a117dd0423385aaa1e07abcbbfc', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f'}) 2018-08-23 08:17:26,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:17:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "67a4e12b-1955-4c1d-9bc6-4f9f102a96d5", "email": null, "name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f"}}' 2018-08-23 08:17:26,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:17:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bebc7d3-86c5-4575-843a-f570b1701fd0 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f", "links": {"self": "http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "275826a0a85848b3a7e91da75beb9004", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:17:26,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2bebc7d3-86c5-4575-843a-f570b1701fd0 2018-08-23 08:17:26,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.458641052246s 2018-08-23 08:17:26,749 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-2bebc7d3-86c5-4575-843a-f570b1701fd0 2018-08-23 08:17:26,750 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'275826a0a85848b3a7e91da75beb9004', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f'}) 2018-08-23 08:17:26,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:17:26,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:26,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d86a8f7-b139-48ec-a98e-c971a66f3a9b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:17:26,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1d86a8f7-b139-48ec-a98e-c971a66f3a9b 2018-08-23 08:17:26,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206825971603s 2018-08-23 08:17:26,961 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1d86a8f7-b139-48ec-a98e-c971a66f3a9b 2018-08-23 08:17:26,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:17:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:27,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33610645-4437-4219-a67f-c3a7b7b58844 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:17:27,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33610645-4437-4219-a67f-c3a7b7b58844 2018-08-23 08:17:27,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176851034164s 2018-08-23 08:17:27,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33610645-4437-4219-a67f-c3a7b7b58844 2018-08-23 08:17:27,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:17:27,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:27,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa3c022-1314-4db8-baba-d9ead984fdb5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:17:27,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-daa3c022-1314-4db8-baba-d9ead984fdb5 2018-08-23 08:17:27,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.168324947357s 2018-08-23 08:17:27,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-daa3c022-1314-4db8-baba-d9ead984fdb5 2018-08-23 08:17:27,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:17:27,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:27,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8f8d7d8-626b-4a29-af04-32b47d213036 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:17:27,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b8f8d7d8-626b-4a29-af04-32b47d213036 2018-08-23 08:17:27,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191231966019s 2018-08-23 08:17:27,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b8f8d7d8-626b-4a29-af04-32b47d213036 2018-08-23 08:17:27,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:17:27,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:27,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3af4711-02f6-40bc-b175-017492203505 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f", "links": {"self": "http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "275826a0a85848b3a7e91da75beb9004", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:17:27,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b3af4711-02f6-40bc-b175-017492203505 2018-08-23 08:17:27,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206784009933s 2018-08-23 08:17:27,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b3af4711-02f6-40bc-b175-017492203505 2018-08-23 08:17:27,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:17:27,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:27,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbe0720-fd3f-49ed-ad5f-40719e26114f Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc"}, "tags": [], "enabled": true, "id": "935b2a117dd0423385aaa1e07abcbbfc", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:27,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-cbbe0720-fd3f-49ed-ad5f-40719e26114f 2018-08-23 08:17:27,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10244011879s 2018-08-23 08:17:27,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-cbbe0720-fd3f-49ed-ad5f-40719e26114f 2018-08-23 08:17:27,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:17:27,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=275826a0a85848b3a7e91da75beb9004&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=935b2a117dd0423385aaa1e07abcbbfc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:28,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711fb437-bf38-4d99-b97c-9f3677f54897 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=275826a0a85848b3a7e91da75beb9004&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=935b2a117dd0423385aaa1e07abcbbfc", "previous": null, "next": null}} 2018-08-23 08:17:28,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=275826a0a85848b3a7e91da75beb9004&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=935b2a117dd0423385aaa1e07abcbbfc used request id req-711fb437-bf38-4d99-b97c-9f3677f54897 2018-08-23 08:17:28,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181964874268s 2018-08-23 08:17:28,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=275826a0a85848b3a7e91da75beb9004&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=935b2a117dd0423385aaa1e07abcbbfc used request id req-711fb437-bf38-4d99-b97c-9f3677f54897 2018-08-23 08:17:28,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:17:28,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc/users/275826a0a85848b3a7e91da75beb9004/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:17:28,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf3419da-e722-40b2-b2bf-99e48add06ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:17:28,224 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc/users/275826a0a85848b3a7e91da75beb9004/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-cf3419da-e722-40b2-b2bf-99e48add06ad 2018-08-23 08:17:28,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.190476894379s 2018-08-23 08:17:28,224 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc/users/275826a0a85848b3a7e91da75beb9004/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-cf3419da-e722-40b2-b2bf-99e48add06ad 2018-08-23 08:17:28,225 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'935b2a117dd0423385aaa1e07abcbbfc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '67a4e12b-1955-4c1d-9bc6-4f9f102a96d5', 'username': u'singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:17:28,227 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:17:28,228 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:17:28,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:17:28,231 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f', 'password': '67a4e12b-1955-4c1d-9bc6-4f9f102a96d5', 'project_name': 'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '935b2a117dd0423385aaa1e07abcbbfc', 'project_domain_name': 'Default'} 2018-08-23 08:17:28,231 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-23 08:17:28,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:17:28,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ee3817-63a7-4e64-9e36-b352b5b44f16 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:17:28,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-42ee3817-63a7-4e64-9e36-b352b5b44f16 2018-08-23 08:17:28,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:17:28,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "935b2a117dd0423385aaa1e07abcbbfc", "name": "singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_935b2a117dd0423385aaa1e07abcbbfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_935b2a117dd0423385aaa1e07abcbbfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/935b2a117dd0423385aaa1e07abcbbfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/935b2a117dd0423385aaa1e07abcbbfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/935b2a117dd0423385aaa1e07abcbbfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/935b2a117dd0423385aaa1e07abcbbfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/935b2a117dd0423385aaa1e07abcbbfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/935b2a117dd0423385aaa1e07abcbbfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/935b2a117dd0423385aaa1e07abcbbfc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f", "id": "275826a0a85848b3a7e91da75beb9004"}, "audit_ids": ["kwUhc6j9QvGTk5E0XjegCg"], "issued_at": "2018-08-23T08:17:28.000000Z"}} 2018-08-23 08:17:28,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:17:28,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"network": {"name": "singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f", "admin_state_up": true}}' 2018-08-23 08:17:29,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-4ec9ff21-1064-4cb3-ad85-a5dbd30479bc Date: Thu, 23 Aug 2018 08:17:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:17:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"}} 2018-08-23 08:17:29,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ec9ff21-1064-4cb3-ad85-a5dbd30479bc 2018-08-23 08:17:29,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.677709817886s 2018-08-23 08:17:29,305 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4ec9ff21-1064-4cb3-ad85-a5dbd30479bc 2018-08-23 08:17:29,306 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:17:29Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0778a728-b956-4a9d-8bc1-aaa34d2da457', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f', u'admin_state_up': True, u'tenant_id': u'935b2a117dd0423385aaa1e07abcbbfc', u'created_at': u'2018-08-23T08:17:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'935b2a117dd0423385aaa1e07abcbbfc'}) 2018-08-23 08:17:29,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:29,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:29,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-4c2ad258-5a3c-4d07-a5c9-fddb9894715d Date: Thu, 23 Aug 2018 08:17:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:17:29Z","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:17:29,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c2ad258-5a3c-4d07-a5c9-fddb9894715d 2018-08-23 08:17:29,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.149696111679s 2018-08-23 08:17:29,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c2ad258-5a3c-4d07-a5c9-fddb9894715d 2018-08-23 08:17:29,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:17:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"subnet": {"name": "singlevm2-subnet_ce0af36b-d987-4201-b6be-67926b6e309f", "enable_dhcp": true, "network_id": "0778a728-b956-4a9d-8bc1-aaa34d2da457", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:17:30,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-390f5a45-dc68-491d-ab78-a979efabeca7 Date: Thu, 23 Aug 2018 08:17:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:17:29Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"09969436-ec25-4e64-988c-aa4952664f90","subnetpool_id":null,"name":"singlevm2-subnet_ce0af36b-d987-4201-b6be-67926b6e309f"}} 2018-08-23 08:17:30,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-390f5a45-dc68-491d-ab78-a979efabeca7 2018-08-23 08:17:30,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.650415897369s 2018-08-23 08:17:30,109 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-390f5a45-dc68-491d-ab78-a979efabeca7 2018-08-23 08:17:30,110 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:17:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'09969436-ec25-4e64-988c-aa4952664f90', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_ce0af36b-d987-4201-b6be-67926b6e309f', u'enable_dhcp': True, u'network_id': u'0778a728-b956-4a9d-8bc1-aaa34d2da457', u'tenant_id': u'935b2a117dd0423385aaa1e07abcbbfc', u'created_at': u'2018-08-23T08:17:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'935b2a117dd0423385aaa1e07abcbbfc'}) 2018-08-23 08:17:30,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:17:30,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "singlevm2-router_ce0af36b-d987-4201-b6be-67926b6e309f", "admin_state_up": true}}' 2018-08-23 08:17:31,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-81ebe1a0-3b47-4ccc-8afb-1d216f2622ff Date: Thu, 23 Aug 2018 08:17:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:30Z", "admin_state_up": true, "updated_at": "2018-08-23T08:17:31Z", "revision_number": 2, "routes": [], "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "657ce520-cc4f-41ce-bfc9-24f7994026eb", "name": "singlevm2-router_ce0af36b-d987-4201-b6be-67926b6e309f"}} 2018-08-23 08:17:31,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-81ebe1a0-3b47-4ccc-8afb-1d216f2622ff 2018-08-23 08:17:31,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16211795807s 2018-08-23 08:17:31,273 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-81ebe1a0-3b47-4ccc-8afb-1d216f2622ff 2018-08-23 08:17:31,273 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'935b2a117dd0423385aaa1e07abcbbfc', u'created_at': u'2018-08-23T08:17:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:17:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'935b2a117dd0423385aaa1e07abcbbfc', u'id': u'657ce520-cc4f-41ce-bfc9-24f7994026eb', u'name': u'singlevm2-router_ce0af36b-d987-4201-b6be-67926b6e309f'}) 2018-08-23 08:17:31,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:17:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"subnet_id": "09969436-ec25-4e64-988c-aa4952664f90"}' 2018-08-23 08:17:33,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17db8f3a-a04a-46c6-8f18-ed79e6f0e66a Date: Thu, 23 Aug 2018 08:17:33 GMT RESP BODY: {"network_id": "0778a728-b956-4a9d-8bc1-aaa34d2da457", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "subnet_id": "09969436-ec25-4e64-988c-aa4952664f90", "subnet_ids": ["09969436-ec25-4e64-988c-aa4952664f90"], "port_id": "5c259f7e-3691-424f-b0e2-ada821b5b89c", "id": "657ce520-cc4f-41ce-bfc9-24f7994026eb"} 2018-08-23 08:17:33,371 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/add_router_interface.json used request id req-17db8f3a-a04a-46c6-8f18-ed79e6f0e66a 2018-08-23 08:17:33,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09713697433s 2018-08-23 08:17:33,371 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/add_router_interface.json used request id req-17db8f3a-a04a-46c6-8f18-ed79e6f0e66a returning object 657ce520-cc4f-41ce-bfc9-24f7994026eb 2018-08-23 08:17:33,372 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:17:33,505 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:17:33,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:17:33,511 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:17:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:17:33,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:17:33,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:34,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e3d4fbfe-aafc-43c0-b6af-7992aafaf982 Date: Thu, 23 Aug 2018 08:17:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:17:34,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e3d4fbfe-aafc-43c0-b6af-7992aafaf982 2018-08-23 08:17:34,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.728195905685s 2018-08-23 08:17:34,242 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e3d4fbfe-aafc-43c0-b6af-7992aafaf982 2018-08-23 08:17:34,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:17:34,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f"}' 2018-08-23 08:17:34,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1d4adb68-37b4-4a8f-af40-75af7cb9e4db Date: Thu, 23 Aug 2018 08:17:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:17:34Z", "file": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file", "owner": "935b2a117dd0423385aaa1e07abcbbfc", "id": "452ce0f9-1015-485e-b62b-beca31863ab5", "size": null, "self": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "checksum": null, "created_at": "2018-08-23T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:17:34,539 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1d4adb68-37b4-4a8f-af40-75af7cb9e4db 2018-08-23 08:17:34,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.287814855576s 2018-08-23 08:17:34,540 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1d4adb68-37b4-4a8f-af40-75af7cb9e4db returning object 452ce0f9-1015-485e-b62b-beca31863ab5 2018-08-23 08:17:34,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:17:34,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '' 2018-08-23 08:17:35,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-462981c0-ba23-4639-9b08-af233806df65 Date: Thu, 23 Aug 2018 08:17:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:17:35,020 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file used request id req-462981c0-ba23-4639-9b08-af233806df65 2018-08-23 08:17:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.479841947556s 2018-08-23 08:17:35,020 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file used request id req-462981c0-ba23-4639-9b08-af233806df65 2018-08-23 08:17:35,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:17:35,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:35,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-47ff18cc-df61-4b75-8210-01017ec6e04c Date: Thu, 23 Aug 2018 08:17:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:17:34Z", "file": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file", "owner": "935b2a117dd0423385aaa1e07abcbbfc", "id": "452ce0f9-1015-485e-b62b-beca31863ab5", "size": 12716032, "self": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:17:35,068 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-47ff18cc-df61-4b75-8210-01017ec6e04c 2018-08-23 08:17:35,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0401649475098s 2018-08-23 08:17:35,068 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-47ff18cc-df61-4b75-8210-01017ec6e04c 2018-08-23 08:17:35,070 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file', 'owner': u'935b2a117dd0423385aaa1e07abcbbfc', 'id': u'452ce0f9-1015-485e-b62b-beca31863ab5', 'size': 12716032, u'self': u'/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'935b2a117dd0423385aaa1e07abcbbfc', 'name': 'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:17:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:17:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f', 'created': u'2018-08-23T08:17:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:17:34Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:17:35,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:17:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_ce0af36b-d987-4201-b6be-67926b6e309f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:17:35,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-2a8174a0-05b3-4db3-ade2-9be2d35346a2 x-compute-request-id: req-2a8174a0-05b3-4db3-ade2-9be2d35346a2 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_ce0af36b-d987-4201-b6be-67926b6e309f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9269569a-3d38-4c2e-b555-df57d205b6ca"}} 2018-08-23 08:17:35,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2a8174a0-05b3-4db3-ade2-9be2d35346a2 2018-08-23 08:17:35,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303007125854s 2018-08-23 08:17:35,374 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2a8174a0-05b3-4db3-ade2-9be2d35346a2 2018-08-23 08:17:35,375 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_ce0af36b-d987-4201-b6be-67926b6e309f', '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'75a5557001334edf9fd80cd1c711e2ec', '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'9269569a-3d38-4c2e-b555-df57d205b6ca', 'swap': 0}) 2018-08-23 08:17:35,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:17:35,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" -d '{"extra_specs": {}}' 2018-08-23 08:17:35,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35a0c69b-193b-4c02-b709-382e5ae3072b x-compute-request-id: req-35a0c69b-193b-4c02-b709-382e5ae3072b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:17:35,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca/os-extra_specs used request id req-35a0c69b-193b-4c02-b709-382e5ae3072b 2018-08-23 08:17:35,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210747718811s 2018-08-23 08:17:35,397 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca/os-extra_specs used request id req-35a0c69b-193b-4c02-b709-382e5ae3072b 2018-08-23 08:17:35,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 08:17:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"keypair": {"name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f"}}' 2018-08-23 08:17:36,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-9a10e880-a68e-4a14-b5cb-d0dc70c88fdb x-compute-request-id: req-9a10e880-a68e-4a14-b5cb-d0dc70c88fdb Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUBSQndN+GcRBhbP6vzp1oG8voJO/pW1IoqUOMU+nYsmrXeoJNy1bxAgN5Quk1i7qlQd5CWJRPsQ0xsQyqUHPWjVtvusDtY7EGDBRqk00w7poMYU8IqqHcZRnv8L2wjCffwT9r/Ow41Dcvy8KnLyu8ezrVVJP8cFDqZtcRjGebCpbQsJyV1Do087Im5Oypj0ZNKYe3SiSl4R4sU0sCOWtvVIqYxKbp4aDMK35gK2o3xDCwD5vt0KA9gQfBQlfchm5eXNmTgEib9Tdy57CV1PFGzHeu3YPH2l7t2jMqVoXLI0nr1YkAMBaPCG08A0xQ2wylgUMhyg4tMtbC6jV90rwn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1AUkJ3TfhnEQYWz+r86daBvL6CTv6VtSKKlDjFPp2LJq13qC\nTctW8QIDeULpNYu6pUHeQliUT7ENMbEMqlBz1o1bb7rA7WOxBgwUapNNMO6aDGFP\nCKqh3GUZ7/C9sIwn38E/a/zsONQ3L8vCpy8rvHs61VST/HBQ6mbXEYxnmwqW0LCc\nldQ6NPOyJuTsqY9GTSmHt0okpeEeLFNLAjlrb1SKmMSm6eGgzCt+YCtqN8QwsA+b\n7dCgPYEHwUJX3IZuXlzZk4BIm/U3cuewldTxRsx3rt2Dx9pe7dozKlaFyyNJ69WJ\nADAWjwhtPANMUNsMpYFDIcoOLTLWwuo1fdK8JwIDAQABAoIBAF/mD2tVXsFFpL4c\nebp1fxcW840GIAnyB2Bi5y2yyuP8F31taUDcx29tlLqlfCx/DiYve+OQg0zkbW5b\ngboLd8nE2GXaF+eIHwr4Lcfi5phKZB1TalcmLt4sUKYJwxL24hZAJ3qlxQcTXf7d\ncCcEnAi9yGezwNf+yWqsp3zFgBtMxGyR1wfbQHZUbGWNh2lLDrhbhMK9kN58wz9I\nYXlRrzBa8lq0vhblFD4huA+A4jRkq4Hrt05ftotwhI5I/ma76JAvkUrGrj5NNZcq\ngUxr5XQzhQJA97j32/GHq7TMg6BKcYv/Fm/5lU718umMP6u7X0vEmhievM2W/aCx\nIqIQNQkCgYEA/D1Hqeb4TMqbsqAJO8YaYzvBoK03wjuDFZbCRurKuUjPNWozxfEX\nPcUmDVEeGKnJcD2edpj1F07SR+8+sqMq3NnLswE2lmkzR8i13HO0DcjmroNbmfLd\n4wkG83B5DbZkNaXdXS7VaPDpDXkHoc0TGxzRhMrBHRVdD8LxfN9I5QMCgYEA1y5b\nTDmLOGOXX0rxB/WP/Kls1StEI/EEFz9583g5d5siCY78uDZqldlczYPWqcdVO6lv\nS7WkZxhD0S4+Og+d4etNCs/he+unEfkKm6vNtO8H4Rx2rZQUt7Z4TNKsu1ujuuT9\nODOQVPRpisGrQxbGmJSzQD4I67xjn5rPcBMGCQ0CgYEAsX7Zv/g0/6yPFYpCFRrZ\nFL1HCq75jqdcHcQBn++2id1vWhIKrp5xkVj65uIPAKHxixcBPEl0Jluj41S6VPA2\nyERGcAdJh1wt5rSZLLEKoayej20F93YMp6eBiaq6tGiFaa7274x2RitIg9+H/FaX\nvDtyQDSA4dtXqjCuyAVDgUsCgYEArDSNHBNxN098dOakvpnnAW0VjAN0JM9dVr2V\n+yLb2rxsIPothb8GzaWGf3Ji+LxtmbGfQBe92kOxAlbftdeJoqOMpHp5GZMdwWRs\n+OglWAdzZtRApek8K0n8PH7dfZN5FLjtbWzWtSZk0IbtaGNxy+o1CdSbjwzVLYXX\nPPn8eoECgYAtPAxCQt2wPUqs1AWfYN2gGtAe1e79OZB2/4th/JY3qRrrZvgaXiJ9\nF8GdEFvY5yxzqVTWcPDzuJoAWsqLeCTZtk9zs8V9zxD2HvexDJx4nRGqD2MUmk2O\nDA5bkSwAyAQEbILk7KM5449P9AGD7tO1GQpgfwUq1kCaqP1nnfLMRQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "275826a0a85848b3a7e91da75beb9004", "name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "fingerprint": "ed:b1:fc:60:1b:93:cf:10:f1:43:9b:67:a6:8d:23:fa"}} 2018-08-23 08:17:36,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9a10e880-a68e-4a14-b5cb-d0dc70c88fdb 2018-08-23 08:17:36,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.782603025436s 2018-08-23 08:17:36,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9a10e880-a68e-4a14-b5cb-d0dc70c88fdb 2018-08-23 08:17:36,181 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUBSQndN+GcRBhbP6vzp1oG8voJO/pW1IoqUOMU+nYsmrXeoJNy1bxAgN5Quk1i7qlQd5CWJRPsQ0xsQyqUHPWjVtvusDtY7EGDBRqk00w7poMYU8IqqHcZRnv8L2wjCffwT9r/Ow41Dcvy8KnLyu8ezrVVJP8cFDqZtcRjGebCpbQsJyV1Do087Im5Oypj0ZNKYe3SiSl4R4sU0sCOWtvVIqYxKbp4aDMK35gK2o3xDCwD5vt0KA9gQfBQlfchm5eXNmTgEib9Tdy57CV1PFGzHeu3YPH2l7t2jMqVoXLI0nr1YkAMBaPCG08A0xQ2wylgUMhyg4tMtbC6jV90rwn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA1AUkJ3TfhnEQYWz+r86daBvL6CTv6VtSKKlDjFPp2LJq13qC\nTctW8QIDeULpNYu6pUHeQliUT7ENMbEMqlBz1o1bb7rA7WOxBgwUapNNMO6aDGFP\nCKqh3GUZ7/C9sIwn38E/a/zsONQ3L8vCpy8rvHs61VST/HBQ6mbXEYxnmwqW0LCc\nldQ6NPOyJuTsqY9GTSmHt0okpeEeLFNLAjlrb1SKmMSm6eGgzCt+YCtqN8QwsA+b\n7dCgPYEHwUJX3IZuXlzZk4BIm/U3cuewldTxRsx3rt2Dx9pe7dozKlaFyyNJ69WJ\nADAWjwhtPANMUNsMpYFDIcoOLTLWwuo1fdK8JwIDAQABAoIBAF/mD2tVXsFFpL4c\nebp1fxcW840GIAnyB2Bi5y2yyuP8F31taUDcx29tlLqlfCx/DiYve+OQg0zkbW5b\ngboLd8nE2GXaF+eIHwr4Lcfi5phKZB1TalcmLt4sUKYJwxL24hZAJ3qlxQcTXf7d\ncCcEnAi9yGezwNf+yWqsp3zFgBtMxGyR1wfbQHZUbGWNh2lLDrhbhMK9kN58wz9I\nYXlRrzBa8lq0vhblFD4huA+A4jRkq4Hrt05ftotwhI5I/ma76JAvkUrGrj5NNZcq\ngUxr5XQzhQJA97j32/GHq7TMg6BKcYv/Fm/5lU718umMP6u7X0vEmhievM2W/aCx\nIqIQNQkCgYEA/D1Hqeb4TMqbsqAJO8YaYzvBoK03wjuDFZbCRurKuUjPNWozxfEX\nPcUmDVEeGKnJcD2edpj1F07SR+8+sqMq3NnLswE2lmkzR8i13HO0DcjmroNbmfLd\n4wkG83B5DbZkNaXdXS7VaPDpDXkHoc0TGxzRhMrBHRVdD8LxfN9I5QMCgYEA1y5b\nTDmLOGOXX0rxB/WP/Kls1StEI/EEFz9583g5d5siCY78uDZqldlczYPWqcdVO6lv\nS7WkZxhD0S4+Og+d4etNCs/he+unEfkKm6vNtO8H4Rx2rZQUt7Z4TNKsu1ujuuT9\nODOQVPRpisGrQxbGmJSzQD4I67xjn5rPcBMGCQ0CgYEAsX7Zv/g0/6yPFYpCFRrZ\nFL1HCq75jqdcHcQBn++2id1vWhIKrp5xkVj65uIPAKHxixcBPEl0Jluj41S6VPA2\nyERGcAdJh1wt5rSZLLEKoayej20F93YMp6eBiaq6tGiFaa7274x2RitIg9+H/FaX\nvDtyQDSA4dtXqjCuyAVDgUsCgYEArDSNHBNxN098dOakvpnnAW0VjAN0JM9dVr2V\n+yLb2rxsIPothb8GzaWGf3Ji+LxtmbGfQBe92kOxAlbftdeJoqOMpHp5GZMdwWRs\n+OglWAdzZtRApek8K0n8PH7dfZN5FLjtbWzWtSZk0IbtaGNxy+o1CdSbjwzVLYXX\nPPn8eoECgYAtPAxCQt2wPUqs1AWfYN2gGtAe1e79OZB2/4th/JY3qRrrZvgaXiJ9\nF8GdEFvY5yxzqVTWcPDzuJoAWsqLeCTZtk9zs8V9zxD2HvexDJx4nRGqD2MUmk2O\nDA5bkSwAyAQEbILk7KM5449P9AGD7tO1GQpgfwUq1kCaqP1nnfLMRQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'275826a0a85848b3a7e91da75beb9004', 'name': u'singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f', 'created_at': '2018-08-23T08:17:36.181788', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'935b2a117dd0423385aaa1e07abcbbfc', 'name': 'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ed:b1:fc:60:1b:93:cf:10:f1:43:9b:67:a6:8d:23:fa', 'type': 'ssh', 'id': u'singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f'}) 2018-08-23 08:17:36,182 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA1AUkJ3TfhnEQYWz+r86daBvL6CTv6VtSKKlDjFPp2LJq13qC TctW8QIDeULpNYu6pUHeQliUT7ENMbEMqlBz1o1bb7rA7WOxBgwUapNNMO6aDGFP CKqh3GUZ7/C9sIwn38E/a/zsONQ3L8vCpy8rvHs61VST/HBQ6mbXEYxnmwqW0LCc ldQ6NPOyJuTsqY9GTSmHt0okpeEeLFNLAjlrb1SKmMSm6eGgzCt+YCtqN8QwsA+b 7dCgPYEHwUJX3IZuXlzZk4BIm/U3cuewldTxRsx3rt2Dx9pe7dozKlaFyyNJ69WJ ADAWjwhtPANMUNsMpYFDIcoOLTLWwuo1fdK8JwIDAQABAoIBAF/mD2tVXsFFpL4c ebp1fxcW840GIAnyB2Bi5y2yyuP8F31taUDcx29tlLqlfCx/DiYve+OQg0zkbW5b gboLd8nE2GXaF+eIHwr4Lcfi5phKZB1TalcmLt4sUKYJwxL24hZAJ3qlxQcTXf7d cCcEnAi9yGezwNf+yWqsp3zFgBtMxGyR1wfbQHZUbGWNh2lLDrhbhMK9kN58wz9I YXlRrzBa8lq0vhblFD4huA+A4jRkq4Hrt05ftotwhI5I/ma76JAvkUrGrj5NNZcq gUxr5XQzhQJA97j32/GHq7TMg6BKcYv/Fm/5lU718umMP6u7X0vEmhievM2W/aCx IqIQNQkCgYEA/D1Hqeb4TMqbsqAJO8YaYzvBoK03wjuDFZbCRurKuUjPNWozxfEX PcUmDVEeGKnJcD2edpj1F07SR+8+sqMq3NnLswE2lmkzR8i13HO0DcjmroNbmfLd 4wkG83B5DbZkNaXdXS7VaPDpDXkHoc0TGxzRhMrBHRVdD8LxfN9I5QMCgYEA1y5b TDmLOGOXX0rxB/WP/Kls1StEI/EEFz9583g5d5siCY78uDZqldlczYPWqcdVO6lv S7WkZxhD0S4+Og+d4etNCs/he+unEfkKm6vNtO8H4Rx2rZQUt7Z4TNKsu1ujuuT9 ODOQVPRpisGrQxbGmJSzQD4I67xjn5rPcBMGCQ0CgYEAsX7Zv/g0/6yPFYpCFRrZ FL1HCq75jqdcHcQBn++2id1vWhIKrp5xkVj65uIPAKHxixcBPEl0Jluj41S6VPA2 yERGcAdJh1wt5rSZLLEKoayej20F93YMp6eBiaq6tGiFaa7274x2RitIg9+H/FaX vDtyQDSA4dtXqjCuyAVDgUsCgYEArDSNHBNxN098dOakvpnnAW0VjAN0JM9dVr2V +yLb2rxsIPothb8GzaWGf3Ji+LxtmbGfQBe92kOxAlbftdeJoqOMpHp5GZMdwWRs +OglWAdzZtRApek8K0n8PH7dfZN5FLjtbWzWtSZk0IbtaGNxy+o1CdSbjwzVLYXX PPn8eoECgYAtPAxCQt2wPUqs1AWfYN2gGtAe1e79OZB2/4th/JY3qRrrZvgaXiJ9 F8GdEFvY5yxzqVTWcPDzuJoAWsqLeCTZtk9zs8V9zxD2HvexDJx4nRGqD2MUmk2O DA5bkSwAyAQEbILk7KM5449P9AGD7tO1GQpgfwUq1kCaqP1nnfLMRQ== -----END RSA PRIVATE KEY----- 2018-08-23 08:17:36,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 08:17:36,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"security_group": {"name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-23 08:17:36,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-84aac5bd-319a-4183-8499-06d8ba9bd63d Date: Thu, 23 Aug 2018 08:17:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "updated_at": "2018-08-23T08:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "64d905af-56a4-41b7-9607-d45f7825d07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "a9604986-993b-47aa-b0f4-ed234642734b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}} 2018-08-23 08:17:36,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-84aac5bd-319a-4183-8499-06d8ba9bd63d 2018-08-23 08:17:36,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.160579919815s 2018-08-23 08:17:36,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-84aac5bd-319a-4183-8499-06d8ba9bd63d 2018-08-23 08:17:36,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:17:36,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:36,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-39cbbff6-b0d3-48e8-84fb-2f5de4742f52 Date: Thu, 23 Aug 2018 08:17:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:28Z", "updated_at": "2018-08-23T08:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "574a61a1-af1b-45be-9818-0d95118cafcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "a003a985-4ba2-4ba5-a1b1-0c8b86d042d7", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "bdcd3b6e-dcf0-45c1-aa46-c675dafc39a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "dc5ac605-334d-4ff0-b7d8-27849693881d", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "updated_at": "2018-08-23T08:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "64d905af-56a4-41b7-9607-d45f7825d07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "a9604986-993b-47aa-b0f4-ed234642734b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:36,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39cbbff6-b0d3-48e8-84fb-2f5de4742f52 2018-08-23 08:17:36,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0797200202942s 2018-08-23 08:17:36,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39cbbff6-b0d3-48e8-84fb-2f5de4742f52 2018-08-23 08:17:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:17:36,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -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": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"}}' 2018-08-23 08:17:36,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b3a49ff2-a548-407f-9272-7abc188704df Date: Thu, 23 Aug 2018 08:17:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "port_range_min": 22, "revision_number": 0, "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "9daafdc4-e36e-450e-b01d-a6c6bf9065ee"}} 2018-08-23 08:17:36,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b3a49ff2-a548-407f-9272-7abc188704df 2018-08-23 08:17:36,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.195127010345s 2018-08-23 08:17:36,630 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b3a49ff2-a548-407f-9272-7abc188704df 2018-08-23 08:17:36,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:17:36,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:36,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-360c6151-d16d-4c5d-abb1-74805c47b771 Date: Thu, 23 Aug 2018 08:17:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:28Z", "updated_at": "2018-08-23T08:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "574a61a1-af1b-45be-9818-0d95118cafcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "a003a985-4ba2-4ba5-a1b1-0c8b86d042d7", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "bdcd3b6e-dcf0-45c1-aa46-c675dafc39a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "dc5ac605-334d-4ff0-b7d8-27849693881d", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "updated_at": "2018-08-23T08:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "64d905af-56a4-41b7-9607-d45f7825d07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "9daafdc4-e36e-450e-b01d-a6c6bf9065ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "a9604986-993b-47aa-b0f4-ed234642734b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 2, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:36,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-360c6151-d16d-4c5d-abb1-74805c47b771 2018-08-23 08:17:36,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0468180179596s 2018-08-23 08:17:36,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-360c6151-d16d-4c5d-abb1-74805c47b771 2018-08-23 08:17:36,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:17:36,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -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": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"}}' 2018-08-23 08:17:36,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ccb099ac-1958-4ac2-8756-e0b64e393b6b Date: Thu, 23 Aug 2018 08:17:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "port_range_min": null, "revision_number": 0, "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "b1a26d67-3a31-4249-921b-97807cf948cb"}} 2018-08-23 08:17:36,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ccb099ac-1958-4ac2-8756-e0b64e393b6b 2018-08-23 08:17:36,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.189817905426s 2018-08-23 08:17:36,874 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ccb099ac-1958-4ac2-8756-e0b64e393b6b 2018-08-23 08:17:36,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:36,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:36,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1f481ee1-ac4b-4758-a665-5819cbf390ad Date: Thu, 23 Aug 2018 08:17: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":["09969436-ec25-4e64-988c-aa4952664f90"],"updated_at":"2018-08-23T08:17:29Z","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:17:36,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1f481ee1-ac4b-4758-a665-5819cbf390ad 2018-08-23 08:17:36,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0918791294098s 2018-08-23 08:17:36,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1f481ee1-ac4b-4758-a665-5819cbf390ad 2018-08-23 08:17:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:17:36,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:37,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-09403b96-2859-411f-a824-9ec4034a4bdf Date: Thu, 23 Aug 2018 08:17:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:17:34Z", "file": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file", "owner": "935b2a117dd0423385aaa1e07abcbbfc", "id": "452ce0f9-1015-485e-b62b-beca31863ab5", "size": 12716032, "self": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:17:37,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-09403b96-2859-411f-a824-9ec4034a4bdf 2018-08-23 08:17:37,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338978767395s 2018-08-23 08:17:37,007 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-09403b96-2859-411f-a824-9ec4034a4bdf 2018-08-23 08:17:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:17:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:37,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af6c4852-a360-4a82-b26a-9265e34e6bf4 x-compute-request-id: req-af6c4852-a360-4a82-b26a-9265e34e6bf4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ce0af36b-d987-4201-b6be-67926b6e309f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9269569a-3d38-4c2e-b555-df57d205b6ca"}]} 2018-08-23 08:17:37,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-af6c4852-a360-4a82-b26a-9265e34e6bf4 2018-08-23 08:17:37,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255720615387s 2018-08-23 08:17:37,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-af6c4852-a360-4a82-b26a-9265e34e6bf4 2018-08-23 08:17:37,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:17:37,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"server": {"name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "imageRef": "452ce0f9-1015-485e-b62b-beca31863ab5", "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "flavorRef": "9269569a-3d38-4c2e-b555-df57d205b6ca", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0778a728-b956-4a9d-8bc1-aaa34d2da457"}], "security_groups": [{"name": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"}]}}' 2018-08-23 08:17:39,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:17:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-006d7168-ae56-4c55-a8ff-558ab20058be x-compute-request-id: req-006d7168-ae56-4c55-a8ff-558ab20058be Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"}], "OS-DCF:diskConfig": "MANUAL", "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "adminPass": "EDkrpJz2jD9n"}} 2018-08-23 08:17:39,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-006d7168-ae56-4c55-a8ff-558ab20058be 2018-08-23 08:17:39,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.16011691093s 2018-08-23 08:17:39,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-006d7168-ae56-4c55-a8ff-558ab20058be 2018-08-23 08:17:39,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:39,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7fb1893-68cb-4dfa-87e3-a281f0e31752 x-compute-request-id: req-a7fb1893-68cb-4dfa-87e3-a281f0e31752 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "image": {"id": "452ce0f9-1015-485e-b62b-beca31863ab5", "links": [{"href": "http://172.30.9.21:8774/images/452ce0f9-1015-485e-b62b-beca31863ab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9269569a-3d38-4c2e-b555-df57d205b6ca", "links": [{"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}]}, "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "user_id": "275826a0a85848b3a7e91da75beb9004", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:17:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "created": "2018-08-23T08:17:39Z", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:39,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7fb1893-68cb-4dfa-87e3-a281f0e31752 2018-08-23 08:17:39,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363806009293s 2018-08-23 08:17:39,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7fb1893-68cb-4dfa-87e3-a281f0e31752 2018-08-23 08:17:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:39,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:39,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2e998409-e4b1-44c4-9ed8-5ff7b62065c9 Date: Thu, 23 Aug 2018 08:17: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":["09969436-ec25-4e64-988c-aa4952664f90"],"updated_at":"2018-08-23T08:17:29Z","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:17:39,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2e998409-e4b1-44c4-9ed8-5ff7b62065c9 2018-08-23 08:17:39,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0879158973694s 2018-08-23 08:17:39,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2e998409-e4b1-44c4-9ed8-5ff7b62065c9 2018-08-23 08:17:39,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:17:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:39,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f61491c6-6bb9-4903-8d08-69e53d231a86 Date: Thu, 23 Aug 2018 08:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:17:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"09969436-ec25-4e64-988c-aa4952664f90","subnetpool_id":null,"name":"singlevm2-subnet_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:39,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f61491c6-6bb9-4903-8d08-69e53d231a86 2018-08-23 08:17:39,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0606710910797s 2018-08-23 08:17:39,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f61491c6-6bb9-4903-8d08-69e53d231a86 2018-08-23 08:17:39,718 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:17:41,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:41,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:42,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17: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-7bb705c2-de7d-4f63-8223-eee7d4d26970 x-compute-request-id: req-7bb705c2-de7d-4f63-8223-eee7d4d26970 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "image": {"id": "452ce0f9-1015-485e-b62b-beca31863ab5", "links": [{"href": "http://172.30.9.21:8774/images/452ce0f9-1015-485e-b62b-beca31863ab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9269569a-3d38-4c2e-b555-df57d205b6ca", "links": [{"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}]}, "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "user_id": "275826a0a85848b3a7e91da75beb9004", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:17:41Z", "hostId": "ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "created": "2018-08-23T08:17:39Z", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:42,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bb705c2-de7d-4f63-8223-eee7d4d26970 2018-08-23 08:17:42,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551378011703s 2018-08-23 08:17:42,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bb705c2-de7d-4f63-8223-eee7d4d26970 2018-08-23 08:17:42,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:17:44,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:44,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:45,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cb56cd5-fefd-43d7-8655-a75b1bc0a756 x-compute-request-id: req-3cb56cd5-fefd-43d7-8655-a75b1bc0a756 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "image": {"id": "452ce0f9-1015-485e-b62b-beca31863ab5", "links": [{"href": "http://172.30.9.21:8774/images/452ce0f9-1015-485e-b62b-beca31863ab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9269569a-3d38-4c2e-b555-df57d205b6ca", "links": [{"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}]}, "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "security_groups": [{"name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}], "user_id": "275826a0a85848b3a7e91da75beb9004", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:17:42Z", "hostId": "ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "created": "2018-08-23T08:17:39Z", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:45,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3cb56cd5-fefd-43d7-8655-a75b1bc0a756 2018-08-23 08:17:45,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42270207405s 2018-08-23 08:17:45,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3cb56cd5-fefd-43d7-8655-a75b1bc0a756 2018-08-23 08:17:45,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:17:47,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:47,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:48,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2f630ee-c28b-444f-828b-6df1047edebd x-compute-request-id: req-d2f630ee-c28b-444f-828b-6df1047edebd Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:b9:46", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "image": {"id": "452ce0f9-1015-485e-b62b-beca31863ab5", "links": [{"href": "http://172.30.9.21:8774/images/452ce0f9-1015-485e-b62b-beca31863ab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:17:46.000000", "flavor": {"id": "9269569a-3d38-4c2e-b555-df57d205b6ca", "links": [{"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}]}, "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "security_groups": [{"name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}], "user_id": "275826a0a85848b3a7e91da75beb9004", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:17:46Z", "hostId": "ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "created": "2018-08-23T08:17:39Z", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:48,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2f630ee-c28b-444f-828b-6df1047edebd 2018-08-23 08:17:48,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.756654977798s 2018-08-23 08:17:48,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2f630ee-c28b-444f-828b-6df1047edebd 2018-08-23 08:17:48,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:17:48,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:48,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-da54d2ed-aba5-4e68-a5ba-d8f62d04d517 Date: Thu, 23 Aug 2018 08:17:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:42Z","admin_state_up":true,"updated_at":"2018-08-23T08:17:46Z","binding:vnic_type":"normal","device_id":"39edd7c7-7921-4e3e-ae76-dac671dce958","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:97:b9:46","id":"c9f6210e-dd49-4eed-940d-d7c8d78dfb40","port_security_enabled":true,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","fixed_ips":[{"subnet_id":"09969436-ec25-4e64-988c-aa4952664f90","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"],"name":""}]} 2018-08-23 08:17:48,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-da54d2ed-aba5-4e68-a5ba-d8f62d04d517 2018-08-23 08:17:48,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0644710063934s 2018-08-23 08:17:48,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-da54d2ed-aba5-4e68-a5ba-d8f62d04d517 2018-08-23 08:17:48,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c9f6210e-dd49-4eed-940d-d7c8d78dfb40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:48,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94234148-8f58-42c5-920a-ce1f8dbf4f99 Date: Thu, 23 Aug 2018 08:17:48 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:17:48,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c9f6210e-dd49-4eed-940d-d7c8d78dfb40 used request id req-94234148-8f58-42c5-920a-ce1f8dbf4f99 2018-08-23 08:17:48,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042188167572s 2018-08-23 08:17:48,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c9f6210e-dd49-4eed-940d-d7c8d78dfb40 used request id req-94234148-8f58-42c5-920a-ce1f8dbf4f99 2018-08-23 08:17:48,583 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:97:b9:46', u'version': 4, u'addr': u'192.168.120.20', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'452ce0f9-1015-485e-b62b-beca31863ab5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:17:46.000000', 'flavor': Munch({u'id': u'9269569a-3d38-4c2e-b555-df57d205b6ca'}), 'az': u'nova', 'id': u'39edd7c7-7921-4e3e-ae76-dac671dce958', 'security_groups': [Munch({u'name': u'singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'275826a0a85848b3a7e91da75beb9004', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'935b2a117dd0423385aaa1e07abcbbfc', 'name': 'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:17:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:17:46Z', 'hostId': u'ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f', 'public_v6': '', 'private_v4': u'192.168.120.20', 'cloud': 'envvars', 'host_id': u'ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:17:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'935b2a117dd0423385aaa1e07abcbbfc', 'name': u'singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f', 'adminPass': u'EDkrpJz2jD9n', 'tenant_id': u'935b2a117dd0423385aaa1e07abcbbfc', 'created_at': u'2018-08-23T08:17:39Z', 'created': u'2018-08-23T08:17:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:17:48,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:17:48,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:48,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-45509cc1-e41c-420e-9a5c-66c5413e8831 Date: Thu, 23 Aug 2018 08:17:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["09969436-ec25-4e64-988c-aa4952664f90"],"updated_at":"2018-08-23T08:17:29Z","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:17:48,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45509cc1-e41c-420e-9a5c-66c5413e8831 2018-08-23 08:17:48,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0837149620056s 2018-08-23 08:17:48,670 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45509cc1-e41c-420e-9a5c-66c5413e8831 2018-08-23 08:17:48,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:17:48,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:48,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1cf75e66-38c5-4341-95cc-9ab4c9ef3a63 Date: Thu, 23 Aug 2018 08:17:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:42Z","admin_state_up":true,"updated_at":"2018-08-23T08:17:46Z","binding:vnic_type":"normal","device_id":"39edd7c7-7921-4e3e-ae76-dac671dce958","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:97:b9:46","id":"c9f6210e-dd49-4eed-940d-d7c8d78dfb40","port_security_enabled":true,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","fixed_ips":[{"subnet_id":"09969436-ec25-4e64-988c-aa4952664f90","ip_address":"192.168.120.20"}],"extra_dhcp_opts":[],"security_groups":["f1ffaf8b-c2d6-4320-ad87-6a35fd13e001"],"name":""}]} 2018-08-23 08:17:48,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-1cf75e66-38c5-4341-95cc-9ab4c9ef3a63 2018-08-23 08:17:48,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0473601818085s 2018-08-23 08:17:48,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-1cf75e66-38c5-4341-95cc-9ab4c9ef3a63 2018-08-23 08:17:48,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 08:17:48,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.20", "port_id": "c9f6210e-dd49-4eed-940d-d7c8d78dfb40"}}' 2018-08-23 08:17:50,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c904c5c7-ce72-4484-85af-1b205a601f09 Date: Thu, 23 Aug 2018 08:17:50 GMT RESP BODY: {"floatingip": {"router_id": "657ce520-cc4f-41ce-bfc9-24f7994026eb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:17:49Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "c9f6210e-dd49-4eed-940d-d7c8d78dfb40", "id": "96e80871-f9ce-4d57-bd3a-95cac220226f", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:49Z", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}} 2018-08-23 08:17:50,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c904c5c7-ce72-4484-85af-1b205a601f09 2018-08-23 08:17:50,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97557115555s 2018-08-23 08:17:50,696 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c904c5c7-ce72-4484-85af-1b205a601f09 2018-08-23 08:17:50,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:50,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:50,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ab88a03f-32d9-422c-9246-a0aac3aa1d18 Date: Thu, 23 Aug 2018 08:17:50 GMT RESP BODY: {"floatingips": [{"router_id": "657ce520-cc4f-41ce-bfc9-24f7994026eb", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:17:49Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "c9f6210e-dd49-4eed-940d-d7c8d78dfb40", "id": "96e80871-f9ce-4d57-bd3a-95cac220226f", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:49Z", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}]} 2018-08-23 08:17:50,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ab88a03f-32d9-422c-9246-a0aac3aa1d18 2018-08-23 08:17:50,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.091197013855s 2018-08-23 08:17:50,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ab88a03f-32d9-422c-9246-a0aac3aa1d18 2018-08-23 08:17:50,799 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'657ce520-cc4f-41ce-bfc9-24f7994026eb', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'935b2a117dd0423385aaa1e07abcbbfc', 'created_at': u'2018-08-23T08:17:49Z', 'attached': True, 'updated_at': u'2018-08-23T08:17:49Z', 'id': u'96e80871-f9ce-4d57-bd3a-95cac220226f', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.20', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'935b2a117dd0423385aaa1e07abcbbfc', 'name': 'singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'657ce520-cc4f-41ce-bfc9-24f7994026eb', 'project_id': u'935b2a117dd0423385aaa1e07abcbbfc', 'port_id': u'c9f6210e-dd49-4eed-940d-d7c8d78dfb40', 'port': u'c9f6210e-dd49-4eed-940d-d7c8d78dfb40', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 08:17:50,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:17:50,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:17:50,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4abc743c-3199-451a-9555-607ccb2010cc x-compute-request-id: req-4abc743c-3199-451a-9555-607ccb2010cc Content-Encoding: gzip Content-Length: 9591 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484862608 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186788] pid_max: default: 32768 minimum: 301\n[ 0.188018] ACPI: Core revision 20150930\n[ 0.189681] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191472] Security Framework initialized\n[ 0.192590] Yama: becoming mindful.\n[ 0.193594] AppArmor: AppArmor initialized\n[ 0.194750] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196515] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198238] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199874] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201758] Initializing cgroup subsys io\n[ 0.202873] Initializing cgroup subsys memory\n[ 0.204066] Initializing cgroup subsys devices\n[ 0.205253] Initializing cgroup subsys freezer\n[ 0.206440] Initializing cgroup subsys net_cls\n[ 0.207643] Initializing cgroup subsys perf_event\n[ 0.208891] Initializing cgroup subsys net_prio\n[ 0.210104] Initializing cgroup subsys hugetlb\n[ 0.211308] Initializing cgroup subsys pids\n[ 0.212494] CPU: Physical Processor ID: 0\n[ 0.214290] mce: CPU supports 10 MCE banks\n[ 0.215457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.232834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239449] ftrace: allocating 31920 entries in 125 pages\n[ 0.264816] smpboot: Max logical packages: 1\n[ 0.265989] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267858] x2apic enabled\n[ 0.268996] Switched APIC routing to physical x2apic.\n[ 0.271449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.272977] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.275681] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278118] KVM setup paravirtual spinlock\n[ 0.279706] x86: Booted up 1 node, 1 CPUs\n[ 0.280816] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.282685] devtmpfs: initialized\n[ 0.284657] evm: security.selinux\n[ 0.285615] evm: security.SMACK64\n[ 0.286571] evm: security.SMACK64EXEC\n[ 0.287595] evm: security.SMACK64TRANSMUTE\n[ 0.288695] evm: security.SMACK64MMAP\n[ 0.289698] evm: security.ima\n[ 0.290580] evm: security.capability\n[ 0.291653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294141] pinctrl core: initialized pinctrl subsystem\n[ 0.295618] RTC time: 8:17:46, date: 08/23/18\n[ 0.296918] NET: Registered protocol family 16\n[ 0.298224] cpuidle: using governor ladder\n[ 0.299350] cpuidle: using governor menu\n[ 0.300436] PCCT header not found.\n[ 0.301462] ACPI: bus type PCI registered\n[ 0.302567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.304248] PCI: Using configuration type 1 for base access\n[ 0.306388] ACPI: Added _OSI(Module Device)\n[ 0.307525] ACPI: Added _OSI(Processor Device)\n[ 0.308701] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309933] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.312086] ACPI: Interpreter enabled\n[ 0.313124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.315647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.318163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.323190] ACPI: (supports S0 S5)\n[ 0.324160] ACPI: Using IOAPIC for interrupt routing\n[ 0.325445] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.329259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.334075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.337026] acpiphp: Slot [3] registered\n[ 0.338118] acpiphp: Slot [4] registered\n[ 0.339206] acpiphp: Slot [5] registered\n[ 0.340294] acpiphp: Slot [6] registered\n[ 0.341392] acpiphp: Slot [7] registered\n[ 0.342487] acpiphp: Slot [8] registered\n[ 0.343582] acpiphp: Slot [9] registered\n[ 0.344674] acpiphp: Slot [10] registered\n[ 0.345780] acpiphp: Slot [11] registered\n[ 0.346892] acpiphp: Slot [12] registered\n[ 0.348005] acpiphp: Slot [13] registered\n[ 0.349109] acpiphp: Slot [14] registered\n[ 0.350220] acpiphp: Slot [15] registered\n[ 0.365457] acpiphp: Slot [16] registered\n[ 0.366574] acpiphp: Slot [17] registered\n[ 0.367680] acpiphp: Slot [18] registered\n[ 0.368786] acpiphp: Slot [19] registered\n[ 0.369893] acpiphp: Slot [20] registered\n[ 0.371009] acpiphp: Slot [21] registered\n[ 0.372116] acpiphp: Slot [22] registered\n[ 0.373219] acpiphp: Slot [23] registered\n[ 0.374327] acpiphp: Slot [24] registered\n[ 0.375437] acpiphp: Slot [25] registered\n[ 0.376531] acpiphp: Slot [26] registered\n[ 0.377628] acpiphp: Slot [27] registered\n[ 0.378741] acpiphp: Slot [28] registered\n[ 0.379850] acpiphp: Slot [29] registered\n[ 0.380959] acpiphp: Slot [30] registered\n[ 0.382067] acpiphp: Slot [31] registered\n[ 0.383174] PCI host bridge to bus 0000:00\n[ 0.384281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.385930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.387578] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.389570] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.391553] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.393576] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.397641] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.400974] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.402694] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.408985] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.429452] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.431455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.433394] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.435350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.437308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.439016] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.440791] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.442233] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.444347] vgaarb: loaded\n[ 0.445182] vgaarb: bridge control possible 0000:00:02.0\n[ 0.446819] SCSI subsystem initialized\n[ 0.448078] ACPI: bus type USB registered\n[ 0.449220] usbcore: registered new interface driver usbfs\n[ 0.450623] usbcore: registered new interface driver hub\n[ 0.452004] usbcore: registered new device driver usb\n[ 0.453499] PCI: Using ACPI for IRQ routing\n[ 0.455022] NetLabel: Initializing\n[ 0.456009] NetLabel: domain hash size = 128\n[ 0.457175] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.458487] NetLabel: unlabeled traffic allowed by default\n[ 0.460063] clocksource: Switched to clocksource kvm-clock\n[ 0.470293] AppArmor: AppArmor Filesystem Enabled\n[ 0.471616] pnp: PnP ACPI init\n[ 0.472850] pnp: PnP ACPI: found 5 devices\n[ 0.479677] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.482030] NET: Registered protocol family 2\n[ 0.483445] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.485210] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486860] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.488508] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489992] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491583] NET: Registered protocol family 1\n[ 0.492788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.494291] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495755] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510262] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.524831] Trying to unpack rootfs image as initramfs...\n[ 0.586858] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591759] Scanning for low memory corruption every 60 seconds\n[ 0.593948] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595558] audit: initializing netlink subsys (disabled)\n[ 0.597066] audit: type=2000 audit(1535012267.450:1): initialized\n[ 0.598964] Initialise system trusted keyring\n[ 0.600355] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.601954] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604687] zbud: loaded\n[ 0.605688] VFS: Disk quotas dquot_6.6.0\n[ 0.606827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.608999] fuse init (API version 7.23)\n[ 0.610224] Key type big_key registered\n[ 0.611340] Allocating IMA MOK and blacklist keyrings.\n[ 0.613026] Key type asymmetric registered\n[ 0.614167] Asymmetric key parser 'x509' registered\n[ 0.615495] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617568] io scheduler noop registered\n[ 0.618664] io scheduler deadline registered (default)\n[ 0.620034] io scheduler cfq registered\n[ 0.621224] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622656] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626460] ACPI: Power Button [PWRF]\n[ 0.627670] GHES: HEST is not enabled!\n[ 0.641774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.670825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.673651] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.697346] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.700390] Linux agpgart interface v0.103\n[ 0.703827] brd: module loaded\n[ 0.706073] loop: module loaded\n[ 0.710843] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.712899] GPT:90111 != 2097151\n[ 0.713859] GPT:Alternate GPT header not at the end of the disk.\n[ 0.715402] GPT:90111 != 2097151\n[ 0.716375] GPT: Use GNU Parted to correct GPT errors.\n[ 0.717727] vda: vda1 vda15\n[ 0.719378] scsi host0: ata_piix\n[ 0.720466] scsi host1: ata_piix\n[ 0.721485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723143] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725155] libphy: Fixed MDIO Bus: probed\n[ 0.726311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.727634] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.730564] PPP generic driver version 2.4.2\n[ 0.731819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733475] ehci-pci: EHCI PCI platform driver\n[ 0.734701] ehci-platform: EHCI generic platform driver\n[ 0.736088] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.737661] ohci-pci: OHCI PCI platform driver\n[ 0.738872] ohci-platform: OHCI generic platform driver\n[ 0.740251] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755236] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756929] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.759383] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.761052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.762951] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.765009] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.767374] usb usb1: Product: UHCI Host Controller\n[ 0.768926] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770876] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772497] hub 1-0:1.0: USB hub found\n[ 0.773793] hub 1-0:1.0: 2 ports detected\n[ 0.775317] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778674] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780280] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781980] mousedev: PS/2 mouse device common for all mice\n[ 0.783996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786999] rtc_cmos 00:00: RTC can wake from S4\n[ 0.788802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.790784] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.792799] i2c /dev entries driver\n[ 0.794062] device-mapper: uevent: version 1.0.3\n[ 0.795612] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798317] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800514] NET: Registered protocol family 10\n[ 0.802329] NET: Registered protocol family 17\n[ 0.803802] Key type dns_resolver registered\n[ 0.805349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.807174] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.810071] registered taskstats version 1\n[ 0.811457] Loading compiled-in X.509 certificates\n[ 0.813569] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.816655] zswap: loaded using pool lzo/zbud\n[ 0.818985] Key type trusted registered\n[ 0.821348] Key type encrypted registered\n[ 0.822706] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.824454] ima: No TPM chip found, activating TPM-bypass!\n[ 0.826189] evm: HMAC attrs: 0x1\n[ 0.827660] Magic number: 14:307:271\n[ 0.829075] rtc_cmos 00:00: setting system clock to 2018-08-23 08:17:47 UTC (1535012267)\n[ 0.831725] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.833330] EDD information not available.\n[ 0.885573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902004] Write protecting the kernel read-only data: 14336k\n[ 0.904940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.907392] 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 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.064797] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.20...\nLease of 192.168.120.20 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\n/dev/root resized successfully [took 0.23s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeawhkBk2yILPTkOJnqUNo3mIE53tW+M6QGLXqGQlzrkjY24KgxEKHd1MisBWNKpDdjjKIiHvkfc9z5Y16wVYSg49/RU1jTnV5eM+oyji2HFxonmSSSS9SydYNpR54htSQ2YmsCrTZzJ6M1l69v+K8eeeGn02sfOAHgNPSG3hLbiTfuJ3WaWm9GCsEF2YuubMmZUXHTy743nJ9SVyatpz3c87+WmiPiez2B6CsjBGN8R680GG2eD+FfV/lcETFEIWjvtrs48QiVZGSI1LAjRApUiLzaJQtyXoIs2BNcxsrHpS05yLvbs39oNbqtbWmFQu0J4rZtGjcAjKhO9ObApOB root@singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f\nssh-dss AAAAB3NzaC1kc3MAAACBAKlcjSdVI3uMM7vmEeZKmtuOqEVvWoZ+EH3N23CNH32OiqO7+a8H6GDDqqZ3BhRY7am5yNcQdJwdxi4kaEi5/QVQBXm9YLipWU/RXkuzdbqVCEZK2bPzjfIYrT2P/YDkxRdPPlDcPsD7xYfrNXxgrG0MPNFkwCQE7qJKfhJJIg9bAAAAFQCJStvX0iz0Q49z2Fi1Oa2YjLfv3QAAAIAIMs2rRkBk4nXvRO3IhaHHuUwA6Uw5iPr+T2ktOs1+0QxsPj+H8ZHpnH5jxAACcWLWRT58h4mKU9TGcCOwluJRHFgngL2CBY8C03MR1GL7zJQ1ilndt8RTM3IITgalLnE1amAgCVkWEWbWSfNiA9HRhn05rM17gEvbf+1yaax61AAAAIAApb2zIuHFH87oP6OEFXybo1bf+boF8Z/4nSFP0wvxiRuvNmXcduTY6NEzbe8KRDr+oxxlCa5KPWdhyUksRQ6cEzk0eYA3zBOR47iPeYprM0w0Wpj/XdD8w/zW1YbuzIVsF0nHMG2BeL1sxDXOk+ST3aeqWb6yM9rxU+TXi03l0Q== root@singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f\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.20,24,fe80::f816:3eff:fe97:b946/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.20 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f login: "} 2018-08-23 08:17:50,873 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958/action used request id req-4abc743c-3199-451a-9555-607ccb2010cc 2018-08-23 08:17:50,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0731859207153s 2018-08-23 08:17:50,874 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958/action used request id req-4abc743c-3199-451a-9555-607ccb2010cc 2018-08-23 08:17:50,874 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 484862608 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.184519] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186788] pid_max: default: 32768 minimum: 301 [ 0.188018] ACPI: Core revision 20150930 [ 0.189681] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191472] Security Framework initialized [ 0.192590] Yama: becoming mindful. [ 0.193594] AppArmor: AppArmor initialized [ 0.194750] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196515] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198238] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199874] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201758] Initializing cgroup subsys io [ 0.202873] Initializing cgroup subsys memory [ 0.204066] Initializing cgroup subsys devices [ 0.205253] Initializing cgroup subsys freezer [ 0.206440] Initializing cgroup subsys net_cls [ 0.207643] Initializing cgroup subsys perf_event [ 0.208891] Initializing cgroup subsys net_prio [ 0.210104] Initializing cgroup subsys hugetlb [ 0.211308] Initializing cgroup subsys pids [ 0.212494] CPU: Physical Processor ID: 0 [ 0.214290] mce: CPU supports 10 MCE banks [ 0.215457] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216809] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.232834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.239449] ftrace: allocating 31920 entries in 125 pages [ 0.264816] smpboot: Max logical packages: 1 [ 0.265989] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267858] x2apic enabled [ 0.268996] Switched APIC routing to physical x2apic. [ 0.271449] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.272977] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.275681] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.278118] KVM setup paravirtual spinlock [ 0.279706] x86: Booted up 1 node, 1 CPUs [ 0.280816] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.282685] devtmpfs: initialized [ 0.284657] evm: security.selinux [ 0.285615] evm: security.SMACK64 [ 0.286571] evm: security.SMACK64EXEC [ 0.287595] evm: security.SMACK64TRANSMUTE [ 0.288695] evm: security.SMACK64MMAP [ 0.289698] evm: security.ima [ 0.290580] evm: security.capability [ 0.291653] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294141] pinctrl core: initialized pinctrl subsystem [ 0.295618] RTC time: 8:17:46, date: 08/23/18 [ 0.296918] NET: Registered protocol family 16 [ 0.298224] cpuidle: using governor ladder [ 0.299350] cpuidle: using governor menu [ 0.300436] PCCT header not found. [ 0.301462] ACPI: bus type PCI registered [ 0.302567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.304248] PCI: Using configuration type 1 for base access [ 0.306388] ACPI: Added _OSI(Module Device) [ 0.307525] ACPI: Added _OSI(Processor Device) [ 0.308701] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309933] ACPI: Added _OSI(Processor Aggregator Device) [ 0.312086] ACPI: Interpreter enabled [ 0.313124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.315647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.318163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.323190] ACPI: (supports S0 S5) [ 0.324160] ACPI: Using IOAPIC for interrupt routing [ 0.325445] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.329259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.330820] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.334075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.337026] acpiphp: Slot [3] registered [ 0.338118] acpiphp: Slot [4] registered [ 0.339206] acpiphp: Slot [5] registered [ 0.340294] acpiphp: Slot [6] registered [ 0.341392] acpiphp: Slot [7] registered [ 0.342487] acpiphp: Slot [8] registered [ 0.343582] acpiphp: Slot [9] registered [ 0.344674] acpiphp: Slot [10] registered [ 0.345780] acpiphp: Slot [11] registered [ 0.346892] acpiphp: Slot [12] registered [ 0.348005] acpiphp: Slot [13] registered [ 0.349109] acpiphp: Slot [14] registered [ 0.350220] acpiphp: Slot [15] registered [ 0.365457] acpiphp: Slot [16] registered [ 0.366574] acpiphp: Slot [17] registered [ 0.367680] acpiphp: Slot [18] registered [ 0.368786] acpiphp: Slot [19] registered [ 0.369893] acpiphp: Slot [20] registered [ 0.371009] acpiphp: Slot [21] registered [ 0.372116] acpiphp: Slot [22] registered [ 0.373219] acpiphp: Slot [23] registered [ 0.374327] acpiphp: Slot [24] registered [ 0.375437] acpiphp: Slot [25] registered [ 0.376531] acpiphp: Slot [26] registered [ 0.377628] acpiphp: Slot [27] registered [ 0.378741] acpiphp: Slot [28] registered [ 0.379850] acpiphp: Slot [29] registered [ 0.380959] acpiphp: Slot [30] registered [ 0.382067] acpiphp: Slot [31] registered [ 0.383174] PCI host bridge to bus 0000:00 [ 0.384281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.385930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.387578] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389570] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.391553] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.393576] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397641] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399377] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.400974] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.402694] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.407029] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.408985] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.429452] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.431455] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.433394] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.435350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437308] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.439016] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.440791] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.442233] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.444347] vgaarb: loaded [ 0.445182] vgaarb: bridge control possible 0000:00:02.0 [ 0.446819] SCSI subsystem initialized [ 0.448078] ACPI: bus type USB registered [ 0.449220] usbcore: registered new interface driver usbfs [ 0.450623] usbcore: registered new interface driver hub [ 0.452004] usbcore: registered new device driver usb [ 0.453499] PCI: Using ACPI for IRQ routing [ 0.455022] NetLabel: Initializing [ 0.456009] NetLabel: domain hash size = 128 [ 0.457175] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.458487] NetLabel: unlabeled traffic allowed by default [ 0.460063] clocksource: Switched to clocksource kvm-clock [ 0.470293] AppArmor: AppArmor Filesystem Enabled [ 0.471616] pnp: PnP ACPI init [ 0.472850] pnp: PnP ACPI: found 5 devices [ 0.479677] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.482030] NET: Registered protocol family 2 [ 0.483445] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.485210] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486860] TCP: Hash tables configured (established 4096 bind 4096) [ 0.488508] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489992] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491583] NET: Registered protocol family 1 [ 0.492788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.494291] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510262] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.524831] Trying to unpack rootfs image as initramfs... [ 0.586858] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591759] Scanning for low memory corruption every 60 seconds [ 0.593948] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595558] audit: initializing netlink subsys (disabled) [ 0.597066] audit: type=2000 audit(1535012267.450:1): initialized [ 0.598964] Initialise system trusted keyring [ 0.600355] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.601954] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604687] zbud: loaded [ 0.605688] VFS: Disk quotas dquot_6.6.0 [ 0.606827] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.608999] fuse init (API version 7.23) [ 0.610224] Key type big_key registered [ 0.611340] Allocating IMA MOK and blacklist keyrings. [ 0.613026] Key type asymmetric registered [ 0.614167] Asymmetric key parser 'x509' registered [ 0.615495] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617568] io scheduler noop registered [ 0.618664] io scheduler deadline registered (default) [ 0.620034] io scheduler cfq registered [ 0.621224] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622656] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626460] ACPI: Power Button [PWRF] [ 0.627670] GHES: HEST is not enabled! [ 0.641774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.670825] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673651] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697346] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700390] Linux agpgart interface v0.103 [ 0.703827] brd: module loaded [ 0.706073] loop: module loaded [ 0.710843] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.712899] GPT:90111 != 2097151 [ 0.713859] GPT:Alternate GPT header not at the end of the disk. [ 0.715402] GPT:90111 != 2097151 [ 0.716375] GPT: Use GNU Parted to correct GPT errors. [ 0.717727] vda: vda1 vda15 [ 0.719378] scsi host0: ata_piix [ 0.720466] scsi host1: ata_piix [ 0.721485] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723143] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725155] libphy: Fixed MDIO Bus: probed [ 0.726311] tun: Universal TUN/TAP device driver, 1.6 [ 0.727634] tun: (C) 1999-2004 Max Krasnyansky [ 0.730564] PPP generic driver version 2.4.2 [ 0.731819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733475] ehci-pci: EHCI PCI platform driver [ 0.734701] ehci-platform: EHCI generic platform driver [ 0.736088] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.737661] ohci-pci: OHCI PCI platform driver [ 0.738872] ohci-platform: OHCI generic platform driver [ 0.740251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755236] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756929] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.759383] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.761052] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.762951] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.765009] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.767374] usb usb1: Product: UHCI Host Controller [ 0.768926] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770876] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772497] hub 1-0:1.0: USB hub found [ 0.773793] hub 1-0:1.0: 2 ports detected [ 0.775317] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778674] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.780280] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781980] mousedev: PS/2 mouse device common for all mice [ 0.783996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.786999] rtc_cmos 00:00: RTC can wake from S4 [ 0.788802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.790784] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.792799] i2c /dev entries driver [ 0.794062] device-mapper: uevent: version 1.0.3 [ 0.795612] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798317] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800514] NET: Registered protocol family 10 [ 0.802329] NET: Registered protocol family 17 [ 0.803802] Key type dns_resolver registered [ 0.805349] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.807174] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.810071] registered taskstats version 1 [ 0.811457] Loading compiled-in X.509 certificates [ 0.813569] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.816655] zswap: loaded using pool lzo/zbud [ 0.818985] Key type trusted registered [ 0.821348] Key type encrypted registered [ 0.822706] AppArmor: AppArmor sha1 policy hashing enabled [ 0.824454] ima: No TPM chip found, activating TPM-bypass! [ 0.826189] evm: HMAC attrs: 0x1 [ 0.827660] Magic number: 14:307:271 [ 0.829075] rtc_cmos 00:00: setting system clock to 2018-08-23 08:17:47 UTC (1535012267) [ 0.831725] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.833330] EDD information not available. [ 0.885573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902004] Write protecting the kernel read-only data: 14336k [ 0.904940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.907392] 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 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.064797] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.20... Lease of 192.168.120.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- /dev/root resized successfully [took 0.23s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeawhkBk2yILPTkOJnqUNo3mIE53tW+M6QGLXqGQlzrkjY24KgxEKHd1MisBWNKpDdjjKIiHvkfc9z5Y16wVYSg49/RU1jTnV5eM+oyji2HFxonmSSSS9SydYNpR54htSQ2YmsCrTZzJ6M1l69v+K8eeeGn02sfOAHgNPSG3hLbiTfuJ3WaWm9GCsEF2YuubMmZUXHTy743nJ9SVyatpz3c87+WmiPiez2B6CsjBGN8R680GG2eD+FfV/lcETFEIWjvtrs48QiVZGSI1LAjRApUiLzaJQtyXoIs2BNcxsrHpS05yLvbs39oNbqtbWmFQu0J4rZtGjcAjKhO9ObApOB root@singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f ssh-dss AAAAB3NzaC1kc3MAAACBAKlcjSdVI3uMM7vmEeZKmtuOqEVvWoZ+EH3N23CNH32OiqO7+a8H6GDDqqZ3BhRY7am5yNcQdJwdxi4kaEi5/QVQBXm9YLipWU/RXkuzdbqVCEZK2bPzjfIYrT2P/YDkxRdPPlDcPsD7xYfrNXxgrG0MPNFkwCQE7qJKfhJJIg9bAAAAFQCJStvX0iz0Q49z2Fi1Oa2YjLfv3QAAAIAIMs2rRkBk4nXvRO3IhaHHuUwA6Uw5iPr+T2ktOs1+0QxsPj+H8ZHpnH5jxAACcWLWRT58h4mKU9TGcCOwluJRHFgngL2CBY8C03MR1GL7zJQ1ilndt8RTM3IITgalLnE1amAgCVkWEWbWSfNiA9HRhn05rM17gEvbf+1yaax61AAAAIAApb2zIuHFH87oP6OEFXybo1bf+boF8Z/4nSFP0wvxiRuvNmXcduTY6NEzbe8KRDr+oxxlCa5KPWdhyUksRQ6cEzk0eYA3zBOR47iPeYprM0w0Wpj/XdD8w/zW1YbuzIVsF0nHMG2BeL1sxDXOk+ST3aeqWb6yM9rxU+TXi03l0Q== root@singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.20,24,fe80::f816:3eff:fe97:b946/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.20 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-ce0af36b-d987-4201-b6be-67926b6e309f login: 2018-08-23 08:17:51,877 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b0a5210L 2018-08-23 08:17:51,877 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 08:17:51,877 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 08:17:51,877 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 08:17:51,878 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 08:17:51,879 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 08:17:51,879 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 08:17:51,879 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 08:17:51,879 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 08:17:51,879 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 08:17:51,896 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 08:17:51,897 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 08:17:51,909 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: cb2ccbd4a1861186160f1e515e03e2a5 2018-08-23 08:17:51,910 - paramiko.transport - DEBUG - Trying discovered key edb1fc601b93cf10f1439b67a68d23fa in /tmp/tmpgi9npw 2018-08-23 08:17:51,935 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 08:17:51,941 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 08:17:51,942 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 08:17:51,943 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 08:17:51,943 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 08:17:51,944 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 08:17:51,945 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 08:17:51,945 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-23 08:17:51,946 - functest.core.singlevm - DEBUG - error: 2018-08-23 08:17:51,950 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 08:17:52,058 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:17:52,058 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:17:52,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 08:17:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/96e80871-f9ce-4d57-bd3a-95cac220226f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:53,037 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe7d4ab8-6537-4415-b90b-4a3378aa98e2 Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:53,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/96e80871-f9ce-4d57-bd3a-95cac220226f.json used request id req-fe7d4ab8-6537-4415-b90b-4a3378aa98e2 2018-08-23 08:17:53,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.972236156464s 2018-08-23 08:17:53,037 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/96e80871-f9ce-4d57-bd3a-95cac220226f.json used request id req-fe7d4ab8-6537-4415-b90b-4a3378aa98e2 2018-08-23 08:17:53,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:17:53,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:53,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8c07f487-9e77-469c-9604-1815e062c3ad Date: Thu, 23 Aug 2018 08:17:53 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:17:53,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8c07f487-9e77-469c-9604-1815e062c3ad 2018-08-23 08:17:53,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0519189834595s 2018-08-23 08:17:53,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8c07f487-9e77-469c-9604-1815e062c3ad 2018-08-23 08:17:53,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:17:53,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:53,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:17: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-c44cfbb5-9531-432a-abae-57b336cf59e6 x-compute-request-id: req-c44cfbb5-9531-432a-abae-57b336cf59e6 Content-Type: application/json 2018-08-23 08:17:53,445 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-c44cfbb5-9531-432a-abae-57b336cf59e6 2018-08-23 08:17:53,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.349236965179s 2018-08-23 08:17:53,445 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958 used request id req-c44cfbb5-9531-432a-abae-57b336cf59e6 2018-08-23 08:17:53,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:53,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:54,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17: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-279004d7-2f76-4416-95ef-4c305de9e90d x-compute-request-id: req-279004d7-2f76-4416-95ef-4c305de9e90d Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:b9:46", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:b9:46", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/39edd7c7-7921-4e3e-ae76-dac671dce958", "rel": "bookmark"}], "image": {"id": "452ce0f9-1015-485e-b62b-beca31863ab5", "links": [{"href": "http://172.30.9.21:8774/images/452ce0f9-1015-485e-b62b-beca31863ab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:17:46.000000", "flavor": {"id": "9269569a-3d38-4c2e-b555-df57d205b6ca", "links": [{"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}]}, "id": "39edd7c7-7921-4e3e-ae76-dac671dce958", "security_groups": [{"name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}], "user_id": "275826a0a85848b3a7e91da75beb9004", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:17:53Z", "hostId": "ea359f4a73aadf612a58e75213c3644255dec393bb4cb3c5e8c61e55", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f", "name": "singlevm2-vm_ce0af36b-d987-4201-b6be-67926b6e309f", "created": "2018-08-23T08:17:39Z", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:17:54,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-279004d7-2f76-4416-95ef-4c305de9e90d 2018-08-23 08:17:54,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.609447956085s 2018-08-23 08:17:54,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-279004d7-2f76-4416-95ef-4c305de9e90d 2018-08-23 08:17:54,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:17:56,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:17:56,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:56,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2daf9365-1b3d-4edb-8b3a-a6f32b8db196 x-compute-request-id: req-2daf9365-1b3d-4edb-8b3a-a6f32b8db196 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:17:56,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2daf9365-1b3d-4edb-8b3a-a6f32b8db196 2018-08-23 08:17:56,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0695018768311s 2018-08-23 08:17:56,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2daf9365-1b3d-4edb-8b3a-a6f32b8db196 2018-08-23 08:17:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:17:56,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:56,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-fa286606-a1e3-4e8f-9804-cbc289838d2d Date: Thu, 23 Aug 2018 08:17:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:28Z", "updated_at": "2018-08-23T08:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "574a61a1-af1b-45be-9818-0d95118cafcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "a003a985-4ba2-4ba5-a1b1-0c8b86d042d7", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "bdcd3b6e-dcf0-45c1-aa46-c675dafc39a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "dc5ac605-334d-4ff0-b7d8-27849693881d", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:36Z", "updated_at": "2018-08-23T08:17:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "64d905af-56a4-41b7-9607-d45f7825d07c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "9daafdc4-e36e-450e-b01d-a6c6bf9065ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "a9604986-993b-47aa-b0f4-ed234642734b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:36Z", "revision_number": 0, "id": "b1a26d67-3a31-4249-921b-97807cf948cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:36Z", "security_group_id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 3, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "f1ffaf8b-c2d6-4320-ad87-6a35fd13e001", "name": "singlevm2-sg_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:56,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fa286606-a1e3-4e8f-9804-cbc289838d2d 2018-08-23 08:17:56,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0509269237518s 2018-08-23 08:17:56,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fa286606-a1e3-4e8f-9804-cbc289838d2d 2018-08-23 08:17:56,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 08:17:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f1ffaf8b-c2d6-4320-ad87-6a35fd13e001.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:56,422 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1133bdb6-2e3a-4ecb-afc9-7f14e669b885 Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:56,422 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f1ffaf8b-c2d6-4320-ad87-6a35fd13e001.json used request id req-1133bdb6-2e3a-4ecb-afc9-7f14e669b885 2018-08-23 08:17:56,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.236001014709s 2018-08-23 08:17:56,423 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f1ffaf8b-c2d6-4320-ad87-6a35fd13e001.json used request id req-1133bdb6-2e3a-4ecb-afc9-7f14e669b885 2018-08-23 08:17:56,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 08:17:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:56,494 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:17:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de62ebd2-15f7-43de-985e-a80fa6c8b21b x-compute-request-id: req-de62ebd2-15f7-43de-985e-a80fa6c8b21b Content-Length: 0 Content-Type: application/json 2018-08-23 08:17:56,494 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f used request id req-de62ebd2-15f7-43de-985e-a80fa6c8b21b 2018-08-23 08:17:56,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0712831020355s 2018-08-23 08:17:56,494 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_ce0af36b-d987-4201-b6be-67926b6e309f used request id req-de62ebd2-15f7-43de-985e-a80fa6c8b21b 2018-08-23 08:17:56,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:17:56,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" -d '{"subnet_id": "09969436-ec25-4e64-988c-aa4952664f90"}' 2018-08-23 08:17:58,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7c54a593-6145-461a-97ee-74a83dd6ecea Date: Thu, 23 Aug 2018 08:17:58 GMT RESP BODY: {"network_id": "0778a728-b956-4a9d-8bc1-aaa34d2da457", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "subnet_id": "09969436-ec25-4e64-988c-aa4952664f90", "subnet_ids": ["09969436-ec25-4e64-988c-aa4952664f90"], "port_id": "5c259f7e-3691-424f-b0e2-ada821b5b89c", "id": "657ce520-cc4f-41ce-bfc9-24f7994026eb"} 2018-08-23 08:17:58,050 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/remove_router_interface.json used request id req-7c54a593-6145-461a-97ee-74a83dd6ecea 2018-08-23 08:17:58,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55584287643s 2018-08-23 08:17:58,051 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb/remove_router_interface.json used request id req-7c54a593-6145-461a-97ee-74a83dd6ecea returning object 657ce520-cc4f-41ce-bfc9-24f7994026eb 2018-08-23 08:17:58,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:17:58,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:58,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-1bbabdb5-08ab-4ab9-b58c-aa501054ac53 Date: Thu, 23 Aug 2018 08:17:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:30Z", "admin_state_up": true, "updated_at": "2018-08-23T08:17:57Z", "revision_number": 4, "routes": [], "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "657ce520-cc4f-41ce-bfc9-24f7994026eb", "name": "singlevm2-router_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:58,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1bbabdb5-08ab-4ab9-b58c-aa501054ac53 2018-08-23 08:17:58,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11695599556s 2018-08-23 08:17:58,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1bbabdb5-08ab-4ab9-b58c-aa501054ac53 2018-08-23 08:17:58,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:17:58,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:59,642 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dc9fa175-4aab-4f35-9ae7-dbede084d553 Content-Length: 0 Date: Thu, 23 Aug 2018 08:17:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:17:59,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb.json used request id req-dc9fa175-4aab-4f35-9ae7-dbede084d553 2018-08-23 08:17:59,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47214007378s 2018-08-23 08:17:59,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/657ce520-cc4f-41ce-bfc9-24f7994026eb.json used request id req-dc9fa175-4aab-4f35-9ae7-dbede084d553 2018-08-23 08:17:59,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:17:59,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:17:59,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8b459298-de17-40d6-9002-474a0230ad73 Date: Thu, 23 Aug 2018 08:17:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:17:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"09969436-ec25-4e64-988c-aa4952664f90","subnetpool_id":null,"name":"singlevm2-subnet_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:17:59,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b459298-de17-40d6-9002-474a0230ad73 2018-08-23 08:17:59,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0430810451508s 2018-08-23 08:17:59,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b459298-de17-40d6-9002-474a0230ad73 2018-08-23 08:17:59,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:17:59,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/09969436-ec25-4e64-988c-aa4952664f90.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:18:00,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0d397cf-61ea-4d15-ba59-b750a47c0784 Date: Thu, 23 Aug 2018 08:18:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:18:00,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/09969436-ec25-4e64-988c-aa4952664f90.json used request id req-a0d397cf-61ea-4d15-ba59-b750a47c0784 2018-08-23 08:18:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.949836015701s 2018-08-23 08:18:00,638 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/09969436-ec25-4e64-988c-aa4952664f90.json used request id req-a0d397cf-61ea-4d15-ba59-b750a47c0784 2018-08-23 08:18:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:18:00,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-7b6b393a-0065-4e13-96bd-d48be3bf8c3e Date: Thu, 23 Aug 2018 08: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":[],"updated_at":"2018-08-23T08:18:00Z","tenant_id":"935b2a117dd0423385aaa1e07abcbbfc","created_at":"2018-08-23T08:17:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"935b2a117dd0423385aaa1e07abcbbfc","id":"0778a728-b956-4a9d-8bc1-aaa34d2da457","name":"singlevm2-net_ce0af36b-d987-4201-b6be-67926b6e309f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:18:00,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b6b393a-0065-4e13-96bd-d48be3bf8c3e 2018-08-23 08:18:00,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0888340473175s 2018-08-23 08:18:00,728 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b6b393a-0065-4e13-96bd-d48be3bf8c3e 2018-08-23 08:18:00,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:18:00,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/0778a728-b956-4a9d-8bc1-aaa34d2da457.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:18:01,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6b25066d-23ae-4721-a16c-056e3301b8b5 Date: Thu, 23 Aug 2018 08:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:18:01,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0778a728-b956-4a9d-8bc1-aaa34d2da457.json used request id req-6b25066d-23ae-4721-a16c-056e3301b8b5 2018-08-23 08:18:01,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24000597s 2018-08-23 08:18:01,969 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0778a728-b956-4a9d-8bc1-aaa34d2da457.json used request id req-6b25066d-23ae-4721-a16c-056e3301b8b5 2018-08-23 08:18:01,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:18:01,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:18:02,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-fecc07d0-cd26-49c5-a093-245dc6b8e623 Date: Thu, 23 Aug 2018 08:18:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:17:34Z", "file": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5/file", "owner": "935b2a117dd0423385aaa1e07abcbbfc", "id": "452ce0f9-1015-485e-b62b-beca31863ab5", "size": 12716032, "self": "/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/452ce0f9-1015-485e-b62b-beca31863ab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ce0af36b-d987-4201-b6be-67926b6e309f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:18:02,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fecc07d0-cd26-49c5-a093-245dc6b8e623 2018-08-23 08:18:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.762631893158s 2018-08-23 08:18:02,736 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fecc07d0-cd26-49c5-a093-245dc6b8e623 2018-08-23 08:18:02,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:18:02,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}82a6d065d6387e4cbc2495b3b44b11a988cdb5c7" 2018-08-23 08:18:03,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-546313bd-8571-4c43-b5d4-ee8247ce8f80 Date: Thu, 23 Aug 2018 08:18:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:18:03,062 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5 used request id req-546313bd-8571-4c43-b5d4-ee8247ce8f80 2018-08-23 08:18:03,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.324082136154s 2018-08-23 08:18:03,062 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/452ce0f9-1015-485e-b62b-beca31863ab5 used request id req-546313bd-8571-4c43-b5d4-ee8247ce8f80 2018-08-23 08:18:03,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:18:03,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:03,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-d5d664ea-10ff-4389-82f1-453b18c15c19 x-compute-request-id: req-d5d664ea-10ff-4389-82f1-453b18c15c19 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ce0af36b-d987-4201-b6be-67926b6e309f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "9269569a-3d38-4c2e-b555-df57d205b6ca"}]} 2018-08-23 08:18:03,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d5d664ea-10ff-4389-82f1-453b18c15c19 2018-08-23 08:18:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233149528503s 2018-08-23 08:18:03,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d5d664ea-10ff-4389-82f1-453b18c15c19 2018-08-23 08:18:03,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:18:03,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:03,136 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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-bab40251-f6eb-4713-b1f4-c21d68ce6da5 x-compute-request-id: req-bab40251-f6eb-4713-b1f4-c21d68ce6da5 Content-Length: 0 Content-Type: application/json 2018-08-23 08:18:03,136 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca used request id req-bab40251-f6eb-4713-b1f4-c21d68ce6da5 2018-08-23 08:18:03,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0484631061554s 2018-08-23 08:18:03,136 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9269569a-3d38-4c2e-b555-df57d205b6ca used request id req-bab40251-f6eb-4713-b1f4-c21d68ce6da5 2018-08-23 08:18:03,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:18:03,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:03,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdcf6b2c-fba4-452c-bdb8-80de772655ec Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f", "links": {"self": "http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "275826a0a85848b3a7e91da75beb9004", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:18:03,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bdcf6b2c-fba4-452c-bdb8-80de772655ec 2018-08-23 08:18:03,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.181740999222s 2018-08-23 08:18:03,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bdcf6b2c-fba4-452c-bdb8-80de772655ec 2018-08-23 08:18:03,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:18:03,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:03,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afef1532-18ee-4862-9f89-742847fbdf18 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ce0af36b-d987-4201-b6be-67926b6e309f", "links": {"self": "http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "275826a0a85848b3a7e91da75beb9004", "description": null}} 2018-08-23 08:18:03,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 used request id req-afef1532-18ee-4862-9f89-742847fbdf18 2018-08-23 08:18:03,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197241067886s 2018-08-23 08:18:03,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 used request id req-afef1532-18ee-4862-9f89-742847fbdf18 2018-08-23 08:18:03,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:18:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:03,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:18:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68413f64-4a41-49d6-8ca7-e8a9159646c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:18:03,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 used request id req-68413f64-4a41-49d6-8ca7-e8a9159646c2 2018-08-23 08:18:03,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.305569171906s 2018-08-23 08:18:03,826 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/275826a0a85848b3a7e91da75beb9004 used request id req-68413f64-4a41-49d6-8ca7-e8a9159646c2 2018-08-23 08:18:03,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:18:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:04,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-012a6aaf-4a53-4246-ae9d-6ef6694cf5e9 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc"}, "tags": [], "enabled": true, "id": "935b2a117dd0423385aaa1e07abcbbfc", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ce0af36b-d987-4201-b6be-67926b6e309f"}]} 2018-08-23 08:18:04,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-012a6aaf-4a53-4246-ae9d-6ef6694cf5e9 2018-08-23 08:18:04,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199029922485s 2018-08-23 08:18:04,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-012a6aaf-4a53-4246-ae9d-6ef6694cf5e9 2018-08-23 08:18:04,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:18:04,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5707e5f1c33272d1cf2c5137bd55ee6756174d47" 2018-08-23 08:18:04,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31a3567c-4787-42c8-a8b3-e01957ad8013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:18:04,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc used request id req-31a3567c-4787-42c8-a8b3-e01957ad8013 2018-08-23 08:18:04,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.49686217308s 2018-08-23 08:18:04,533 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/935b2a117dd0423385aaa1e07abcbbfc used request id req-31a3567c-4787-42c8-a8b3-e01957ad8013 2018-08-23 08:18:04,586 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-23 08:18:04,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:18:04,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:18:04,628 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:18:04,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:18:04,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:18:04,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9130ccb7-f0e6-496e-983a-680adb307806 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:18:04,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9130ccb7-f0e6-496e-983a-680adb307806 2018-08-23 08:18:04,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:18:05,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:18:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["f5mgWb-WRei0lPTbYsPWbQ"], "issued_at": "2018-08-23T08:18:04.000000Z"}} 2018-08-23 08:18:05,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:05,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:05,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-85129ea7-ea52-4179-8a07-68c9e5689f9a Date: Thu, 23 Aug 2018 08:18:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:18:05,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85129ea7-ea52-4179-8a07-68c9e5689f9a 2018-08-23 08:18:05,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284043073654s 2018-08-23 08:18:05,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85129ea7-ea52-4179-8a07-68c9e5689f9a 2018-08-23 08:18:05,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:18:05,318 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae7c26a6-1719-4cb0-8411-ad08a6f4169f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:18:05,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-ae7c26a6-1719-4cb0-8411-ad08a6f4169f 2018-08-23 08:18:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:18:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:05,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91efa693-4202-4bc0-82b0-d6f912f0eb77 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:18:05,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-91efa693-4202-4bc0-82b0-d6f912f0eb77 2018-08-23 08:18:05,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18886590004s 2018-08-23 08:18:05,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-91efa693-4202-4bc0-82b0-d6f912f0eb77 2018-08-23 08:18:05,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:18:05,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}}' 2018-08-23 08:18:05,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d86b3d13-e424-4ae7-bb36-ba76281ad8f2 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a"}, "tags": [], "enabled": true, "id": "274b5a0ef62447edbccfa4f11e05713a", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}} 2018-08-23 08:18:05,705 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d86b3d13-e424-4ae7-bb36-ba76281ad8f2 2018-08-23 08:18:05,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.189326047897s 2018-08-23 08:18:05,706 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d86b3d13-e424-4ae7-bb36-ba76281ad8f2 2018-08-23 08:18:05,706 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'}) 2018-08-23 08:18:05,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:18:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f4b9a8d7-7fdf-443f-8262-f09d9b093023", "email": null, "name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}}' 2018-08-23 08:18:06,195 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42c28559-4302-4c1c-b336-cba9e2c8eadc Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": {"self": "http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:18:06,195 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-42c28559-4302-4c1c-b336-cba9e2c8eadc 2018-08-23 08:18:06,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.482357025146s 2018-08-23 08:18:06,195 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-42c28559-4302-4c1c-b336-cba9e2c8eadc 2018-08-23 08:18:06,196 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8855bdc1f3c94a3ea6b1f09ec25fab02', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'}) 2018-08-23 08:18:06,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:18:06,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:06,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25364ecd-f214-41d8-9235-b769330ec99d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:18:06,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25364ecd-f214-41d8-9235-b769330ec99d 2018-08-23 08:18:06,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109493970871s 2018-08-23 08:18:06,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25364ecd-f214-41d8-9235-b769330ec99d 2018-08-23 08:18:06,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:18:06,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:06,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc559d0-c270-4e35-9e73-8c08a8696952 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:18:06,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fc559d0-c270-4e35-9e73-8c08a8696952 2018-08-23 08:18:06,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199417829514s 2018-08-23 08:18:06,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fc559d0-c270-4e35-9e73-8c08a8696952 2018-08-23 08:18:06,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:18:06,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:06,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4180f426-a7bc-4c36-89df-5e64a328c28e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:18:06,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4180f426-a7bc-4c36-89df-5e64a328c28e 2018-08-23 08:18:06,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114770889282s 2018-08-23 08:18:06,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4180f426-a7bc-4c36-89df-5e64a328c28e 2018-08-23 08:18:06,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:18:06,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:06,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ef5bd7b-20b8-4c23-a03f-28657789dad3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:18:06,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8ef5bd7b-20b8-4c23-a03f-28657789dad3 2018-08-23 08:18:06,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180741071701s 2018-08-23 08:18:06,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8ef5bd7b-20b8-4c23-a03f-28657789dad3 2018-08-23 08:18:06,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:18:06,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:07,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a54318-4445-4e68-914a-92ab991d7dd7 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": {"self": "http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:18:07,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c7a54318-4445-4e68-914a-92ab991d7dd7 2018-08-23 08:18:07,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200980901718s 2018-08-23 08:18:07,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c7a54318-4445-4e68-914a-92ab991d7dd7 2018-08-23 08:18:07,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:18:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:07,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4427e470-57b7-4139-8a2b-a1ce5e984474 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a"}, "tags": [], "enabled": true, "id": "274b5a0ef62447edbccfa4f11e05713a", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:07,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4427e470-57b7-4139-8a2b-a1ce5e984474 2018-08-23 08:18:07,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173121929169s 2018-08-23 08:18:07,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4427e470-57b7-4139-8a2b-a1ce5e984474 2018-08-23 08:18:07,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:18:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=8855bdc1f3c94a3ea6b1f09ec25fab02&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=274b5a0ef62447edbccfa4f11e05713a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:07,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59468359-aedf-48ef-a2da-a741a3af4779 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=8855bdc1f3c94a3ea6b1f09ec25fab02&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=274b5a0ef62447edbccfa4f11e05713a", "previous": null, "next": null}} 2018-08-23 08:18:07,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=8855bdc1f3c94a3ea6b1f09ec25fab02&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=274b5a0ef62447edbccfa4f11e05713a used request id req-59468359-aedf-48ef-a2da-a741a3af4779 2018-08-23 08:18:07,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.183324813843s 2018-08-23 08:18:07,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=8855bdc1f3c94a3ea6b1f09ec25fab02&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=274b5a0ef62447edbccfa4f11e05713a used request id req-59468359-aedf-48ef-a2da-a741a3af4779 2018-08-23 08:18:07,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:18:07,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a/users/8855bdc1f3c94a3ea6b1f09ec25fab02/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:18:07,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3efd83b9-6dbe-4b35-aa0c-97e50ea4b8f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:18:07,548 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a/users/8855bdc1f3c94a3ea6b1f09ec25fab02/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-3efd83b9-6dbe-4b35-aa0c-97e50ea4b8f9 2018-08-23 08:18:07,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.147368907928s 2018-08-23 08:18:07,548 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a/users/8855bdc1f3c94a3ea6b1f09ec25fab02/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-3efd83b9-6dbe-4b35-aa0c-97e50ea4b8f9 2018-08-23 08:18:07,549 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'274b5a0ef62447edbccfa4f11e05713a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f4b9a8d7-7fdf-443f-8262-f09d9b093023', 'username': u'vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:18:07,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:18:07,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:18:07,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:18:07,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:18:07,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:18:07,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:18:07,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:18:07,554 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'password': 'f4b9a8d7-7fdf-443f-8262-f09d9b093023', 'project_name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '274b5a0ef62447edbccfa4f11e05713a', 'project_domain_name': 'Default'} 2018-08-23 08:18:07,554 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-23 08:18:07,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:18:07,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-973f5503-53a9-4298-ade4-b4b482d05c48 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:18:07,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-973f5503-53a9-4298-ade4-b4b482d05c48 2018-08-23 08:18:07,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:18:07,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:18:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "274b5a0ef62447edbccfa4f11e05713a", "name": "vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_274b5a0ef62447edbccfa4f11e05713a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_274b5a0ef62447edbccfa4f11e05713a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/274b5a0ef62447edbccfa4f11e05713a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/274b5a0ef62447edbccfa4f11e05713a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/274b5a0ef62447edbccfa4f11e05713a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/274b5a0ef62447edbccfa4f11e05713a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/274b5a0ef62447edbccfa4f11e05713a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/274b5a0ef62447edbccfa4f11e05713a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/274b5a0ef62447edbccfa4f11e05713a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "id": "8855bdc1f3c94a3ea6b1f09ec25fab02"}, "audit_ids": ["rZ5U1C3FQOWzXK5FpxoPSQ"], "issued_at": "2018-08-23T08:18:07.000000Z"}} 2018-08-23 08:18:07,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:18:07,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"network": {"name": "vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "admin_state_up": true}}' 2018-08-23 08:18:08,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-2bd2433c-9690-4efd-bfa7-ccebb4e9fbcd Date: Thu, 23 Aug 2018 08:18:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:18:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}} 2018-08-23 08:18:08,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2bd2433c-9690-4efd-bfa7-ccebb4e9fbcd 2018-08-23 08:18:08,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.790225028992s 2018-08-23 08:18:08,749 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2bd2433c-9690-4efd-bfa7-ccebb4e9fbcd 2018-08-23 08:18:08,750 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:18:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'eac85ad9-fce6-49ed-b91b-98471f7c9db6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', u'admin_state_up': True, u'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', u'created_at': u'2018-08-23T08:18:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'274b5a0ef62447edbccfa4f11e05713a'}) 2018-08-23 08:18:08,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:09,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-4d550f01-c76c-4889-bf1b-89ca5dfd8cf4 Date: Thu, 23 Aug 2018 08:18:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:18:08Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:09,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d550f01-c76c-4889-bf1b-89ca5dfd8cf4 2018-08-23 08:18:09,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25425195694s 2018-08-23 08:18:09,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d550f01-c76c-4889-bf1b-89ca5dfd8cf4 2018-08-23 08:18:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:18:09,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"subnet": {"name": "vping_ssh-subnet_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "enable_dhcp": true, "network_id": "eac85ad9-fce6-49ed-b91b-98471f7c9db6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:18:09,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c6128116-6078-43c8-a958-0642275b6ce0 Date: Thu, 23 Aug 2018 08:18:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:18:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","subnetpool_id":null,"name":"vping_ssh-subnet_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}} 2018-08-23 08:18:09,622 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c6128116-6078-43c8-a958-0642275b6ce0 2018-08-23 08:18:09,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.615708112717s 2018-08-23 08:18:09,623 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c6128116-6078-43c8-a958-0642275b6ce0 2018-08-23 08:18:09,623 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:18:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8f9fd370-977a-4c17-b6ea-c4d47d8f63a7', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', u'enable_dhcp': True, u'network_id': u'eac85ad9-fce6-49ed-b91b-98471f7c9db6', u'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', u'created_at': u'2018-08-23T08:18:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'274b5a0ef62447edbccfa4f11e05713a'}) 2018-08-23 08:18:09,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:18:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vping_ssh-router_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "admin_state_up": true}}' 2018-08-23 08:18:10,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-9db7627a-9217-4f15-97d4-8f3cbf1b08e2 Date: Thu, 23 Aug 2018 08:18:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:09Z", "admin_state_up": true, "updated_at": "2018-08-23T08:18:10Z", "revision_number": 2, "routes": [], "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "f9ea6460-78ed-4c39-94af-7f8496769efe", "name": "vping_ssh-router_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}} 2018-08-23 08:18:10,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9db7627a-9217-4f15-97d4-8f3cbf1b08e2 2018-08-23 08:18:10,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.21771883965s 2018-08-23 08:18:10,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9db7627a-9217-4f15-97d4-8f3cbf1b08e2 2018-08-23 08:18:10,842 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', u'created_at': u'2018-08-23T08:18:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:18:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'274b5a0ef62447edbccfa4f11e05713a', u'id': u'f9ea6460-78ed-4c39-94af-7f8496769efe', u'name': u'vping_ssh-router_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'}) 2018-08-23 08:18:10,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:18:10,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"subnet_id": "8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"}' 2018-08-23 08:18:12,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c208803a-51e5-4797-bea4-5bdbe1556ee2 Date: Thu, 23 Aug 2018 08:18:12 GMT RESP BODY: {"network_id": "eac85ad9-fce6-49ed-b91b-98471f7c9db6", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "subnet_id": "8f9fd370-977a-4c17-b6ea-c4d47d8f63a7", "subnet_ids": ["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"], "port_id": "1d9b9206-c451-4342-bf64-957c2a88801c", "id": "f9ea6460-78ed-4c39-94af-7f8496769efe"} 2018-08-23 08:18:12,796 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/add_router_interface.json used request id req-c208803a-51e5-4797-bea4-5bdbe1556ee2 2018-08-23 08:18:12,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95341992378s 2018-08-23 08:18:12,797 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/add_router_interface.json used request id req-c208803a-51e5-4797-bea4-5bdbe1556ee2 returning object f9ea6460-78ed-4c39-94af-7f8496769efe 2018-08-23 08:18:12,797 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:18:12,929 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:18:12,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:18:12,935 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:18:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:18:12,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:18:12,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:13,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ca1e9a6d-04fa-409c-8c01-7be1f97ba948 Date: Thu, 23 Aug 2018 08:18:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:18:13,230 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ca1e9a6d-04fa-409c-8c01-7be1f97ba948 2018-08-23 08:18:13,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292585849762s 2018-08-23 08:18:13,230 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ca1e9a6d-04fa-409c-8c01-7be1f97ba948 2018-08-23 08:18:13,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:18:13,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}' 2018-08-23 08:18:13,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9400bcb8-903a-4c86-932d-cc60af08a1c6 Date: Thu, 23 Aug 2018 08:18:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:18:13Z", "file": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file", "owner": "274b5a0ef62447edbccfa4f11e05713a", "id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "size": null, "self": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "checksum": null, "created_at": "2018-08-23T08:18:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:18:13,302 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9400bcb8-903a-4c86-932d-cc60af08a1c6 2018-08-23 08:18:13,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0627379417419s 2018-08-23 08:18:13,302 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9400bcb8-903a-4c86-932d-cc60af08a1c6 returning object 880b5e0b-6863-4b1f-8bb0-d6b065cebbd8 2018-08-23 08:18:13,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:18:13,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '' 2018-08-23 08:18:13,732 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cfbefd3f-faeb-4e5c-83a3-76b7d2bd0ace Date: Thu, 23 Aug 2018 08:18:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:18:13,733 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file used request id req-cfbefd3f-faeb-4e5c-83a3-76b7d2bd0ace 2018-08-23 08:18:13,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.429931879044s 2018-08-23 08:18:13,733 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file used request id req-cfbefd3f-faeb-4e5c-83a3-76b7d2bd0ace 2018-08-23 08:18:13,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:18:13,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:13,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-df96bd4e-82f2-45d4-9750-b0c4d2f1c19c Date: Thu, 23 Aug 2018 08:18:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:18:13Z", "file": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file", "owner": "274b5a0ef62447edbccfa4f11e05713a", "id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "size": 12716032, "self": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:18:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:18:13,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-df96bd4e-82f2-45d4-9750-b0c4d2f1c19c 2018-08-23 08:18:13,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.120651960373s 2018-08-23 08:18:13,858 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-df96bd4e-82f2-45d4-9750-b0c4d2f1c19c 2018-08-23 08:18:13,860 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file', 'owner': u'274b5a0ef62447edbccfa4f11e05713a', 'id': u'880b5e0b-6863-4b1f-8bb0-d6b065cebbd8', 'size': 12716032, u'self': u'/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:18:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:18:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'created': u'2018-08-23T08:18:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:18:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:18:13,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:18:13,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:18:14,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-0c138dbc-77b6-457c-b13e-2c351b3c2f46 x-compute-request-id: req-0c138dbc-77b6-457c-b13e-2c351b3c2f46 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7"}} 2018-08-23 08:18:14,509 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0c138dbc-77b6-457c-b13e-2c351b3c2f46 2018-08-23 08:18:14,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.648562908173s 2018-08-23 08:18:14,510 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0c138dbc-77b6-457c-b13e-2c351b3c2f46 2018-08-23 08:18:14,511 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', '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'75a5557001334edf9fd80cd1c711e2ec', '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'6d71d800-d604-4663-929c-c4cf2cb1dbf7', 'swap': 0}) 2018-08-23 08:18:14,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:18:14,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" -d '{"extra_specs": {}}' 2018-08-23 08:18:14,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18: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-ad471761-e2cd-46d7-af7c-ddc893e36d8a x-compute-request-id: req-ad471761-e2cd-46d7-af7c-ddc893e36d8a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:18:14,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7/os-extra_specs used request id req-ad471761-e2cd-46d7-af7c-ddc893e36d8a 2018-08-23 08:18:14,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197098255157s 2018-08-23 08:18:14,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7/os-extra_specs used request id req-ad471761-e2cd-46d7-af7c-ddc893e36d8a 2018-08-23 08:18:14,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 08:18:14,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"keypair": {"name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}}' 2018-08-23 08:18:14,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18: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-25eb36c7-de92-448c-b407-12c8b7aa219f x-compute-request-id: req-25eb36c7-de92-448c-b407-12c8b7aa219f Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbHGbTa1FL8JPDzV45/o6CdXwmElw4md8CFprNrna1/IykB9g7CL51xgrO6/Pjkeg9JvNU6qR8J4xqu66wj2oWTDwmQKqHJuOkgsu+nsHnzm7xY6Htv1c9HYsVjtMOuixyojOs8CHHyKaSm9/F9vhPCHO2Fh2Lp4CC0H/8KS6ltKcI5BQZk2BMXnx6icXHwvG0Cf28CQiPINrHqAVinUlL6xfosyhl0t/1LaoQ+Ou1wLljpW01fljxaIq6Zj2FVtcihb+ujkoljzgJHpMW3JxYu7e7cQH7FzbCAjLaHJFUmf/hH8ixW/eMwF4Ein/uIRbONkjRqvTwShgYQ7VQghHD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2xxm02tRS/CTw81eOf6OgnV8JhJcOJnfAhaaza52tfyMpAfY\nOwi+dcYKzuvz45HoPSbzVOqkfCeMaruusI9qFkw8JkCqhybjpILLvp7B585u8WOh\n7b9XPR2LFY7TDroscqIzrPAhx8imkpvfxfb4TwhzthYdi6eAgtB//CkupbSnCOQU\nGZNgTF58eonFx8LxtAn9vAkIjyDax6gFYp1JS+sX6LMoZdLf9S2qEPjrtcC5Y6Vt\nNX5Y8WiKumY9hVbXIoW/ro5KJY84CR6TFtycWLu3u3EB+xc2wgIy2hyRVJn/4R/I\nsVv3jMBeBIp/7iEWzjZI0ar08EoYGEO1UIIRwwIDAQABAoIBAQCk1sEk3N/UWbFQ\n5Pe2eaOM0gYMPlPS4S+8ynS7uDzmvJCx9pTeFL30rIEFGs3orqQhHWSCxePo43fn\n9Dp/6eTN0ZyOyqd/9encoenWBmmqkss0Hth7nC9tcwRnu4Nc2QMHWq+1sxI20uU9\n9rZqoFo+WwVyP0ELB4DO6Tzf37uQPOvDmaKMFIuUHkj35JIklr+sX27mlDGuRQ7f\ncJgfkn71HSfLUT9LnA2nsMqh+K2fAb2I8373UdA1x6ZivflCsMEP8NxMQ0PavbTx\n36bkcmMans2z/3LlGYnNigSu8Y8e2u1JD5Mbdm+isDXewkjZwGScFd3tHr2u0Vrt\nr2yMPuLBAoGBAPR+KrDmAX6ZuPjB1RkBfe6KV2+tf42+c7l4NvqakD08A0T2b4m+\nsqTvxGbJj/zmrc9nop+iX7uErIDtzu2KR3ymA9zFYueMaRQifjH1nlb9fkdq0/Y4\nBEWO5kwziow+I46lYHe07H61HSuyp8tNzHCz4csrqrNpB8ambkBLFqrfAoGBAOVs\nai8Kk4uAqpjqW1DNiL0yQk052GaoBFVq3Av8NZiWgnH+Y0zBfDsq+ERNlPco4f/8\nVoDBg4OBy41L91P3BTLa9I0mO6BAVQnbzXxmMKYSqa+FgaLv/s1GHRgTfiIUSsOf\n3ufBBxypx7SsEHDwiNRPxuBpKjHsM7AIO0F0BJmdAoGAMCHeebDuPmQ4/A/8yc13\nY0ys5fl8EQWbdrnp6PAg0U1NP3hcgPuf48SoH6wywpEPSrOWWmL3Ac2ewEsQ38bH\nSAzO2dmqHPeRgDtCKMe4AlwpThoD3IcuoBr/z6Sd8/oPufdoxGhD3rX9JisnyWhp\nhQ6EtyDDnEpjE4KUVefycHUCgYEAsqkG17NIyy5bq9F1Yytr/MoSz8joOKlHFq2s\nxriVlEpBMzyDX9adRAZmZ+pywzbXKF39jy8jl1mQhmxOItkO91eDchf//v+aOZ8u\nGl4KLIoEEmfJWHXE215qccFcTHW48zagg6HSRAQDPTNxakImjA/ENCYxcccbSU5f\ntsz+eBECgYEAqN+FWvQzNUCSxxRhwrfuxOYfL8zZ2Frx8OLYEAaZ1cIE/C/nH+5L\nuJz1Gwk7/2AyvsEmyDUD3POjC8Ij/gDirwWfj44hXz8RUfSFy2n9ENHRQHh1k8z5\nsxyjA/N7cstX96DL6Fs1OCKv0kyTn0aBbo1e3OzMPVgFjIgU+j9ZWmM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "fingerprint": "5a:67:15:22:38:02:43:33:39:5e:e2:27:55:bd:54:f4"}} 2018-08-23 08:18:14,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-25eb36c7-de92-448c-b407-12c8b7aa219f 2018-08-23 08:18:14,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.389731884003s 2018-08-23 08:18:14,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-25eb36c7-de92-448c-b407-12c8b7aa219f 2018-08-23 08:18:14,923 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbHGbTa1FL8JPDzV45/o6CdXwmElw4md8CFprNrna1/IykB9g7CL51xgrO6/Pjkeg9JvNU6qR8J4xqu66wj2oWTDwmQKqHJuOkgsu+nsHnzm7xY6Htv1c9HYsVjtMOuixyojOs8CHHyKaSm9/F9vhPCHO2Fh2Lp4CC0H/8KS6ltKcI5BQZk2BMXnx6icXHwvG0Cf28CQiPINrHqAVinUlL6xfosyhl0t/1LaoQ+Ou1wLljpW01fljxaIq6Zj2FVtcihb+ujkoljzgJHpMW3JxYu7e7cQH7FzbCAjLaHJFUmf/hH8ixW/eMwF4Ein/uIRbONkjRqvTwShgYQ7VQghHD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA2xxm02tRS/CTw81eOf6OgnV8JhJcOJnfAhaaza52tfyMpAfY\nOwi+dcYKzuvz45HoPSbzVOqkfCeMaruusI9qFkw8JkCqhybjpILLvp7B585u8WOh\n7b9XPR2LFY7TDroscqIzrPAhx8imkpvfxfb4TwhzthYdi6eAgtB//CkupbSnCOQU\nGZNgTF58eonFx8LxtAn9vAkIjyDax6gFYp1JS+sX6LMoZdLf9S2qEPjrtcC5Y6Vt\nNX5Y8WiKumY9hVbXIoW/ro5KJY84CR6TFtycWLu3u3EB+xc2wgIy2hyRVJn/4R/I\nsVv3jMBeBIp/7iEWzjZI0ar08EoYGEO1UIIRwwIDAQABAoIBAQCk1sEk3N/UWbFQ\n5Pe2eaOM0gYMPlPS4S+8ynS7uDzmvJCx9pTeFL30rIEFGs3orqQhHWSCxePo43fn\n9Dp/6eTN0ZyOyqd/9encoenWBmmqkss0Hth7nC9tcwRnu4Nc2QMHWq+1sxI20uU9\n9rZqoFo+WwVyP0ELB4DO6Tzf37uQPOvDmaKMFIuUHkj35JIklr+sX27mlDGuRQ7f\ncJgfkn71HSfLUT9LnA2nsMqh+K2fAb2I8373UdA1x6ZivflCsMEP8NxMQ0PavbTx\n36bkcmMans2z/3LlGYnNigSu8Y8e2u1JD5Mbdm+isDXewkjZwGScFd3tHr2u0Vrt\nr2yMPuLBAoGBAPR+KrDmAX6ZuPjB1RkBfe6KV2+tf42+c7l4NvqakD08A0T2b4m+\nsqTvxGbJj/zmrc9nop+iX7uErIDtzu2KR3ymA9zFYueMaRQifjH1nlb9fkdq0/Y4\nBEWO5kwziow+I46lYHe07H61HSuyp8tNzHCz4csrqrNpB8ambkBLFqrfAoGBAOVs\nai8Kk4uAqpjqW1DNiL0yQk052GaoBFVq3Av8NZiWgnH+Y0zBfDsq+ERNlPco4f/8\nVoDBg4OBy41L91P3BTLa9I0mO6BAVQnbzXxmMKYSqa+FgaLv/s1GHRgTfiIUSsOf\n3ufBBxypx7SsEHDwiNRPxuBpKjHsM7AIO0F0BJmdAoGAMCHeebDuPmQ4/A/8yc13\nY0ys5fl8EQWbdrnp6PAg0U1NP3hcgPuf48SoH6wywpEPSrOWWmL3Ac2ewEsQ38bH\nSAzO2dmqHPeRgDtCKMe4AlwpThoD3IcuoBr/z6Sd8/oPufdoxGhD3rX9JisnyWhp\nhQ6EtyDDnEpjE4KUVefycHUCgYEAsqkG17NIyy5bq9F1Yytr/MoSz8joOKlHFq2s\nxriVlEpBMzyDX9adRAZmZ+pywzbXKF39jy8jl1mQhmxOItkO91eDchf//v+aOZ8u\nGl4KLIoEEmfJWHXE215qccFcTHW48zagg6HSRAQDPTNxakImjA/ENCYxcccbSU5f\ntsz+eBECgYEAqN+FWvQzNUCSxxRhwrfuxOYfL8zZ2Frx8OLYEAaZ1cIE/C/nH+5L\nuJz1Gwk7/2AyvsEmyDUD3POjC8Ij/gDirwWfj44hXz8RUfSFy2n9ENHRQHh1k8z5\nsxyjA/N7cstX96DL6Fs1OCKv0kyTn0aBbo1e3OzMPVgFjIgU+j9ZWmM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8855bdc1f3c94a3ea6b1f09ec25fab02', 'name': u'vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'created_at': '2018-08-23T08:18:14.923055', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5a:67:15:22:38:02:43:33:39:5e:e2:27:55:bd:54:f4', 'type': 'ssh', 'id': u'vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'}) 2018-08-23 08:18:14,923 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA2xxm02tRS/CTw81eOf6OgnV8JhJcOJnfAhaaza52tfyMpAfY Owi+dcYKzuvz45HoPSbzVOqkfCeMaruusI9qFkw8JkCqhybjpILLvp7B585u8WOh 7b9XPR2LFY7TDroscqIzrPAhx8imkpvfxfb4TwhzthYdi6eAgtB//CkupbSnCOQU GZNgTF58eonFx8LxtAn9vAkIjyDax6gFYp1JS+sX6LMoZdLf9S2qEPjrtcC5Y6Vt NX5Y8WiKumY9hVbXIoW/ro5KJY84CR6TFtycWLu3u3EB+xc2wgIy2hyRVJn/4R/I sVv3jMBeBIp/7iEWzjZI0ar08EoYGEO1UIIRwwIDAQABAoIBAQCk1sEk3N/UWbFQ 5Pe2eaOM0gYMPlPS4S+8ynS7uDzmvJCx9pTeFL30rIEFGs3orqQhHWSCxePo43fn 9Dp/6eTN0ZyOyqd/9encoenWBmmqkss0Hth7nC9tcwRnu4Nc2QMHWq+1sxI20uU9 9rZqoFo+WwVyP0ELB4DO6Tzf37uQPOvDmaKMFIuUHkj35JIklr+sX27mlDGuRQ7f cJgfkn71HSfLUT9LnA2nsMqh+K2fAb2I8373UdA1x6ZivflCsMEP8NxMQ0PavbTx 36bkcmMans2z/3LlGYnNigSu8Y8e2u1JD5Mbdm+isDXewkjZwGScFd3tHr2u0Vrt r2yMPuLBAoGBAPR+KrDmAX6ZuPjB1RkBfe6KV2+tf42+c7l4NvqakD08A0T2b4m+ sqTvxGbJj/zmrc9nop+iX7uErIDtzu2KR3ymA9zFYueMaRQifjH1nlb9fkdq0/Y4 BEWO5kwziow+I46lYHe07H61HSuyp8tNzHCz4csrqrNpB8ambkBLFqrfAoGBAOVs ai8Kk4uAqpjqW1DNiL0yQk052GaoBFVq3Av8NZiWgnH+Y0zBfDsq+ERNlPco4f/8 VoDBg4OBy41L91P3BTLa9I0mO6BAVQnbzXxmMKYSqa+FgaLv/s1GHRgTfiIUSsOf 3ufBBxypx7SsEHDwiNRPxuBpKjHsM7AIO0F0BJmdAoGAMCHeebDuPmQ4/A/8yc13 Y0ys5fl8EQWbdrnp6PAg0U1NP3hcgPuf48SoH6wywpEPSrOWWmL3Ac2ewEsQ38bH SAzO2dmqHPeRgDtCKMe4AlwpThoD3IcuoBr/z6Sd8/oPufdoxGhD3rX9JisnyWhp hQ6EtyDDnEpjE4KUVefycHUCgYEAsqkG17NIyy5bq9F1Yytr/MoSz8joOKlHFq2s xriVlEpBMzyDX9adRAZmZ+pywzbXKF39jy8jl1mQhmxOItkO91eDchf//v+aOZ8u Gl4KLIoEEmfJWHXE215qccFcTHW48zagg6HSRAQDPTNxakImjA/ENCYxcccbSU5f tsz+eBECgYEAqN+FWvQzNUCSxxRhwrfuxOYfL8zZ2Frx8OLYEAaZ1cIE/C/nH+5L uJz1Gwk7/2AyvsEmyDUD3POjC8Ij/gDirwWfj44hXz8RUfSFy2n9ENHRQHh1k8z5 sxyjA/N7cstX96DL6Fs1OCKv0kyTn0aBbo1e3OzMPVgFjIgU+j9ZWmM= -----END RSA PRIVATE KEY----- 2018-08-23 08:18:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 08:18:14,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"security_group": {"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-23 08:18:15,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-36417937-239a-4c9f-b758-22facc6c0dd0 Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:14Z", "updated_at": "2018-08-23T08:18:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "27673524-bf49-4289-a52f-ad3b7e3c9cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "2d674d3a-199e-4853-ad81-fe28fc70b614", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}} 2018-08-23 08:18:15,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-36417937-239a-4c9f-b758-22facc6c0dd0 2018-08-23 08:18:15,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.153654098511s 2018-08-23 08:18:15,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-36417937-239a-4c9f-b758-22facc6c0dd0 2018-08-23 08:18:15,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:18:15,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:15,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-100d9164-938b-4be3-97df-7c3ac527b55c Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:14Z", "updated_at": "2018-08-23T08:18:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "27673524-bf49-4289-a52f-ad3b7e3c9cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "2d674d3a-199e-4853-ad81-fe28fc70b614", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}, {"description": "Default security group", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:08Z", "updated_at": "2018-08-23T08:18:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "97118489-e4a4-4b30-a0ce-4ae5b4ae94ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "a3b730c5-0315-4741-8476-3096cef2b1b0", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "d31dd989-9e71-4125-b1f8-17b9b6a5b298", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "e0f8a7c5-0a08-4e47-bd31-73202f763863", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "name": "default"}]} 2018-08-23 08:18:15,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-100d9164-938b-4be3-97df-7c3ac527b55c 2018-08-23 08:18:15,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.127070903778s 2018-08-23 08:18:15,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-100d9164-938b-4be3-97df-7c3ac527b55c 2018-08-23 08:18:15,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:18:15,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -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": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}}' 2018-08-23 08:18:15,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b2fdfb00-7d63-44ce-8ef9-2f3b971bdf2d Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "port_range_min": 22, "revision_number": 0, "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:15Z", "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "31ccf78e-186a-400d-83e4-f804ecd13012"}} 2018-08-23 08:18:15,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b2fdfb00-7d63-44ce-8ef9-2f3b971bdf2d 2018-08-23 08:18:15,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147640943527s 2018-08-23 08:18:15,364 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b2fdfb00-7d63-44ce-8ef9-2f3b971bdf2d 2018-08-23 08:18:15,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:18:15,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:15,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-85e1c22d-c889-4675-bec9-0c46ea1a7e3f Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:14Z", "updated_at": "2018-08-23T08:18:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "27673524-bf49-4289-a52f-ad3b7e3c9cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "2d674d3a-199e-4853-ad81-fe28fc70b614", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "31ccf78e-186a-400d-83e4-f804ecd13012", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 2, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}, {"description": "Default security group", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:08Z", "updated_at": "2018-08-23T08:18:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "97118489-e4a4-4b30-a0ce-4ae5b4ae94ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "a3b730c5-0315-4741-8476-3096cef2b1b0", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "d31dd989-9e71-4125-b1f8-17b9b6a5b298", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "e0f8a7c5-0a08-4e47-bd31-73202f763863", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "name": "default"}]} 2018-08-23 08:18:15,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-85e1c22d-c889-4675-bec9-0c46ea1a7e3f 2018-08-23 08:18:15,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0470850467682s 2018-08-23 08:18:15,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-85e1c22d-c889-4675-bec9-0c46ea1a7e3f 2018-08-23 08:18:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:18:15,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -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": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}}' 2018-08-23 08:18:15,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8403dbf6-2674-4d94-aa66-4bdae38712ae Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "port_range_min": null, "revision_number": 0, "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:15Z", "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "5c9d1244-ff99-4b4d-9dfb-67924419d596"}} 2018-08-23 08:18:15,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8403dbf6-2674-4d94-aa66-4bdae38712ae 2018-08-23 08:18:15,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.130959033966s 2018-08-23 08:18:15,549 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8403dbf6-2674-4d94-aa66-4bdae38712ae 2018-08-23 08:18:15,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:15,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:15,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-70859987-1394-4591-8a19-3a69efe399d0 Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"],"updated_at":"2018-08-23T08:18:09Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:15,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70859987-1394-4591-8a19-3a69efe399d0 2018-08-23 08:18:15,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.093435049057s 2018-08-23 08:18:15,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70859987-1394-4591-8a19-3a69efe399d0 2018-08-23 08:18:15,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:18:15,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:15,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e8a35655-c01c-452e-82d0-f6c70fe2edd6 Date: Thu, 23 Aug 2018 08:18:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:18:13Z", "file": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file", "owner": "274b5a0ef62447edbccfa4f11e05713a", "id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "size": 12716032, "self": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:18:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:18:15,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e8a35655-c01c-452e-82d0-f6c70fe2edd6 2018-08-23 08:18:15,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357060432434s 2018-08-23 08:18:15,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e8a35655-c01c-452e-82d0-f6c70fe2edd6 2018-08-23 08:18:15,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:18:15,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:15,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-4a605231-7cc4-49a3-8c3e-b2e268ea37d7 x-compute-request-id: req-4a605231-7cc4-49a3-8c3e-b2e268ea37d7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7"}]} 2018-08-23 08:18:15,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4a605231-7cc4-49a3-8c3e-b2e268ea37d7 2018-08-23 08:18:15,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022087097168s 2018-08-23 08:18:15,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4a605231-7cc4-49a3-8c3e-b2e268ea37d7 2018-08-23 08:18:15,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:18:15,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"server": {"name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "imageRef": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "flavorRef": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "eac85ad9-fce6-49ed-b91b-98471f7c9db6"}], "security_groups": [{"name": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}]}}' 2018-08-23 08:18:18,590 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-a62c2184-1df0-4339-b370-5f2c6720e890 x-compute-request-id: req-a62c2184-1df0-4339-b370-5f2c6720e890 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "adminPass": "xrtmMUJo7ARJ"}} 2018-08-23 08:18:18,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a62c2184-1df0-4339-b370-5f2c6720e890 2018-08-23 08:18:18,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.87963795662s 2018-08-23 08:18:18,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a62c2184-1df0-4339-b370-5f2c6720e890 2018-08-23 08:18:18,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:18,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:19,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e0fc8f2-f8ae-4899-a403-4675f0e1ceab x-compute-request-id: req-5e0fc8f2-f8ae-4899-a403-4675f0e1ceab Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:19,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e0fc8f2-f8ae-4899-a403-4675f0e1ceab 2018-08-23 08:18:19,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775303840637s 2018-08-23 08:18:19,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e0fc8f2-f8ae-4899-a403-4675f0e1ceab 2018-08-23 08:18:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:19,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:19,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c2d8fbfb-7920-4bab-b0e5-b89609975264 Date: Thu, 23 Aug 2018 08:18:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"],"updated_at":"2018-08-23T08:18:09Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:19,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c2d8fbfb-7920-4bab-b0e5-b89609975264 2018-08-23 08:18:19,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0995829105377s 2018-08-23 08:18:19,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c2d8fbfb-7920-4bab-b0e5-b89609975264 2018-08-23 08:18:19,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:18:19,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:19,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-305ca10c-7fb7-43fa-ad25-e3cf787d040d Date: Thu, 23 Aug 2018 08:18:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:18:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","subnetpool_id":null,"name":"vping_ssh-subnet_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:19,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-305ca10c-7fb7-43fa-ad25-e3cf787d040d 2018-08-23 08:18:19,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0591089725494s 2018-08-23 08:18:19,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-305ca10c-7fb7-43fa-ad25-e3cf787d040d 2018-08-23 08:18:19,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:21,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:21,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:21,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-bbd1cfb4-e30b-48c9-abf2-fe3ce78ac64a x-compute-request-id: req-bbd1cfb4-e30b-48c9-abf2-fe3ce78ac64a Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:21Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:21,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bbd1cfb4-e30b-48c9-abf2-fe3ce78ac64a 2018-08-23 08:18:21,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.33024096489s 2018-08-23 08:18:21,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bbd1cfb4-e30b-48c9-abf2-fe3ce78ac64a 2018-08-23 08:18:21,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:23,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:23,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:24,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4414186d-b660-47ed-841e-8031df847c35 x-compute-request-id: req-4414186d-b660-47ed-841e-8031df847c35 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:21Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:24,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4414186d-b660-47ed-841e-8031df847c35 2018-08-23 08:18:24,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.464107990265s 2018-08-23 08:18:24,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4414186d-b660-47ed-841e-8031df847c35 2018-08-23 08:18:24,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:26,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:26,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be87ea1b-4e3f-49da-9326-9ca5765c9192 x-compute-request-id: req-be87ea1b-4e3f-49da-9326-9ca5765c9192 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:26,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be87ea1b-4e3f-49da-9326-9ca5765c9192 2018-08-23 08:18:26,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536727190018s 2018-08-23 08:18:26,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be87ea1b-4e3f-49da-9326-9ca5765c9192 2018-08-23 08:18:26,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:18:26,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=fe127ebe-01f6-4556-82b1-d7e93da8e6b2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:26,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4eb66bc2-20df-4d2e-b368-f35533ca2a46 Date: Thu, 23 Aug 2018 08:18:26 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:22Z","admin_state_up":true,"updated_at":"2018-08-23T08:18:25Z","binding:vnic_type":"normal","device_id":"fe127ebe-01f6-4556-82b1-d7e93da8e6b2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ce:48:20","id":"095152fa-d436-476b-9dfe-6bffa5efb78f","port_security_enabled":true,"project_id":"274b5a0ef62447edbccfa4f11e05713a","fixed_ips":[{"subnet_id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["424ecbfa-7184-4371-86e9-c2d7fbc23861"],"name":""}]} 2018-08-23 08:18:26,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fe127ebe-01f6-4556-82b1-d7e93da8e6b2 used request id req-4eb66bc2-20df-4d2e-b368-f35533ca2a46 2018-08-23 08:18:26,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0620450973511s 2018-08-23 08:18:26,950 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fe127ebe-01f6-4556-82b1-d7e93da8e6b2 used request id req-4eb66bc2-20df-4d2e-b368-f35533ca2a46 2018-08-23 08:18:26,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:18:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=095152fa-d436-476b-9dfe-6bffa5efb78f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:27,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-973cbc41-ec8d-4a6e-97af-4de68dd38dd0 Date: Thu, 23 Aug 2018 08:18:27 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:18:27,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=095152fa-d436-476b-9dfe-6bffa5efb78f used request id req-973cbc41-ec8d-4a6e-97af-4de68dd38dd0 2018-08-23 08:18:27,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0432851314545s 2018-08-23 08:18:27,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=095152fa-d436-476b-9dfe-6bffa5efb78f used request id req-973cbc41-ec8d-4a6e-97af-4de68dd38dd0 2018-08-23 08:18:27,001 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ce:48:20', 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'880b5e0b-6863-4b1f-8bb0-d6b065cebbd8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:18:26.000000', 'flavor': Munch({u'id': u'6d71d800-d604-4663-929c-c4cf2cb1dbf7'}), 'az': u'nova', 'id': u'fe127ebe-01f6-4556-82b1-d7e93da8e6b2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8855bdc1f3c94a3ea6b1f09ec25fab02', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:18:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:18:26Z', 'hostId': u'069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:18:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': u'vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'adminPass': u'xrtmMUJo7ARJ', 'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', 'created_at': u'2018-08-23T08:18:18Z', 'created': u'2018-08-23T08:18:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:18:27,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:27,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:27,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-954d10f1-4fd5-4b94-aaf5-b34a943b6af3 Date: Thu, 23 Aug 2018 08:18:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"],"updated_at":"2018-08-23T08:18:09Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:27,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-954d10f1-4fd5-4b94-aaf5-b34a943b6af3 2018-08-23 08:18:27,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274269104004s 2018-08-23 08:18:27,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-954d10f1-4fd5-4b94-aaf5-b34a943b6af3 2018-08-23 08:18:27,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:18:27,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:27,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a6cbfdfc-46ef-4d15-8145-646a930700d5 Date: Thu, 23 Aug 2018 08:18:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:18:13Z", "file": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file", "owner": "274b5a0ef62447edbccfa4f11e05713a", "id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "size": 12716032, "self": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:18:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:18:27,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a6cbfdfc-46ef-4d15-8145-646a930700d5 2018-08-23 08:18:27,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302021980286s 2018-08-23 08:18:27,583 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a6cbfdfc-46ef-4d15-8145-646a930700d5 2018-08-23 08:18:27,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:18:27,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:27,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e063e6b-ef26-4b98-89e1-088793d9e6ab x-compute-request-id: req-8e063e6b-ef26-4b98-89e1-088793d9e6ab Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7"}]} 2018-08-23 08:18:27,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8e063e6b-ef26-4b98-89e1-088793d9e6ab 2018-08-23 08:18:27,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243608951569s 2018-08-23 08:18:27,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8e063e6b-ef26-4b98-89e1-088793d9e6ab 2018-08-23 08:18:27,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:18:27,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"server": {"name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "imageRef": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "flavorRef": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "eac85ad9-fce6-49ed-b91b-98471f7c9db6"}], "security_groups": [{"name": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}]}}' 2018-08-23 08:18:28,416 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9854d94f-113c-4fb6-b9b5-4d9900f867c9 x-compute-request-id: req-9854d94f-113c-4fb6-b9b5-4d9900f867c9 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "424ecbfa-7184-4371-86e9-c2d7fbc23861"}], "OS-DCF:diskConfig": "MANUAL", "id": "9557179b-470c-422b-8b3a-e381992b1229", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "adminPass": "y9oVz25VqSCe"}} 2018-08-23 08:18:28,416 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9854d94f-113c-4fb6-b9b5-4d9900f867c9 2018-08-23 08:18:28,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.805422067642s 2018-08-23 08:18:28,417 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9854d94f-113c-4fb6-b9b5-4d9900f867c9 2018-08-23 08:18:28,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:28,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:28,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cd67b63-ec9d-4a58-bd0c-62109dab4c3b x-compute-request-id: req-8cd67b63-ec9d-4a58-bd0c-62109dab4c3b Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:28,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8cd67b63-ec9d-4a58-bd0c-62109dab4c3b 2018-08-23 08:18:28,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182678222656s 2018-08-23 08:18:28,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8cd67b63-ec9d-4a58-bd0c-62109dab4c3b 2018-08-23 08:18:28,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:30,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:30,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:30,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14a4f6b5-6901-4850-91c4-632b5ab6b9d2 x-compute-request-id: req-14a4f6b5-6901-4850-91c4-632b5ab6b9d2 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:30,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-14a4f6b5-6901-4850-91c4-632b5ab6b9d2 2018-08-23 08:18:30,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182188034058s 2018-08-23 08:18:30,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-14a4f6b5-6901-4850-91c4-632b5ab6b9d2 2018-08-23 08:18:30,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:32,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:32,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:33,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18: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-906eafaa-2e10-4159-819a-dc97afe77eec x-compute-request-id: req-906eafaa-2e10-4159-819a-dc97afe77eec Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:31Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:33,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-906eafaa-2e10-4159-819a-dc97afe77eec 2018-08-23 08:18:33,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941256999969s 2018-08-23 08:18:33,740 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-906eafaa-2e10-4159-819a-dc97afe77eec 2018-08-23 08:18:33,745 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:35,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:35,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:35,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34259af2-c2e3-4322-9b7d-f143e616b468 x-compute-request-id: req-34259af2-c2e3-4322-9b7d-f143e616b468 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:18:31Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:35,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34259af2-c2e3-4322-9b7d-f143e616b468 2018-08-23 08:18:35,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204741001129s 2018-08-23 08:18:35,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34259af2-c2e3-4322-9b7d-f143e616b468 2018-08-23 08:18:35,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:37,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:37,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:38,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1a374d9-3f95-401c-b33e-7a4f46e5d0d6 x-compute-request-id: req-c1a374d9-3f95-401c-b33e-7a4f46e5d0d6 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:36.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:36Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:26Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:38,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1a374d9-3f95-401c-b33e-7a4f46e5d0d6 2018-08-23 08:18:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548631906509s 2018-08-23 08:18:38,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1a374d9-3f95-401c-b33e-7a4f46e5d0d6 2018-08-23 08:18:38,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:18:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:38,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5f30c419-6ed0-4812-8f98-3da33e2bf928 Date: Thu, 23 Aug 2018 08:18:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:31Z","admin_state_up":true,"updated_at":"2018-08-23T08:18:36Z","binding:vnic_type":"normal","device_id":"9557179b-470c-422b-8b3a-e381992b1229","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e5:e0:12","id":"6133bf3f-e8c0-40b5-a833-95feefb52bb6","port_security_enabled":true,"project_id":"274b5a0ef62447edbccfa4f11e05713a","fixed_ips":[{"subnet_id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["424ecbfa-7184-4371-86e9-c2d7fbc23861"],"name":""}]} 2018-08-23 08:18:38,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229 used request id req-5f30c419-6ed0-4812-8f98-3da33e2bf928 2018-08-23 08:18:38,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0464270114899s 2018-08-23 08:18:38,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229 used request id req-5f30c419-6ed0-4812-8f98-3da33e2bf928 2018-08-23 08:18:38,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:18:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6133bf3f-e8c0-40b5-a833-95feefb52bb6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:38,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-900bc2a1-5cb0-4d15-b17c-1d12a612d7cb Date: Thu, 23 Aug 2018 08:18:38 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:18:38,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6133bf3f-e8c0-40b5-a833-95feefb52bb6 used request id req-900bc2a1-5cb0-4d15-b17c-1d12a612d7cb 2018-08-23 08:18:38,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0439999103546s 2018-08-23 08:18:38,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=6133bf3f-e8c0-40b5-a833-95feefb52bb6 used request id req-900bc2a1-5cb0-4d15-b17c-1d12a612d7cb 2018-08-23 08:18:38,611 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e5:e0:12', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'880b5e0b-6863-4b1f-8bb0-d6b065cebbd8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:18:36.000000', 'flavor': Munch({u'id': u'6d71d800-d604-4663-929c-c4cf2cb1dbf7'}), 'az': u'nova', 'id': u'9557179b-470c-422b-8b3a-e381992b1229', 'security_groups': [Munch({u'name': u'vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8855bdc1f3c94a3ea6b1f09ec25fab02', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:18:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:18:36Z', 'hostId': u'18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:18:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': u'vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'adminPass': u'y9oVz25VqSCe', 'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', 'created_at': u'2018-08-23T08:18:28Z', 'created': u'2018-08-23T08:18:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:18:38,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:18:38,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:38,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2a713cee-ef20-493f-b343-f9bf6cad6da0 Date: Thu, 23 Aug 2018 08:18:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"],"updated_at":"2018-08-23T08:18:09Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:18:38,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2a713cee-ef20-493f-b343-f9bf6cad6da0 2018-08-23 08:18:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0875451564789s 2018-08-23 08:18:38,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2a713cee-ef20-493f-b343-f9bf6cad6da0 2018-08-23 08:18:38,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:18:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:38,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-197b649d-5ac6-4578-bdbd-117e3db8187c Date: Thu, 23 Aug 2018 08:18:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:31Z","admin_state_up":true,"updated_at":"2018-08-23T08:18:36Z","binding:vnic_type":"normal","device_id":"9557179b-470c-422b-8b3a-e381992b1229","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e5:e0:12","id":"6133bf3f-e8c0-40b5-a833-95feefb52bb6","port_security_enabled":true,"project_id":"274b5a0ef62447edbccfa4f11e05713a","fixed_ips":[{"subnet_id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["424ecbfa-7184-4371-86e9-c2d7fbc23861"],"name":""}]} 2018-08-23 08:18:38,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229 used request id req-197b649d-5ac6-4578-bdbd-117e3db8187c 2018-08-23 08:18:38,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0440988540649s 2018-08-23 08:18:38,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=9557179b-470c-422b-8b3a-e381992b1229 used request id req-197b649d-5ac6-4578-bdbd-117e3db8187c 2018-08-23 08:18:38,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 08:18:38,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.6", "port_id": "6133bf3f-e8c0-40b5-a833-95feefb52bb6"}}' 2018-08-23 08:18:40,505 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-1040bdf3-307c-42c2-b65b-6ba5e9bddaeb Date: Thu, 23 Aug 2018 08:18:40 GMT RESP BODY: {"floatingip": {"router_id": "f9ea6460-78ed-4c39-94af-7f8496769efe", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:18:39Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "6133bf3f-e8c0-40b5-a833-95feefb52bb6", "id": "a7fe8613-f25d-454e-abf3-d96148730fea", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:39Z", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}} 2018-08-23 08:18:40,505 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1040bdf3-307c-42c2-b65b-6ba5e9bddaeb 2018-08-23 08:18:40,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.75644898415s 2018-08-23 08:18:40,505 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1040bdf3-307c-42c2-b65b-6ba5e9bddaeb 2018-08-23 08:18:40,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:18:40,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:40,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a7ea635b-cb14-424f-b88e-02d18a98c0ae Date: Thu, 23 Aug 2018 08:18:40 GMT RESP BODY: {"floatingips": [{"router_id": "f9ea6460-78ed-4c39-94af-7f8496769efe", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:18:39Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "6133bf3f-e8c0-40b5-a833-95feefb52bb6", "id": "a7fe8613-f25d-454e-abf3-d96148730fea", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:39Z", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}]} 2018-08-23 08:18:40,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a7ea635b-cb14-424f-b88e-02d18a98c0ae 2018-08-23 08:18:40,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.219050884247s 2018-08-23 08:18:40,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a7ea635b-cb14-424f-b88e-02d18a98c0ae 2018-08-23 08:18:40,735 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f9ea6460-78ed-4c39-94af-7f8496769efe', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'274b5a0ef62447edbccfa4f11e05713a', 'created_at': u'2018-08-23T08:18:39Z', 'attached': True, 'updated_at': u'2018-08-23T08:18:39Z', 'id': u'a7fe8613-f25d-454e-abf3-d96148730fea', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'274b5a0ef62447edbccfa4f11e05713a', 'name': 'vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f9ea6460-78ed-4c39-94af-7f8496769efe', 'project_id': u'274b5a0ef62447edbccfa4f11e05713a', 'port_id': u'6133bf3f-e8c0-40b5-a833-95feefb52bb6', 'port': u'6133bf3f-e8c0-40b5-a833-95feefb52bb6', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 08:18:40,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:18:40,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:18:41,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0400f935-db91-42e8-9afc-6ef5cdaa15c6 x-compute-request-id: req-0400f935-db91-42e8-9afc-6ef5cdaa15c6 Content-Encoding: gzip Content-Length: 9568 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498288333 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.200141] pid_max: default: 32768 minimum: 301\n[ 0.201431] ACPI: Core revision 20150930\n[ 0.203160] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205093] Security Framework initialized\n[ 0.206309] Yama: becoming mindful.\n[ 0.207385] AppArmor: AppArmor initialized\n[ 0.208667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212551] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216452] Initializing cgroup subsys io\n[ 0.217688] Initializing cgroup subsys memory\n[ 0.218983] Initializing cgroup subsys devices\n[ 0.220310] Initializing cgroup subsys freezer\n[ 0.221627] Initializing cgroup subsys net_cls\n[ 0.222934] Initializing cgroup subsys perf_event\n[ 0.224287] Initializing cgroup subsys net_prio\n[ 0.225629] Initializing cgroup subsys hugetlb\n[ 0.226933] Initializing cgroup subsys pids\n[ 0.228243] CPU: Physical Processor ID: 0\n[ 0.230152] mce: CPU supports 10 MCE banks\n[ 0.231414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.232930] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.249230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256044] ftrace: allocating 31920 entries in 125 pages\n[ 0.281476] smpboot: Max logical packages: 1\n[ 0.282757] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284779] x2apic enabled\n[ 0.285976] Switched APIC routing to physical x2apic.\n[ 0.288554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290226] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293184] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295847] KVM setup paravirtual spinlock\n[ 0.297556] x86: Booted up 1 node, 1 CPUs\n[ 0.298772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300834] devtmpfs: initialized\n[ 0.302906] evm: security.selinux\n[ 0.303960] evm: security.SMACK64\n[ 0.305005] evm: security.SMACK64EXEC\n[ 0.306129] evm: security.SMACK64TRANSMUTE\n[ 0.307351] evm: security.SMACK64MMAP\n[ 0.308476] evm: security.ima\n[ 0.309447] evm: security.capability\n[ 0.310632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.313398] pinctrl core: initialized pinctrl subsystem\n[ 0.314980] RTC time: 8:18:37, date: 08/23/18\n[ 0.316377] NET: Registered protocol family 16\n[ 0.317817] cpuidle: using governor ladder\n[ 0.319055] cpuidle: using governor menu\n[ 0.320229] PCCT header not found.\n[ 0.321340] ACPI: bus type PCI registered\n[ 0.322537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324390] PCI: Using configuration type 1 for base access\n[ 0.326700] ACPI: Added _OSI(Module Device)\n[ 0.327973] ACPI: Added _OSI(Processor Device)\n[ 0.329276] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330640] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332953] ACPI: Interpreter enabled\n[ 0.334080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345152] ACPI: (supports S0 S5)\n[ 0.346221] ACPI: Using IOAPIC for interrupt routing\n[ 0.347651] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.351714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.353428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.355306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.357107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.360412] acpiphp: Slot [3] registered\n[ 0.361622] acpiphp: Slot [4] registered\n[ 0.362821] acpiphp: Slot [5] registered\n[ 0.364021] acpiphp: Slot [6] registered\n[ 0.365222] acpiphp: Slot [7] registered\n[ 0.366425] acpiphp: Slot [8] registered\n[ 0.367635] acpiphp: Slot [9] registered\n[ 0.368835] acpiphp: Slot [10] registered\n[ 0.370056] acpiphp: Slot [11] registered\n[ 0.371280] acpiphp: Slot [12] registered\n[ 0.372495] acpiphp: Slot [13] registered\n[ 0.373716] acpiphp: Slot [14] registered\n[ 0.374934] acpiphp: Slot [15] registered\n[ 0.390073] acpiphp: Slot [16] registered\n[ 0.391305] acpiphp: Slot [17] registered\n[ 0.392529] acpiphp: Slot [18] registered\n[ 0.393755] acpiphp: Slot [19] registered\n[ 0.394978] acpiphp: Slot [20] registered\n[ 0.396200] acpiphp: Slot [21] registered\n[ 0.397428] acpiphp: Slot [22] registered\n[ 0.398627] acpiphp: Slot [23] registered\n[ 0.399840] acpiphp: Slot [24] registered\n[ 0.401065] acpiphp: Slot [25] registered\n[ 0.402282] acpiphp: Slot [26] registered\n[ 0.403504] acpiphp: Slot [27] registered\n[ 0.404734] acpiphp: Slot [28] registered\n[ 0.405960] acpiphp: Slot [29] registered\n[ 0.407182] acpiphp: Slot [30] registered\n[ 0.408402] acpiphp: Slot [31] registered\n[ 0.409617] PCI host bridge to bus 0000:00\n[ 0.410837] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.414502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.416701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418904] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.421152] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425229] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.427134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428912] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.435063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.437231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464144] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466316] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468119] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473858] vgaarb: loaded\n[ 0.474746] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476503] SCSI subsystem initialized\n[ 0.477826] ACPI: bus type USB registered\n[ 0.479071] usbcore: registered new interface driver usbfs\n[ 0.480625] usbcore: registered new interface driver hub\n[ 0.482138] usbcore: registered new device driver usb\n[ 0.483767] PCI: Using ACPI for IRQ routing\n[ 0.485387] NetLabel: Initializing\n[ 0.486464] NetLabel: domain hash size = 128\n[ 0.487754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.489209] NetLabel: unlabeled traffic allowed by default\n[ 0.490943] clocksource: Switched to clocksource kvm-clock\n[ 0.501149] AppArmor: AppArmor Filesystem Enabled\n[ 0.502592] pnp: PnP ACPI init\n[ 0.503896] pnp: PnP ACPI: found 5 devices\n[ 0.510834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.513408] NET: Registered protocol family 2\n[ 0.514947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516890] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518719] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520541] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523946] NET: Registered protocol family 1\n[ 0.525264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.528580] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.543316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.558035] Trying to unpack rootfs image as initramfs...\n[ 0.620155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.625090] Scanning for low memory corruption every 60 seconds\n[ 0.627420] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.629219] audit: initializing netlink subsys (disabled)\n[ 0.630833] audit: type=2000 audit(1535012317.725:1): initialized\n[ 0.632937] Initialise system trusted keyring\n[ 0.634410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.636160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.639082] zbud: loaded\n[ 0.640155] VFS: Disk quotas dquot_6.6.0\n[ 0.641398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.643759] fuse init (API version 7.23)\n[ 0.645109] Key type big_key registered\n[ 0.646330] Allocating IMA MOK and blacklist keyrings.\n[ 0.648162] Key type asymmetric registered\n[ 0.649415] Asymmetric key parser 'x509' registered\n[ 0.650867] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.653157] io scheduler noop registered\n[ 0.654342] io scheduler deadline registered (default)\n[ 0.655864] io scheduler cfq registered\n[ 0.657144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.658718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.660690] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.662930] ACPI: Power Button [PWRF]\n[ 0.664271] GHES: HEST is not enabled!\n[ 0.678464] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.707586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.734956] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.738069] Linux agpgart interface v0.103\n[ 0.741539] brd: module loaded\n[ 0.743813] loop: module loaded\n[ 0.748534] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.750616] GPT:90111 != 2097151\n[ 0.751595] GPT:Alternate GPT header not at the end of the disk.\n[ 0.753159] GPT:90111 != 2097151\n[ 0.754144] GPT: Use GNU Parted to correct GPT errors.\n[ 0.755529] vda: vda1 vda15\n[ 0.757210] scsi host0: ata_piix\n[ 0.758314] scsi host1: ata_piix\n[ 0.759347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.761080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.763350] libphy: Fixed MDIO Bus: probed\n[ 0.764523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765897] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768724] PPP generic driver version 2.4.2\n[ 0.770306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.772465] ehci-pci: EHCI PCI platform driver\n[ 0.773965] ehci-platform: EHCI generic platform driver\n[ 0.775539] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.777431] ohci-pci: OHCI PCI platform driver\n[ 0.779027] ohci-platform: OHCI generic platform driver\n[ 0.780830] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.795928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.802147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.804197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.806464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.809097] usb usb1: Product: UHCI Host Controller\n[ 0.810789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.812897] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.814645] hub 1-0:1.0: USB hub found\n[ 0.816050] hub 1-0:1.0: 2 ports detected\n[ 0.817691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.821297] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.823040] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.824584] mousedev: PS/2 mouse device common for all mice\n[ 0.826393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.829080] rtc_cmos 00:00: RTC can wake from S4\n[ 0.830720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.832442] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.834224] i2c /dev entries driver\n[ 0.835349] device-mapper: uevent: version 1.0.3\n[ 0.836772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.839153] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.841069] NET: Registered protocol family 10\n[ 0.842687] NET: Registered protocol family 17\n[ 0.844002] Key type dns_resolver registered\n[ 0.845359] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.847000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.849567] registered taskstats version 1\n[ 0.850755] Loading compiled-in X.509 certificates\n[ 0.852654] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.855398] zswap: loaded using pool lzo/zbud\n[ 0.857567] Key type trusted registered\n[ 0.859776] Key type encrypted registered\n[ 0.860997] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.862539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.864110] evm: HMAC attrs: 0x1\n[ 0.865462] Magic number: 14:857:321\n[ 0.866619] bdi 253:0: hash matches\n[ 0.867713] tty tty46: hash matches\n[ 0.868803] pci 0000:00:02.0: hash matches\n[ 0.870125] rtc_cmos 00:00: setting system clock to 2018-08-23 08:18:38 UTC (1535012318)\n[ 0.886667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.888328] EDD information not available.\n[ 0.920669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922976] Write protecting the kernel read-only data: 14336k\n[ 0.926063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928704] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.330794] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 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.15. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVK+nWvnVLXIAMU29WBvcVqNWC5wH2Jxwb/CiraLYZ0r3NndWpdjfm2njs2q8ZKDO95Y4pLNnrZvip7Dxr04JI+/VcjvAdbR7Yq/TDCl7GnlEJypgrpl6KtFv2wiVbAQVNb//3d3BzOONaAPaO9wsfM5l9wxMPPIzNWUPDl7P57AvfMjnWMehQXuP0h4MFLWd7qSy40DfiW+GLF3hKaP19kFLR8+OA7ZHQe6MtMr6ACJ/Yg3x07L9YcHHr1NlB8e/ExvduKmRIb0BBEMkJ/8mzk47Gw2l2YxA3WJjVaR94Q5jE90m+U3oQ2A2QLmXmdnNN215o8pLhKxoj6kDSfGv root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\nssh-dss AAAAB3NzaC1kc3MAAACBAO6yNILCTr1/koa2Vr2MV/aB94lHzeY7tRrNO+/kzb5aJde3+cf/SkWQUt9+f9x98LlnT7l5CPATpP60t8AC8dYnjZqaMDt3Z0tQmEGqyPm1FhsofLoPztjGUvNf6Bgum19XiD36IUl4IZW/i5+M60DRoqdX346P0T3/pWPUQp3TAAAAFQCaz7CAtD02sSOXVwfiB+or30EyBwAAAIBJ5X9kbaNuJR+qsxiy1PbFTJoCQFiHpCBe9JHjPRDkNp02//qNmxdetmhuG/8J77gS6OiUivqheTIBReQnsUe9Bpv3Zegu/xneYY7W3oN+qHHdOqegGCbnUzmJqc/BcxtwzSXP1ZAMiaV8LO9hPIdcanwXPJpTTA4OgkJ2yjq00QAAAIBReYdOSqiAlKaCsz/UkU4f5rh5NsAPoHFYR8Xz9vTEmcAgHffFdhD/paYWQo1JKMDmFoeFt31sRqNCsohHemGV6Z5ICvY+e9kscnJpieN1MTgGfA7evhwSa+arU3nIFDHcrXmgd0obfMfNtVEX588c/sJYiVhE+bkXGtB+IJqMtg== root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee5:e012/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \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-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.86 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-08-23 08:18:41,476 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action used request id req-0400f935-db91-42e8-9afc-6ef5cdaa15c6 2018-08-23 08:18:41,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.740032196045s 2018-08-23 08:18:41,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action used request id req-0400f935-db91-42e8-9afc-6ef5cdaa15c6 2018-08-23 08:18:41,477 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498288333 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.197663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200141] pid_max: default: 32768 minimum: 301 [ 0.201431] ACPI: Core revision 20150930 [ 0.203160] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205093] Security Framework initialized [ 0.206309] Yama: becoming mindful. [ 0.207385] AppArmor: AppArmor initialized [ 0.208667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212551] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216452] Initializing cgroup subsys io [ 0.217688] Initializing cgroup subsys memory [ 0.218983] Initializing cgroup subsys devices [ 0.220310] Initializing cgroup subsys freezer [ 0.221627] Initializing cgroup subsys net_cls [ 0.222934] Initializing cgroup subsys perf_event [ 0.224287] Initializing cgroup subsys net_prio [ 0.225629] Initializing cgroup subsys hugetlb [ 0.226933] Initializing cgroup subsys pids [ 0.228243] CPU: Physical Processor ID: 0 [ 0.230152] mce: CPU supports 10 MCE banks [ 0.231414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232930] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.249230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.256044] ftrace: allocating 31920 entries in 125 pages [ 0.281476] smpboot: Max logical packages: 1 [ 0.282757] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284779] x2apic enabled [ 0.285976] Switched APIC routing to physical x2apic. [ 0.288554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290226] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.293184] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295847] KVM setup paravirtual spinlock [ 0.297556] x86: Booted up 1 node, 1 CPUs [ 0.298772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.300834] devtmpfs: initialized [ 0.302906] evm: security.selinux [ 0.303960] evm: security.SMACK64 [ 0.305005] evm: security.SMACK64EXEC [ 0.306129] evm: security.SMACK64TRANSMUTE [ 0.307351] evm: security.SMACK64MMAP [ 0.308476] evm: security.ima [ 0.309447] evm: security.capability [ 0.310632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.313398] pinctrl core: initialized pinctrl subsystem [ 0.314980] RTC time: 8:18:37, date: 08/23/18 [ 0.316377] NET: Registered protocol family 16 [ 0.317817] cpuidle: using governor ladder [ 0.319055] cpuidle: using governor menu [ 0.320229] PCCT header not found. [ 0.321340] ACPI: bus type PCI registered [ 0.322537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.324390] PCI: Using configuration type 1 for base access [ 0.326700] ACPI: Added _OSI(Module Device) [ 0.327973] ACPI: Added _OSI(Processor Device) [ 0.329276] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.330640] ACPI: Added _OSI(Processor Aggregator Device) [ 0.332953] ACPI: Interpreter enabled [ 0.334080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.336864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345152] ACPI: (supports S0 S5) [ 0.346221] ACPI: Using IOAPIC for interrupt routing [ 0.347651] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.351714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.353428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.355306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.357107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.360412] acpiphp: Slot [3] registered [ 0.361622] acpiphp: Slot [4] registered [ 0.362821] acpiphp: Slot [5] registered [ 0.364021] acpiphp: Slot [6] registered [ 0.365222] acpiphp: Slot [7] registered [ 0.366425] acpiphp: Slot [8] registered [ 0.367635] acpiphp: Slot [9] registered [ 0.368835] acpiphp: Slot [10] registered [ 0.370056] acpiphp: Slot [11] registered [ 0.371280] acpiphp: Slot [12] registered [ 0.372495] acpiphp: Slot [13] registered [ 0.373716] acpiphp: Slot [14] registered [ 0.374934] acpiphp: Slot [15] registered [ 0.390073] acpiphp: Slot [16] registered [ 0.391305] acpiphp: Slot [17] registered [ 0.392529] acpiphp: Slot [18] registered [ 0.393755] acpiphp: Slot [19] registered [ 0.394978] acpiphp: Slot [20] registered [ 0.396200] acpiphp: Slot [21] registered [ 0.397428] acpiphp: Slot [22] registered [ 0.398627] acpiphp: Slot [23] registered [ 0.399840] acpiphp: Slot [24] registered [ 0.401065] acpiphp: Slot [25] registered [ 0.402282] acpiphp: Slot [26] registered [ 0.403504] acpiphp: Slot [27] registered [ 0.404734] acpiphp: Slot [28] registered [ 0.405960] acpiphp: Slot [29] registered [ 0.407182] acpiphp: Slot [30] registered [ 0.408402] acpiphp: Slot [31] registered [ 0.409617] PCI host bridge to bus 0000:00 [ 0.410837] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.414502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.416701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418904] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.421152] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.425229] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.427134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428912] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.430832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.435063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.437231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.462073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.464144] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.466316] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.468119] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.469959] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.471539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.473858] vgaarb: loaded [ 0.474746] vgaarb: bridge control possible 0000:00:02.0 [ 0.476503] SCSI subsystem initialized [ 0.477826] ACPI: bus type USB registered [ 0.479071] usbcore: registered new interface driver usbfs [ 0.480625] usbcore: registered new interface driver hub [ 0.482138] usbcore: registered new device driver usb [ 0.483767] PCI: Using ACPI for IRQ routing [ 0.485387] NetLabel: Initializing [ 0.486464] NetLabel: domain hash size = 128 [ 0.487754] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.489209] NetLabel: unlabeled traffic allowed by default [ 0.490943] clocksource: Switched to clocksource kvm-clock [ 0.501149] AppArmor: AppArmor Filesystem Enabled [ 0.502592] pnp: PnP ACPI init [ 0.503896] pnp: PnP ACPI: found 5 devices [ 0.510834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.513408] NET: Registered protocol family 2 [ 0.514947] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516890] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.518719] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520541] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.523946] NET: Registered protocol family 1 [ 0.525264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.526935] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.528580] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.543316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.558035] Trying to unpack rootfs image as initramfs... [ 0.620155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.625090] Scanning for low memory corruption every 60 seconds [ 0.627420] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.629219] audit: initializing netlink subsys (disabled) [ 0.630833] audit: type=2000 audit(1535012317.725:1): initialized [ 0.632937] Initialise system trusted keyring [ 0.634410] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.636160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.639082] zbud: loaded [ 0.640155] VFS: Disk quotas dquot_6.6.0 [ 0.641398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.643759] fuse init (API version 7.23) [ 0.645109] Key type big_key registered [ 0.646330] Allocating IMA MOK and blacklist keyrings. [ 0.648162] Key type asymmetric registered [ 0.649415] Asymmetric key parser 'x509' registered [ 0.650867] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.653157] io scheduler noop registered [ 0.654342] io scheduler deadline registered (default) [ 0.655864] io scheduler cfq registered [ 0.657144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.658718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660690] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662930] ACPI: Power Button [PWRF] [ 0.664271] GHES: HEST is not enabled! [ 0.678464] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.707586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.710544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.734956] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.738069] Linux agpgart interface v0.103 [ 0.741539] brd: module loaded [ 0.743813] loop: module loaded [ 0.748534] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.750616] GPT:90111 != 2097151 [ 0.751595] GPT:Alternate GPT header not at the end of the disk. [ 0.753159] GPT:90111 != 2097151 [ 0.754144] GPT: Use GNU Parted to correct GPT errors. [ 0.755529] vda: vda1 vda15 [ 0.757210] scsi host0: ata_piix [ 0.758314] scsi host1: ata_piix [ 0.759347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.761080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.763350] libphy: Fixed MDIO Bus: probed [ 0.764523] tun: Universal TUN/TAP device driver, 1.6 [ 0.765897] tun: (C) 1999-2004 Max Krasnyansky [ 0.768724] PPP generic driver version 2.4.2 [ 0.770306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.772465] ehci-pci: EHCI PCI platform driver [ 0.773965] ehci-platform: EHCI generic platform driver [ 0.775539] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.777431] ohci-pci: OHCI PCI platform driver [ 0.779027] ohci-platform: OHCI generic platform driver [ 0.780830] uhci_hcd: USB Universal Host Controller Interface driver [ 0.795928] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.797741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800366] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.804197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.806464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.809097] usb usb1: Product: UHCI Host Controller [ 0.810789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.812897] usb usb1: SerialNumber: 0000:00:01.2 [ 0.814645] hub 1-0:1.0: USB hub found [ 0.816050] hub 1-0:1.0: 2 ports detected [ 0.817691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.821297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.823040] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.824584] mousedev: PS/2 mouse device common for all mice [ 0.826393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.829080] rtc_cmos 00:00: RTC can wake from S4 [ 0.830720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.832442] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.834224] i2c /dev entries driver [ 0.835349] device-mapper: uevent: version 1.0.3 [ 0.836772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.839153] ledtrig-cpu: registered to indicate activity on CPUs [ 0.841069] NET: Registered protocol family 10 [ 0.842687] NET: Registered protocol family 17 [ 0.844002] Key type dns_resolver registered [ 0.845359] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.847000] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.849567] registered taskstats version 1 [ 0.850755] Loading compiled-in X.509 certificates [ 0.852654] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.855398] zswap: loaded using pool lzo/zbud [ 0.857567] Key type trusted registered [ 0.859776] Key type encrypted registered [ 0.860997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.862539] ima: No TPM chip found, activating TPM-bypass! [ 0.864110] evm: HMAC attrs: 0x1 [ 0.865462] Magic number: 14:857:321 [ 0.866619] bdi 253:0: hash matches [ 0.867713] tty tty46: hash matches [ 0.868803] pci 0000:00:02.0: hash matches [ 0.870125] rtc_cmos 00:00: setting system clock to 2018-08-23 08:18:38 UTC (1535012318) [ 0.886667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.888328] EDD information not available. [ 0.920669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922976] Write protecting the kernel read-only data: 14336k [ 0.926063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928704] 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.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.330794] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 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.15. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVK+nWvnVLXIAMU29WBvcVqNWC5wH2Jxwb/CiraLYZ0r3NndWpdjfm2njs2q8ZKDO95Y4pLNnrZvip7Dxr04JI+/VcjvAdbR7Yq/TDCl7GnlEJypgrpl6KtFv2wiVbAQVNb//3d3BzOONaAPaO9wsfM5l9wxMPPIzNWUPDl7P57AvfMjnWMehQXuP0h4MFLWd7qSy40DfiW+GLF3hKaP19kFLR8+OA7ZHQe6MtMr6ACJ/Yg3x07L9YcHHr1NlB8e/ExvduKmRIb0BBEMkJ/8mzk47Gw2l2YxA3WJjVaR94Q5jE90m+U3oQ2A2QLmXmdnNN215o8pLhKxoj6kDSfGv root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 ssh-dss AAAAB3NzaC1kc3MAAACBAO6yNILCTr1/koa2Vr2MV/aB94lHzeY7tRrNO+/kzb5aJde3+cf/SkWQUt9+f9x98LlnT7l5CPATpP60t8AC8dYnjZqaMDt3Z0tQmEGqyPm1FhsofLoPztjGUvNf6Bgum19XiD36IUl4IZW/i5+M60DRoqdX346P0T3/pWPUQp3TAAAAFQCaz7CAtD02sSOXVwfiB+or30EyBwAAAIBJ5X9kbaNuJR+qsxiy1PbFTJoCQFiHpCBe9JHjPRDkNp02//qNmxdetmhuG/8J77gS6OiUivqheTIBReQnsUe9Bpv3Zegu/xneYY7W3oN+qHHdOqegGCbnUzmJqc/BcxtwzSXP1ZAMiaV8LO9hPIdcanwXPJpTTA4OgkJ2yjq00QAAAIBReYdOSqiAlKaCsz/UkU4f5rh5NsAPoHFYR8Xz9vTEmcAgHffFdhD/paYWQo1JKMDmFoeFt31sRqNCsohHemGV6Z5ICvY+e9kscnJpieN1MTgGfA7evhwSa+arU3nIFDHcrXmgd0obfMfNtVEX588c/sJYiVhE+bkXGtB+IJqMtg== root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee5:e012/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 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-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 launch-index: 0 === cirros: current=0.4.0 uptime=3.86 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-08-23 08:18:42,480 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-23 08:18:51,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:18:51,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:18:51,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-bca64529-a217-4838-90d8-164d7bcbfc71 x-compute-request-id: req-bca64529-a217-4838-90d8-164d7bcbfc71 Content-Encoding: gzip Content-Length: 9622 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498288333 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.197663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.200141] pid_max: default: 32768 minimum: 301\n[ 0.201431] ACPI: Core revision 20150930\n[ 0.203160] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205093] Security Framework initialized\n[ 0.206309] Yama: becoming mindful.\n[ 0.207385] AppArmor: AppArmor initialized\n[ 0.208667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.210642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212551] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216452] Initializing cgroup subsys io\n[ 0.217688] Initializing cgroup subsys memory\n[ 0.218983] Initializing cgroup subsys devices\n[ 0.220310] Initializing cgroup subsys freezer\n[ 0.221627] Initializing cgroup subsys net_cls\n[ 0.222934] Initializing cgroup subsys perf_event\n[ 0.224287] Initializing cgroup subsys net_prio\n[ 0.225629] Initializing cgroup subsys hugetlb\n[ 0.226933] Initializing cgroup subsys pids\n[ 0.228243] CPU: Physical Processor ID: 0\n[ 0.230152] mce: CPU supports 10 MCE banks\n[ 0.231414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.232930] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.249230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.256044] ftrace: allocating 31920 entries in 125 pages\n[ 0.281476] smpboot: Max logical packages: 1\n[ 0.282757] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.284779] x2apic enabled\n[ 0.285976] Switched APIC routing to physical x2apic.\n[ 0.288554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.290226] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.293184] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.295847] KVM setup paravirtual spinlock\n[ 0.297556] x86: Booted up 1 node, 1 CPUs\n[ 0.298772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.300834] devtmpfs: initialized\n[ 0.302906] evm: security.selinux\n[ 0.303960] evm: security.SMACK64\n[ 0.305005] evm: security.SMACK64EXEC\n[ 0.306129] evm: security.SMACK64TRANSMUTE\n[ 0.307351] evm: security.SMACK64MMAP\n[ 0.308476] evm: security.ima\n[ 0.309447] evm: security.capability\n[ 0.310632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.313398] pinctrl core: initialized pinctrl subsystem\n[ 0.314980] RTC time: 8:18:37, date: 08/23/18\n[ 0.316377] NET: Registered protocol family 16\n[ 0.317817] cpuidle: using governor ladder\n[ 0.319055] cpuidle: using governor menu\n[ 0.320229] PCCT header not found.\n[ 0.321340] ACPI: bus type PCI registered\n[ 0.322537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.324390] PCI: Using configuration type 1 for base access\n[ 0.326700] ACPI: Added _OSI(Module Device)\n[ 0.327973] ACPI: Added _OSI(Processor Device)\n[ 0.329276] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.330640] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.332953] ACPI: Interpreter enabled\n[ 0.334080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.336864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.345152] ACPI: (supports S0 S5)\n[ 0.346221] ACPI: Using IOAPIC for interrupt routing\n[ 0.347651] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.351714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.353428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.355306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.357107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.360412] acpiphp: Slot [3] registered\n[ 0.361622] acpiphp: Slot [4] registered\n[ 0.362821] acpiphp: Slot [5] registered\n[ 0.364021] acpiphp: Slot [6] registered\n[ 0.365222] acpiphp: Slot [7] registered\n[ 0.366425] acpiphp: Slot [8] registered\n[ 0.367635] acpiphp: Slot [9] registered\n[ 0.368835] acpiphp: Slot [10] registered\n[ 0.370056] acpiphp: Slot [11] registered\n[ 0.371280] acpiphp: Slot [12] registered\n[ 0.372495] acpiphp: Slot [13] registered\n[ 0.373716] acpiphp: Slot [14] registered\n[ 0.374934] acpiphp: Slot [15] registered\n[ 0.390073] acpiphp: Slot [16] registered\n[ 0.391305] acpiphp: Slot [17] registered\n[ 0.392529] acpiphp: Slot [18] registered\n[ 0.393755] acpiphp: Slot [19] registered\n[ 0.394978] acpiphp: Slot [20] registered\n[ 0.396200] acpiphp: Slot [21] registered\n[ 0.397428] acpiphp: Slot [22] registered\n[ 0.398627] acpiphp: Slot [23] registered\n[ 0.399840] acpiphp: Slot [24] registered\n[ 0.401065] acpiphp: Slot [25] registered\n[ 0.402282] acpiphp: Slot [26] registered\n[ 0.403504] acpiphp: Slot [27] registered\n[ 0.404734] acpiphp: Slot [28] registered\n[ 0.405960] acpiphp: Slot [29] registered\n[ 0.407182] acpiphp: Slot [30] registered\n[ 0.408402] acpiphp: Slot [31] registered\n[ 0.409617] PCI host bridge to bus 0000:00\n[ 0.410837] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.412667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.414502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.416701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.418904] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.421152] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.425229] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.427134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.428912] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.430832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.435063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.437231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.462073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464144] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466316] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.468119] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469959] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473858] vgaarb: loaded\n[ 0.474746] vgaarb: bridge control possible 0000:00:02.0\n[ 0.476503] SCSI subsystem initialized\n[ 0.477826] ACPI: bus type USB registered\n[ 0.479071] usbcore: registered new interface driver usbfs\n[ 0.480625] usbcore: registered new interface driver hub\n[ 0.482138] usbcore: registered new device driver usb\n[ 0.483767] PCI: Using ACPI for IRQ routing\n[ 0.485387] NetLabel: Initializing\n[ 0.486464] NetLabel: domain hash size = 128\n[ 0.487754] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.489209] NetLabel: unlabeled traffic allowed by default\n[ 0.490943] clocksource: Switched to clocksource kvm-clock\n[ 0.501149] AppArmor: AppArmor Filesystem Enabled\n[ 0.502592] pnp: PnP ACPI init\n[ 0.503896] pnp: PnP ACPI: found 5 devices\n[ 0.510834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.513408] NET: Registered protocol family 2\n[ 0.514947] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516890] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518719] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520541] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.523946] NET: Registered protocol family 1\n[ 0.525264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.526935] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.528580] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.543316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.558035] Trying to unpack rootfs image as initramfs...\n[ 0.620155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.625090] Scanning for low memory corruption every 60 seconds\n[ 0.627420] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.629219] audit: initializing netlink subsys (disabled)\n[ 0.630833] audit: type=2000 audit(1535012317.725:1): initialized\n[ 0.632937] Initialise system trusted keyring\n[ 0.634410] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.636160] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.639082] zbud: loaded\n[ 0.640155] VFS: Disk quotas dquot_6.6.0\n[ 0.641398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.643759] fuse init (API version 7.23)\n[ 0.645109] Key type big_key registered\n[ 0.646330] Allocating IMA MOK and blacklist keyrings.\n[ 0.648162] Key type asymmetric registered\n[ 0.649415] Asymmetric key parser 'x509' registered\n[ 0.650867] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.653157] io scheduler noop registered\n[ 0.654342] io scheduler deadline registered (default)\n[ 0.655864] io scheduler cfq registered\n[ 0.657144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.658718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.660690] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.662930] ACPI: Power Button [PWRF]\n[ 0.664271] GHES: HEST is not enabled!\n[ 0.678464] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.707586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.710544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.734956] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.738069] Linux agpgart interface v0.103\n[ 0.741539] brd: module loaded\n[ 0.743813] loop: module loaded\n[ 0.748534] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.750616] GPT:90111 != 2097151\n[ 0.751595] GPT:Alternate GPT header not at the end of the disk.\n[ 0.753159] GPT:90111 != 2097151\n[ 0.754144] GPT: Use GNU Parted to correct GPT errors.\n[ 0.755529] vda: vda1 vda15\n[ 0.757210] scsi host0: ata_piix\n[ 0.758314] scsi host1: ata_piix\n[ 0.759347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.761080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.763350] libphy: Fixed MDIO Bus: probed\n[ 0.764523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.765897] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.768724] PPP generic driver version 2.4.2\n[ 0.770306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.772465] ehci-pci: EHCI PCI platform driver\n[ 0.773965] ehci-platform: EHCI generic platform driver\n[ 0.775539] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.777431] ohci-pci: OHCI PCI platform driver\n[ 0.779027] ohci-platform: OHCI generic platform driver\n[ 0.780830] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.795928] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.797741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.800366] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.802147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.804197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.806464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.809097] usb usb1: Product: UHCI Host Controller\n[ 0.810789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.812897] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.814645] hub 1-0:1.0: USB hub found\n[ 0.816050] hub 1-0:1.0: 2 ports detected\n[ 0.817691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.821297] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.823040] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.824584] mousedev: PS/2 mouse device common for all mice\n[ 0.826393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.829080] rtc_cmos 00:00: RTC can wake from S4\n[ 0.830720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.832442] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.834224] i2c /dev entries driver\n[ 0.835349] device-mapper: uevent: version 1.0.3\n[ 0.836772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.839153] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.841069] NET: Registered protocol family 10\n[ 0.842687] NET: Registered protocol family 17\n[ 0.844002] Key type dns_resolver registered\n[ 0.845359] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.847000] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.849567] registered taskstats version 1\n[ 0.850755] Loading compiled-in X.509 certificates\n[ 0.852654] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.855398] zswap: loaded using pool lzo/zbud\n[ 0.857567] Key type trusted registered\n[ 0.859776] Key type encrypted registered\n[ 0.860997] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.862539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.864110] evm: HMAC attrs: 0x1\n[ 0.865462] Magic number: 14:857:321\n[ 0.866619] bdi 253:0: hash matches\n[ 0.867713] tty tty46: hash matches\n[ 0.868803] pci 0000:00:02.0: hash matches\n[ 0.870125] rtc_cmos 00:00: setting system clock to 2018-08-23 08:18:38 UTC (1535012318)\n[ 0.886667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.888328] EDD information not available.\n[ 0.920669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.922976] Write protecting the kernel read-only data: 14336k\n[ 0.926063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.928704] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.330794] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 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.15. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVK+nWvnVLXIAMU29WBvcVqNWC5wH2Jxwb/CiraLYZ0r3NndWpdjfm2njs2q8ZKDO95Y4pLNnrZvip7Dxr04JI+/VcjvAdbR7Yq/TDCl7GnlEJypgrpl6KtFv2wiVbAQVNb//3d3BzOONaAPaO9wsfM5l9wxMPPIzNWUPDl7P57AvfMjnWMehQXuP0h4MFLWd7qSy40DfiW+GLF3hKaP19kFLR8+OA7ZHQe6MtMr6ACJ/Yg3x07L9YcHHr1NlB8e/ExvduKmRIb0BBEMkJ/8mzk47Gw2l2YxA3WJjVaR94Q5jE90m+U3oQ2A2QLmXmdnNN215o8pLhKxoj6kDSfGv root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\nssh-dss AAAAB3NzaC1kc3MAAACBAO6yNILCTr1/koa2Vr2MV/aB94lHzeY7tRrNO+/kzb5aJde3+cf/SkWQUt9+f9x98LlnT7l5CPATpP60t8AC8dYnjZqaMDt3Z0tQmEGqyPm1FhsofLoPztjGUvNf6Bgum19XiD36IUl4IZW/i5+M60DRoqdX346P0T3/pWPUQp3TAAAAFQCaz7CAtD02sSOXVwfiB+or30EyBwAAAIBJ5X9kbaNuJR+qsxiy1PbFTJoCQFiHpCBe9JHjPRDkNp02//qNmxdetmhuG/8J77gS6OiUivqheTIBReQnsUe9Bpv3Zegu/xneYY7W3oN+qHHdOqegGCbnUzmJqc/BcxtwzSXP1ZAMiaV8LO9hPIdcanwXPJpTTA4OgkJ2yjq00QAAAIBReYdOSqiAlKaCsz/UkU4f5rh5NsAPoHFYR8Xz9vTEmcAgHffFdhD/paYWQo1JKMDmFoeFt31sRqNCsohHemGV6Z5ICvY+e9kscnJpieN1MTgGfA7evhwSa+arU3nIFDHcrXmgd0obfMfNtVEX588c/sJYiVhE+bkXGtB+IJqMtg== root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.32s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee5:e012/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \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-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.86 ===\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-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 login: "} 2018-08-23 08:18:51,574 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action used request id req-bca64529-a217-4838-90d8-164d7bcbfc71 2018-08-23 08:18:51,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0896639823914s 2018-08-23 08:18:51,575 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229/action used request id req-bca64529-a217-4838-90d8-164d7bcbfc71 2018-08-23 08:18:51,575 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 498288333 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.197663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200141] pid_max: default: 32768 minimum: 301 [ 0.201431] ACPI: Core revision 20150930 [ 0.203160] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205093] Security Framework initialized [ 0.206309] Yama: becoming mindful. [ 0.207385] AppArmor: AppArmor initialized [ 0.208667] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.210642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212551] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216452] Initializing cgroup subsys io [ 0.217688] Initializing cgroup subsys memory [ 0.218983] Initializing cgroup subsys devices [ 0.220310] Initializing cgroup subsys freezer [ 0.221627] Initializing cgroup subsys net_cls [ 0.222934] Initializing cgroup subsys perf_event [ 0.224287] Initializing cgroup subsys net_prio [ 0.225629] Initializing cgroup subsys hugetlb [ 0.226933] Initializing cgroup subsys pids [ 0.228243] CPU: Physical Processor ID: 0 [ 0.230152] mce: CPU supports 10 MCE banks [ 0.231414] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232930] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.249230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.256044] ftrace: allocating 31920 entries in 125 pages [ 0.281476] smpboot: Max logical packages: 1 [ 0.282757] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.284779] x2apic enabled [ 0.285976] Switched APIC routing to physical x2apic. [ 0.288554] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.290226] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.293184] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.295847] KVM setup paravirtual spinlock [ 0.297556] x86: Booted up 1 node, 1 CPUs [ 0.298772] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.300834] devtmpfs: initialized [ 0.302906] evm: security.selinux [ 0.303960] evm: security.SMACK64 [ 0.305005] evm: security.SMACK64EXEC [ 0.306129] evm: security.SMACK64TRANSMUTE [ 0.307351] evm: security.SMACK64MMAP [ 0.308476] evm: security.ima [ 0.309447] evm: security.capability [ 0.310632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.313398] pinctrl core: initialized pinctrl subsystem [ 0.314980] RTC time: 8:18:37, date: 08/23/18 [ 0.316377] NET: Registered protocol family 16 [ 0.317817] cpuidle: using governor ladder [ 0.319055] cpuidle: using governor menu [ 0.320229] PCCT header not found. [ 0.321340] ACPI: bus type PCI registered [ 0.322537] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.324390] PCI: Using configuration type 1 for base access [ 0.326700] ACPI: Added _OSI(Module Device) [ 0.327973] ACPI: Added _OSI(Processor Device) [ 0.329276] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.330640] ACPI: Added _OSI(Processor Aggregator Device) [ 0.332953] ACPI: Interpreter enabled [ 0.334080] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.336864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339621] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.345152] ACPI: (supports S0 S5) [ 0.346221] ACPI: Using IOAPIC for interrupt routing [ 0.347651] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.351714] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.353428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.355306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.357107] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.360412] acpiphp: Slot [3] registered [ 0.361622] acpiphp: Slot [4] registered [ 0.362821] acpiphp: Slot [5] registered [ 0.364021] acpiphp: Slot [6] registered [ 0.365222] acpiphp: Slot [7] registered [ 0.366425] acpiphp: Slot [8] registered [ 0.367635] acpiphp: Slot [9] registered [ 0.368835] acpiphp: Slot [10] registered [ 0.370056] acpiphp: Slot [11] registered [ 0.371280] acpiphp: Slot [12] registered [ 0.372495] acpiphp: Slot [13] registered [ 0.373716] acpiphp: Slot [14] registered [ 0.374934] acpiphp: Slot [15] registered [ 0.390073] acpiphp: Slot [16] registered [ 0.391305] acpiphp: Slot [17] registered [ 0.392529] acpiphp: Slot [18] registered [ 0.393755] acpiphp: Slot [19] registered [ 0.394978] acpiphp: Slot [20] registered [ 0.396200] acpiphp: Slot [21] registered [ 0.397428] acpiphp: Slot [22] registered [ 0.398627] acpiphp: Slot [23] registered [ 0.399840] acpiphp: Slot [24] registered [ 0.401065] acpiphp: Slot [25] registered [ 0.402282] acpiphp: Slot [26] registered [ 0.403504] acpiphp: Slot [27] registered [ 0.404734] acpiphp: Slot [28] registered [ 0.405960] acpiphp: Slot [29] registered [ 0.407182] acpiphp: Slot [30] registered [ 0.408402] acpiphp: Slot [31] registered [ 0.409617] PCI host bridge to bus 0000:00 [ 0.410837] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.412667] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.414502] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.416701] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.418904] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.421152] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.425229] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.427134] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.428912] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.430832] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.435063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.437231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457906] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.462073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.464144] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.466316] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.468119] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.469959] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.471539] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.473858] vgaarb: loaded [ 0.474746] vgaarb: bridge control possible 0000:00:02.0 [ 0.476503] SCSI subsystem initialized [ 0.477826] ACPI: bus type USB registered [ 0.479071] usbcore: registered new interface driver usbfs [ 0.480625] usbcore: registered new interface driver hub [ 0.482138] usbcore: registered new device driver usb [ 0.483767] PCI: Using ACPI for IRQ routing [ 0.485387] NetLabel: Initializing [ 0.486464] NetLabel: domain hash size = 128 [ 0.487754] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.489209] NetLabel: unlabeled traffic allowed by default [ 0.490943] clocksource: Switched to clocksource kvm-clock [ 0.501149] AppArmor: AppArmor Filesystem Enabled [ 0.502592] pnp: PnP ACPI init [ 0.503896] pnp: PnP ACPI: found 5 devices [ 0.510834] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.513408] NET: Registered protocol family 2 [ 0.514947] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516890] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.518719] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520541] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522180] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.523946] NET: Registered protocol family 1 [ 0.525264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.526935] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.528580] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.543316] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.558035] Trying to unpack rootfs image as initramfs... [ 0.620155] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.625090] Scanning for low memory corruption every 60 seconds [ 0.627420] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.629219] audit: initializing netlink subsys (disabled) [ 0.630833] audit: type=2000 audit(1535012317.725:1): initialized [ 0.632937] Initialise system trusted keyring [ 0.634410] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.636160] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.639082] zbud: loaded [ 0.640155] VFS: Disk quotas dquot_6.6.0 [ 0.641398] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.643759] fuse init (API version 7.23) [ 0.645109] Key type big_key registered [ 0.646330] Allocating IMA MOK and blacklist keyrings. [ 0.648162] Key type asymmetric registered [ 0.649415] Asymmetric key parser 'x509' registered [ 0.650867] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.653157] io scheduler noop registered [ 0.654342] io scheduler deadline registered (default) [ 0.655864] io scheduler cfq registered [ 0.657144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.658718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.660690] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.662930] ACPI: Power Button [PWRF] [ 0.664271] GHES: HEST is not enabled! [ 0.678464] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.707586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.710544] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.734956] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.738069] Linux agpgart interface v0.103 [ 0.741539] brd: module loaded [ 0.743813] loop: module loaded [ 0.748534] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.750616] GPT:90111 != 2097151 [ 0.751595] GPT:Alternate GPT header not at the end of the disk. [ 0.753159] GPT:90111 != 2097151 [ 0.754144] GPT: Use GNU Parted to correct GPT errors. [ 0.755529] vda: vda1 vda15 [ 0.757210] scsi host0: ata_piix [ 0.758314] scsi host1: ata_piix [ 0.759347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.761080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.763350] libphy: Fixed MDIO Bus: probed [ 0.764523] tun: Universal TUN/TAP device driver, 1.6 [ 0.765897] tun: (C) 1999-2004 Max Krasnyansky [ 0.768724] PPP generic driver version 2.4.2 [ 0.770306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.772465] ehci-pci: EHCI PCI platform driver [ 0.773965] ehci-platform: EHCI generic platform driver [ 0.775539] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.777431] ohci-pci: OHCI PCI platform driver [ 0.779027] ohci-platform: OHCI generic platform driver [ 0.780830] uhci_hcd: USB Universal Host Controller Interface driver [ 0.795928] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.797741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.800366] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.802147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.804197] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.806464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.809097] usb usb1: Product: UHCI Host Controller [ 0.810789] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.812897] usb usb1: SerialNumber: 0000:00:01.2 [ 0.814645] hub 1-0:1.0: USB hub found [ 0.816050] hub 1-0:1.0: 2 ports detected [ 0.817691] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.821297] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.823040] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.824584] mousedev: PS/2 mouse device common for all mice [ 0.826393] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.829080] rtc_cmos 00:00: RTC can wake from S4 [ 0.830720] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.832442] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.834224] i2c /dev entries driver [ 0.835349] device-mapper: uevent: version 1.0.3 [ 0.836772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.839153] ledtrig-cpu: registered to indicate activity on CPUs [ 0.841069] NET: Registered protocol family 10 [ 0.842687] NET: Registered protocol family 17 [ 0.844002] Key type dns_resolver registered [ 0.845359] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.847000] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.849567] registered taskstats version 1 [ 0.850755] Loading compiled-in X.509 certificates [ 0.852654] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.855398] zswap: loaded using pool lzo/zbud [ 0.857567] Key type trusted registered [ 0.859776] Key type encrypted registered [ 0.860997] AppArmor: AppArmor sha1 policy hashing enabled [ 0.862539] ima: No TPM chip found, activating TPM-bypass! [ 0.864110] evm: HMAC attrs: 0x1 [ 0.865462] Magic number: 14:857:321 [ 0.866619] bdi 253:0: hash matches [ 0.867713] tty tty46: hash matches [ 0.868803] pci 0000:00:02.0: hash matches [ 0.870125] rtc_cmos 00:00: setting system clock to 2018-08-23 08:18:38 UTC (1535012318) [ 0.886667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.888328] EDD information not available. [ 0.920669] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.922976] Write protecting the kernel read-only data: 14336k [ 0.926063] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.928704] 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.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.330794] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 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.15. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYVK+nWvnVLXIAMU29WBvcVqNWC5wH2Jxwb/CiraLYZ0r3NndWpdjfm2njs2q8ZKDO95Y4pLNnrZvip7Dxr04JI+/VcjvAdbR7Yq/TDCl7GnlEJypgrpl6KtFv2wiVbAQVNb//3d3BzOONaAPaO9wsfM5l9wxMPPIzNWUPDl7P57AvfMjnWMehQXuP0h4MFLWd7qSy40DfiW+GLF3hKaP19kFLR8+OA7ZHQe6MtMr6ACJ/Yg3x07L9YcHHr1NlB8e/ExvduKmRIb0BBEMkJ/8mzk47Gw2l2YxA3WJjVaR94Q5jE90m+U3oQ2A2QLmXmdnNN215o8pLhKxoj6kDSfGv root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 ssh-dss AAAAB3NzaC1kc3MAAACBAO6yNILCTr1/koa2Vr2MV/aB94lHzeY7tRrNO+/kzb5aJde3+cf/SkWQUt9+f9x98LlnT7l5CPATpP60t8AC8dYnjZqaMDt3Z0tQmEGqyPm1FhsofLoPztjGUvNf6Bgum19XiD36IUl4IZW/i5+M60DRoqdX346P0T3/pWPUQp3TAAAAFQCaz7CAtD02sSOXVwfiB+or30EyBwAAAIBJ5X9kbaNuJR+qsxiy1PbFTJoCQFiHpCBe9JHjPRDkNp02//qNmxdetmhuG/8J77gS6OiUivqheTIBReQnsUe9Bpv3Zegu/xneYY7W3oN+qHHdOqegGCbnUzmJqc/BcxtwzSXP1ZAMiaV8LO9hPIdcanwXPJpTTA4OgkJ2yjq00QAAAIBReYdOSqiAlKaCsz/UkU4f5rh5NsAPoHFYR8Xz9vTEmcAgHffFdhD/paYWQo1JKMDmFoeFt31sRqNCsohHemGV6Z5ICvY+e9kscnJpieN1MTgGfA7evhwSa+arU3nIFDHcrXmgd0obfMfNtVEX588c/sJYiVhE+bkXGtB+IJqMtg== root@vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.32s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee5:e012/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 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-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 launch-index: 0 === cirros: current=0.4.0 uptime=3.86 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-c97e568f-d7ae-43be-91dd-05d2ef1f39d3 login: 2018-08-23 08:18:52,577 - paramiko.transport - DEBUG - starting thread (client mode): 0x5b0c3090L 2018-08-23 08:18:52,578 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 08:18:52,578 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 08:18:52,578 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 08:18:52,579 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 08:18:52,579 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 08:18:52,580 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 08:18:52,580 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 08:18:52,580 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 08:18:52,580 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 08:18:52,597 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 08:18:52,598 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 08:18:52,610 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: dbbc4e34793cca3878e2b7273d14c851 2018-08-23 08:18:52,611 - paramiko.transport - DEBUG - Trying discovered key 5a67152238024333395ee22755bd54f4 in /tmp/tmpzaRniv 2018-08-23 08:18:52,637 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 08:18:52,645 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 08:18:52,675 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 08:18:52,676 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 08:18:52,677 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 08:18:52,679 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 08:18:52,684 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 08:18:52,684 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.531 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.531/1.531/1.531 ms 2018-08-23 08:18:52,685 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-23 08:18:52,688 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 08:18:52,797 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:18:52,797 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:45 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:18:52,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:18:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:52,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:18:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ee4baaf-7cc8-4d1c-b7b7-1e38d59e3806 x-compute-request-id: req-6ee4baaf-7cc8-4d1c-b7b7-1e38d59e3806 Content-Type: application/json 2018-08-23 08:18:52,978 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2 used request id req-6ee4baaf-7cc8-4d1c-b7b7-1e38d59e3806 2018-08-23 08:18:52,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.176003932953s 2018-08-23 08:18:52,979 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2 used request id req-6ee4baaf-7cc8-4d1c-b7b7-1e38d59e3806 2018-08-23 08:18:52,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:52,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:53,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36794ce5-b01c-4505-8e74-faaa088b7fdd x-compute-request-id: req-36794ce5-b01c-4505-8e74-faaa088b7fdd Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:36.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:36Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:48:20", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:26.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "fe127ebe-01f6-4556-82b1-d7e93da8e6b2", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:52Z", "hostId": "069bdb46712d5cd147b879e95b2a341b809284189aaeee2a18f26a31", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:18Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:53,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36794ce5-b01c-4505-8e74-faaa088b7fdd 2018-08-23 08:18:53,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541421175003s 2018-08-23 08:18:53,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36794ce5-b01c-4505-8e74-faaa088b7fdd 2018-08-23 08:18:53,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:18:55,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:55,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:18: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-5f452d80-a12e-4e33-a39b-2d771e2c5687 x-compute-request-id: req-5f452d80-a12e-4e33-a39b-2d771e2c5687 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:36.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:36Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:55,963 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f452d80-a12e-4e33-a39b-2d771e2c5687 2018-08-23 08:18:55,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43692612648s 2018-08-23 08:18:55,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f452d80-a12e-4e33-a39b-2d771e2c5687 2018-08-23 08:18:55,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 08:18:55,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/a7fe8613-f25d-454e-abf3-d96148730fea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:57,943 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25ad8f58-c006-4c21-8aeb-5de6005cfd65 Content-Length: 0 Date: Thu, 23 Aug 2018 08:18:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:18:57,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a7fe8613-f25d-454e-abf3-d96148730fea.json used request id req-25ad8f58-c006-4c21-8aeb-5de6005cfd65 2018-08-23 08:18:57,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.97591900826s 2018-08-23 08:18:57,944 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a7fe8613-f25d-454e-abf3-d96148730fea.json used request id req-25ad8f58-c006-4c21-8aeb-5de6005cfd65 2018-08-23 08:18:57,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:18:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:57,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-23adb35e-1f2f-4c02-ad0d-4786ae0985f8 Date: Thu, 23 Aug 2018 08:18:57 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:18:57,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-23adb35e-1f2f-4c02-ad0d-4786ae0985f8 2018-08-23 08:18:57,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0452618598938s 2018-08-23 08:18:57,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-23adb35e-1f2f-4c02-ad0d-4786ae0985f8 2018-08-23 08:18:57,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:18:57,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:58,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-f3e2088e-198f-4467-8d37-19547df2e065 x-compute-request-id: req-f3e2088e-198f-4467-8d37-19547df2e065 Content-Type: application/json 2018-08-23 08:18:58,159 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229 used request id req-f3e2088e-198f-4467-8d37-19547df2e065 2018-08-23 08:18:58,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163815021515s 2018-08-23 08:18:58,159 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229 used request id req-f3e2088e-198f-4467-8d37-19547df2e065 2018-08-23 08:18:58,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:18:58,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:18:58,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-ce9ca253-8880-48c1-a6db-dc9fa4f650e6 x-compute-request-id: req-ce9ca253-8880-48c1-a6db-dc9fa4f650e6 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:e0:12", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9557179b-470c-422b-8b3a-e381992b1229", "rel": "bookmark"}], "image": {"id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "links": [{"href": "http://172.30.9.21:8774/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:18:36.000000", "flavor": {"id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7", "links": [{"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}]}, "id": "9557179b-470c-422b-8b3a-e381992b1229", "security_groups": [{"name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}], "user_id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:18:58Z", "hostId": "18a6bb3a148d29d925dec5147ab0e0aa17b67302eadffa62937e7e9f", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "name": "vping_ssh-vm_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "created": "2018-08-23T08:18:28Z", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:18:58,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ce9ca253-8880-48c1-a6db-dc9fa4f650e6 2018-08-23 08:18:58,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419111013412s 2018-08-23 08:18:58,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ce9ca253-8880-48c1-a6db-dc9fa4f650e6 2018-08-23 08:18:58,581 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:00,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:00,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:00,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-ed535200-d45f-48bf-a37c-4eaeaf0b7e52 x-compute-request-id: req-ed535200-d45f-48bf-a37c-4eaeaf0b7e52 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:19:00,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed535200-d45f-48bf-a37c-4eaeaf0b7e52 2018-08-23 08:19:00,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0782988071442s 2018-08-23 08:19:00,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ed535200-d45f-48bf-a37c-4eaeaf0b7e52 2018-08-23 08:19:00,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:19:00,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:00,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-39ea260f-a69d-4e6f-94ac-4ed489832f40 Date: Thu, 23 Aug 2018 08:19:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:14Z", "updated_at": "2018-08-23T08:18:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "27673524-bf49-4289-a52f-ad3b7e3c9cbf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "2d674d3a-199e-4853-ad81-fe28fc70b614", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "31ccf78e-186a-400d-83e4-f804ecd13012", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:15Z", "revision_number": 0, "id": "5c9d1244-ff99-4b4d-9dfb-67924419d596", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:15Z", "security_group_id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 3, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "424ecbfa-7184-4371-86e9-c2d7fbc23861", "name": "vping_ssh-sg_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}, {"description": "Default security group", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:08Z", "updated_at": "2018-08-23T08:18:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "97118489-e4a4-4b30-a0ce-4ae5b4ae94ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "a3b730c5-0315-4741-8476-3096cef2b1b0", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "d31dd989-9e71-4125-b1f8-17b9b6a5b298", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "e0f8a7c5-0a08-4e47-bd31-73202f763863", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "name": "default"}]} 2018-08-23 08:19:00,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39ea260f-a69d-4e6f-94ac-4ed489832f40 2018-08-23 08:19:00,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0497829914093s 2018-08-23 08:19:00,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39ea260f-a69d-4e6f-94ac-4ed489832f40 2018-08-23 08:19:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 08:19:00,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/424ecbfa-7184-4371-86e9-c2d7fbc23861.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:00,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b58fce22-7906-4b22-8f8d-d401ec67dee5 Content-Length: 0 Date: Thu, 23 Aug 2018 08:19:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:00,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/424ecbfa-7184-4371-86e9-c2d7fbc23861.json used request id req-b58fce22-7906-4b22-8f8d-d401ec67dee5 2018-08-23 08:19:00,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.210032939911s 2018-08-23 08:19:00,927 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/424ecbfa-7184-4371-86e9-c2d7fbc23861.json used request id req-b58fce22-7906-4b22-8f8d-d401ec67dee5 2018-08-23 08:19:00,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 08:19:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:00,957 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-2e15ba7a-044e-4276-a530-70c1e97a46df x-compute-request-id: req-2e15ba7a-044e-4276-a530-70c1e97a46df Content-Length: 0 Content-Type: application/json 2018-08-23 08:19:00,957 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3 used request id req-2e15ba7a-044e-4276-a530-70c1e97a46df 2018-08-23 08:19:00,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0294628143311s 2018-08-23 08:19:00,957 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_c97e568f-d7ae-43be-91dd-05d2ef1f39d3 used request id req-2e15ba7a-044e-4276-a530-70c1e97a46df 2018-08-23 08:19:00,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:19:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" -d '{"subnet_id": "8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"}' 2018-08-23 08:19:02,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-19b09715-d4db-423e-ae20-0efe8c86580f Date: Thu, 23 Aug 2018 08:19:02 GMT RESP BODY: {"network_id": "eac85ad9-fce6-49ed-b91b-98471f7c9db6", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "subnet_id": "8f9fd370-977a-4c17-b6ea-c4d47d8f63a7", "subnet_ids": ["8f9fd370-977a-4c17-b6ea-c4d47d8f63a7"], "port_id": "1d9b9206-c451-4342-bf64-957c2a88801c", "id": "f9ea6460-78ed-4c39-94af-7f8496769efe"} 2018-08-23 08:19:02,712 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/remove_router_interface.json used request id req-19b09715-d4db-423e-ae20-0efe8c86580f 2018-08-23 08:19:02,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75401902199s 2018-08-23 08:19:02,712 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe/remove_router_interface.json used request id req-19b09715-d4db-423e-ae20-0efe8c86580f returning object f9ea6460-78ed-4c39-94af-7f8496769efe 2018-08-23 08:19:02,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:19:02,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:02,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-f8ca0a15-64bc-456c-b164-e022921eb543 Date: Thu, 23 Aug 2018 08:19:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:09Z", "admin_state_up": true, "updated_at": "2018-08-23T08:19:01Z", "revision_number": 4, "routes": [], "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "f9ea6460-78ed-4c39-94af-7f8496769efe", "name": "vping_ssh-router_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:19:02,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8ca0a15-64bc-456c-b164-e022921eb543 2018-08-23 08:19:02,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117503881454s 2018-08-23 08:19:02,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8ca0a15-64bc-456c-b164-e022921eb543 2018-08-23 08:19:02,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:19:02,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:04,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4780e61-5ae8-49dd-a1f4-952a0846a586 Content-Length: 0 Date: Thu, 23 Aug 2018 08:19:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:04,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe.json used request id req-b4780e61-5ae8-49dd-a1f4-952a0846a586 2018-08-23 08:19:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45844078064s 2018-08-23 08:19:04,291 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f9ea6460-78ed-4c39-94af-7f8496769efe.json used request id req-b4780e61-5ae8-49dd-a1f4-952a0846a586 2018-08-23 08:19:04,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:19:04,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:04,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7a69dbbd-a3fc-4539-b373-1e87a14497ee Date: Thu, 23 Aug 2018 08:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:18:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"8f9fd370-977a-4c17-b6ea-c4d47d8f63a7","subnetpool_id":null,"name":"vping_ssh-subnet_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:19:04,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7a69dbbd-a3fc-4539-b373-1e87a14497ee 2018-08-23 08:19:04,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0487911701202s 2018-08-23 08:19:04,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7a69dbbd-a3fc-4539-b373-1e87a14497ee 2018-08-23 08:19:04,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:19:04,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/8f9fd370-977a-4c17-b6ea-c4d47d8f63a7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:05,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-895f36a2-f733-4b6c-995c-047866090e6f Date: Thu, 23 Aug 2018 08:19:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:05,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8f9fd370-977a-4c17-b6ea-c4d47d8f63a7.json used request id req-895f36a2-f733-4b6c-995c-047866090e6f 2018-08-23 08:19:05,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10615491867s 2018-08-23 08:19:05,449 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8f9fd370-977a-4c17-b6ea-c4d47d8f63a7.json used request id req-895f36a2-f733-4b6c-995c-047866090e6f 2018-08-23 08:19:05,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:05,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:05,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-2d7765f2-074c-4ac2-9042-7528cbdaa464 Date: Thu, 23 Aug 2018 08:19:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:19:05Z","tenant_id":"274b5a0ef62447edbccfa4f11e05713a","created_at":"2018-08-23T08:18:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"274b5a0ef62447edbccfa4f11e05713a","id":"eac85ad9-fce6-49ed-b91b-98471f7c9db6","name":"vping_ssh-net_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}]} 2018-08-23 08:19:05,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d7765f2-074c-4ac2-9042-7528cbdaa464 2018-08-23 08:19:05,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102661848068s 2018-08-23 08:19:05,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d7765f2-074c-4ac2-9042-7528cbdaa464 2018-08-23 08:19:05,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:19:05,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/eac85ad9-fce6-49ed-b91b-98471f7c9db6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:07,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae8e6960-3ed5-474d-af62-58c32336b537 Date: Thu, 23 Aug 2018 08:19:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:07,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/eac85ad9-fce6-49ed-b91b-98471f7c9db6.json used request id req-ae8e6960-3ed5-474d-af62-58c32336b537 2018-08-23 08:19:07,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82204413414s 2018-08-23 08:19:07,376 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/eac85ad9-fce6-49ed-b91b-98471f7c9db6.json used request id req-ae8e6960-3ed5-474d-af62-58c32336b537 2018-08-23 08:19:07,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:07,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:08,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d6d07284-019d-4f9d-a2fe-7e7b3f3a1e8f Date: Thu, 23 Aug 2018 08:19:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:18:13Z", "file": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/file", "owner": "274b5a0ef62447edbccfa4f11e05713a", "id": "880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "size": 12716032, "self": "/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:18:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:08,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d6d07284-019d-4f9d-a2fe-7e7b3f3a1e8f 2018-08-23 08:19:08,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776594161987s 2018-08-23 08:19:08,158 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d6d07284-019d-4f9d-a2fe-7e7b3f3a1e8f 2018-08-23 08:19:08,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:19:08,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}58695d953d3876be9570dcb7a5510f1a3daa5cbd" 2018-08-23 08:19:09,007 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01afb9f0-1c64-4359-8cc3-7ad2c0cfe36b Date: Thu, 23 Aug 2018 08:19:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:19:09,007 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8 used request id req-01afb9f0-1c64-4359-8cc3-7ad2c0cfe36b 2018-08-23 08:19:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.847676992416s 2018-08-23 08:19:09,007 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/880b5e0b-6863-4b1f-8bb0-d6b065cebbd8 used request id req-01afb9f0-1c64-4359-8cc3-7ad2c0cfe36b 2018-08-23 08:19:09,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:19:09,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-0c3ea010-e437-40b4-a0ff-6fc374c1f436 x-compute-request-id: req-0c3ea010-e437-40b4-a0ff-6fc374c1f436 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6d71d800-d604-4663-929c-c4cf2cb1dbf7"}]} 2018-08-23 08:19:09,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0c3ea010-e437-40b4-a0ff-6fc374c1f436 2018-08-23 08:19:09,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235311985016s 2018-08-23 08:19:09,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0c3ea010-e437-40b4-a0ff-6fc374c1f436 2018-08-23 08:19:09,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:19:09,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,071 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-1f053dd4-ad20-48f3-bbf0-fc8b9ed63568 x-compute-request-id: req-1f053dd4-ad20-48f3-bbf0-fc8b9ed63568 Content-Length: 0 Content-Type: application/json 2018-08-23 08:19:09,071 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7 used request id req-1f053dd4-ad20-48f3-bbf0-fc8b9ed63568 2018-08-23 08:19:09,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0377960205078s 2018-08-23 08:19:09,071 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6d71d800-d604-4663-929c-c4cf2cb1dbf7 used request id req-1f053dd4-ad20-48f3-bbf0-fc8b9ed63568 2018-08-23 08:19:09,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:19:09,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-840db977-ee7e-4a8e-a6d4-861cd2f4ebb7 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": {"self": "http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:19:09,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-840db977-ee7e-4a8e-a6d4-861cd2f4ebb7 2018-08-23 08:19:09,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198504924774s 2018-08-23 08:19:09,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-840db977-ee7e-4a8e-a6d4-861cd2f4ebb7 2018-08-23 08:19:09,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:19:09,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85a5e80-5e21-416a-8b7b-e9aa16e8f30d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_c97e568f-d7ae-43be-91dd-05d2ef1f39d3", "links": {"self": "http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "8855bdc1f3c94a3ea6b1f09ec25fab02", "description": null}} 2018-08-23 08:19:09,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 used request id req-f85a5e80-5e21-416a-8b7b-e9aa16e8f30d 2018-08-23 08:19:09,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.186038017273s 2018-08-23 08:19:09,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 used request id req-f85a5e80-5e21-416a-8b7b-e9aa16e8f30d 2018-08-23 08:19:09,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:19:09,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f496d8c-fa43-4912-9b7d-742220ba765c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:19:09,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 used request id req-3f496d8c-fa43-4912-9b7d-742220ba765c 2018-08-23 08:19:09,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.333711147308s 2018-08-23 08:19:09,797 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8855bdc1f3c94a3ea6b1f09ec25fab02 used request id req-3f496d8c-fa43-4912-9b7d-742220ba765c 2018-08-23 08:19:09,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:19:09,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:09,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94389e7b-d2c1-4582-a71a-97c799a741b5 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a"}, "tags": [], "enabled": true, "id": "274b5a0ef62447edbccfa4f11e05713a", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_c97e568f-d7ae-43be-91dd-05d2ef1f39d3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-23 08:19:09,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-94389e7b-d2c1-4582-a71a-97c799a741b5 2018-08-23 08:19:09,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186009883881s 2018-08-23 08:19:09,990 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-94389e7b-d2c1-4582-a71a-97c799a741b5 2018-08-23 08:19:09,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:19:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecd1ccab1daca23281ca0c4acad671fd4d3a2aef" 2018-08-23 08:19:10,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16741354-bdb1-437d-a6f7-0ad2f826f88b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:19:10,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a used request id req-16741354-bdb1-437d-a6f7-0ad2f826f88b 2018-08-23 08:19:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.238260984421s 2018-08-23 08:19:10,233 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/274b5a0ef62447edbccfa4f11e05713a used request id req-16741354-bdb1-437d-a6f7-0ad2f826f88b 2018-08-23 08:19:10,283 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-23 08:19:10,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:19:10,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:19:10,325 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:19:10,326 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:19:10,327 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:19:10,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:10,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0fe8cf-0d36-4202-a63a-34fd4b9318ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:19:10,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6f0fe8cf-0d36-4202-a63a-34fd4b9318ed 2018-08-23 08:19:10,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:19:10,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["0tfx51oUS06k0z9VSJT4kg"], "issued_at": "2018-08-23T08:19:10.000000Z"}} 2018-08-23 08:19:10,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:10,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:11,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4a0129d3-1ecf-406a-aa6d-0159a203bdb3 Date: Thu, 23 Aug 2018 08:19:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:19:11,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a0129d3-1ecf-406a-aa6d-0159a203bdb3 2018-08-23 08:19:11,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327778100967s 2018-08-23 08:19:11,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a0129d3-1ecf-406a-aa6d-0159a203bdb3 2018-08-23 08:19:11,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:11,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a5fd89e-9ac0-49db-ab0d-e3702aee3e20 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:19:11,071 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-5a5fd89e-9ac0-49db-ab0d-e3702aee3e20 2018-08-23 08:19:11,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:19:11,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:11,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74e23769-5513-4dd4-abc8-3e203a2ac585 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:19:11,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-74e23769-5513-4dd4-abc8-3e203a2ac585 2018-08-23 08:19:11,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194531917572s 2018-08-23 08:19:11,267 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-74e23769-5513-4dd4-abc8-3e203a2ac585 2018-08-23 08:19:11,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:19:11,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9"}}' 2018-08-23 08:19:11,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7c0b0c9-3b2a-489c-94bb-6deecd863414 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f"}, "tags": [], "enabled": true, "id": "0716778dcc8f4b8cac86b67d2eff7d4f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9"}} 2018-08-23 08:19:11,447 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e7c0b0c9-3b2a-489c-94bb-6deecd863414 2018-08-23 08:19:11,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.173491001129s 2018-08-23 08:19:11,448 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e7c0b0c9-3b2a-489c-94bb-6deecd863414 2018-08-23 08:19:11,448 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9'}) 2018-08-23 08:19:11,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:19:11,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d1073630-ed6d-4935-b48c-03c175b19a12", "email": null, "name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9"}}' 2018-08-23 08:19:11,917 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c60c1a-4159-4b24-9430-4e41e354b818 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9", "links": {"self": "http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ca3039ff6ade4455ae12d37be962d9ec", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:19:11,917 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-54c60c1a-4159-4b24-9430-4e41e354b818 2018-08-23 08:19:11,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.462622880936s 2018-08-23 08:19:11,918 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-54c60c1a-4159-4b24-9430-4e41e354b818 2018-08-23 08:19:11,918 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ca3039ff6ade4455ae12d37be962d9ec', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9'}) 2018-08-23 08:19:11,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:19:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9add422b-6303-48fd-8089-5893525820b3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:19:12,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9add422b-6303-48fd-8089-5893525820b3 2018-08-23 08:19:12,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178308010101s 2018-08-23 08:19:12,102 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9add422b-6303-48fd-8089-5893525820b3 2018-08-23 08:19:12,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:19:12,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecee2245-58ac-411f-9678-33997cd0be2d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:19:12,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecee2245-58ac-411f-9678-33997cd0be2d 2018-08-23 08:19:12,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10541009903s 2018-08-23 08:19:12,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecee2245-58ac-411f-9678-33997cd0be2d 2018-08-23 08:19:12,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:19:12,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0378ece-d2c4-4a91-a9f4-2b08626cdcbf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:19:12,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0378ece-d2c4-4a91-a9f4-2b08626cdcbf 2018-08-23 08:19:12,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180594921112s 2018-08-23 08:19:12,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0378ece-d2c4-4a91-a9f4-2b08626cdcbf 2018-08-23 08:19:12,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:19:12,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85431bd-96c2-4e96-b5f6-32cd2caa5273 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:19:12,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c85431bd-96c2-4e96-b5f6-32cd2caa5273 2018-08-23 08:19:12,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100172042847s 2018-08-23 08:19:12,504 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c85431bd-96c2-4e96-b5f6-32cd2caa5273 2018-08-23 08:19:12,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:19:12,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7f0722-ad50-4fe2-b4c2-71e03103fa36 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9", "links": {"self": "http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ca3039ff6ade4455ae12d37be962d9ec", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:19:12,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4b7f0722-ad50-4fe2-b4c2-71e03103fa36 2018-08-23 08:19:12,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197244167328s 2018-08-23 08:19:12,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4b7f0722-ad50-4fe2-b4c2-71e03103fa36 2018-08-23 08:19:12,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:19:12,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:12,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903aa744-75b9-445c-b3a2-3a74596534c7 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f"}, "tags": [], "enabled": true, "id": "0716778dcc8f4b8cac86b67d2eff7d4f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9"}]} 2018-08-23 08:19:12,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-903aa744-75b9-445c-b3a2-3a74596534c7 2018-08-23 08:19:12,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188844919205s 2018-08-23 08:19:12,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-903aa744-75b9-445c-b3a2-3a74596534c7 2018-08-23 08:19:12,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:19:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=ca3039ff6ade4455ae12d37be962d9ec&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=0716778dcc8f4b8cac86b67d2eff7d4f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:13,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2d3469-8395-4914-9bd6-24fb56b2747d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ca3039ff6ade4455ae12d37be962d9ec&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=0716778dcc8f4b8cac86b67d2eff7d4f", "previous": null, "next": null}} 2018-08-23 08:19:13,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ca3039ff6ade4455ae12d37be962d9ec&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=0716778dcc8f4b8cac86b67d2eff7d4f used request id req-4f2d3469-8395-4914-9bd6-24fb56b2747d 2018-08-23 08:19:13,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105345964432s 2018-08-23 08:19:13,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ca3039ff6ade4455ae12d37be962d9ec&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=0716778dcc8f4b8cac86b67d2eff7d4f used request id req-4f2d3469-8395-4914-9bd6-24fb56b2747d 2018-08-23 08:19:13,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:19:13,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f/users/ca3039ff6ade4455ae12d37be962d9ec/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:13,159 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3f1be50-f82b-45c3-aea4-9ae3b22709af Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:19:13,159 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f/users/ca3039ff6ade4455ae12d37be962d9ec/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-f3f1be50-f82b-45c3-aea4-9ae3b22709af 2018-08-23 08:19:13,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136453151703s 2018-08-23 08:19:13,159 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f/users/ca3039ff6ade4455ae12d37be962d9ec/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-f3f1be50-f82b-45c3-aea4-9ae3b22709af 2018-08-23 08:19:13,160 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd1073630-ed6d-4935-b48c-03c175b19a12', 'username': u'vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:19:13,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:19:13,162 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:19:13,163 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:19:13,164 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:19:13,166 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9', 'password': 'd1073630-ed6d-4935-b48c-03c175b19a12', 'project_name': 'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '0716778dcc8f4b8cac86b67d2eff7d4f', 'project_domain_name': 'Default'} 2018-08-23 08:19:13,166 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-23 08:19:13,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:13,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606edfca-6c08-4759-98ca-783372ddac60 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:19:13,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-606edfca-6c08-4759-98ca-783372ddac60 2018-08-23 08:19:13,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:19:13,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0716778dcc8f4b8cac86b67d2eff7d4f", "name": "vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/0716778dcc8f4b8cac86b67d2eff7d4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9", "id": "ca3039ff6ade4455ae12d37be962d9ec"}, "audit_ids": ["u2RMZXWSTiW7rZIMcPbniA"], "issued_at": "2018-08-23T08:19:13.000000Z"}} 2018-08-23 08:19:13,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:19:13,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"network": {"name": "vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9", "admin_state_up": true}}' 2018-08-23 08:19:14,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-80ff5481-9843-4683-90c9-349ceec08b0e Date: Thu, 23 Aug 2018 08:19:14 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:19:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"}} 2018-08-23 08:19:14,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-80ff5481-9843-4683-90c9-349ceec08b0e 2018-08-23 08:19:14,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.671173095703s 2018-08-23 08:19:14,246 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-80ff5481-9843-4683-90c9-349ceec08b0e 2018-08-23 08:19:14,247 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:19:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c1faa306-61a0-498a-98a0-279e81b9d914', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9', u'admin_state_up': True, u'tenant_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', u'created_at': u'2018-08-23T08:19:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f'}) 2018-08-23 08:19:14,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:14,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:14,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-75d198b7-d4f3-4d67-92b9-57975de05ffb Date: Thu, 23 Aug 2018 08:19:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:19:14Z","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:19:14,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-75d198b7-d4f3-4d67-92b9-57975de05ffb 2018-08-23 08:19:14,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.189808130264s 2018-08-23 08:19:14,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-75d198b7-d4f3-4d67-92b9-57975de05ffb 2018-08-23 08:19:14,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:19:14,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"subnet": {"name": "vping_userdata-subnet_8d020944-33e9-42a5-840c-265311ba2af9", "enable_dhcp": true, "network_id": "c1faa306-61a0-498a-98a0-279e81b9d914", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:19:15,587 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c4ec444d-e2bc-4036-b80a-ec8757867ce7 Date: Thu, 23 Aug 2018 08:19:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1faa306-61a0-498a-98a0-279e81b9d914","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:19:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"2eccd409-8bc4-4936-beae-8b2ca2699579","subnetpool_id":null,"name":"vping_userdata-subnet_8d020944-33e9-42a5-840c-265311ba2af9"}} 2018-08-23 08:19:15,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c4ec444d-e2bc-4036-b80a-ec8757867ce7 2018-08-23 08:19:15,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.14822721481s 2018-08-23 08:19:15,588 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c4ec444d-e2bc-4036-b80a-ec8757867ce7 2018-08-23 08:19:15,589 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:19:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'2eccd409-8bc4-4936-beae-8b2ca2699579', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_8d020944-33e9-42a5-840c-265311ba2af9', u'enable_dhcp': True, u'network_id': u'c1faa306-61a0-498a-98a0-279e81b9d914', u'tenant_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', u'created_at': u'2018-08-23T08:19:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f'}) 2018-08-23 08:19:15,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:19:15,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vping_userdata-router_8d020944-33e9-42a5-840c-265311ba2af9", "admin_state_up": true}}' 2018-08-23 08:19:16,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7148a4e8-585f-405b-a042-21045aa07ca7 Date: Thu, 23 Aug 2018 08:19:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "created_at": "2018-08-23T08:19:15Z", "admin_state_up": true, "updated_at": "2018-08-23T08:19:16Z", "revision_number": 2, "routes": [], "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "88e71c26-02c1-4a7a-ae64-387c41f41cf9", "name": "vping_userdata-router_8d020944-33e9-42a5-840c-265311ba2af9"}} 2018-08-23 08:19:16,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7148a4e8-585f-405b-a042-21045aa07ca7 2018-08-23 08:19:16,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.23031282425s 2018-08-23 08:19:16,820 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7148a4e8-585f-405b-a042-21045aa07ca7 2018-08-23 08:19:16,820 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', u'created_at': u'2018-08-23T08:19:15Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:19:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', u'id': u'88e71c26-02c1-4a7a-ae64-387c41f41cf9', u'name': u'vping_userdata-router_8d020944-33e9-42a5-840c-265311ba2af9'}) 2018-08-23 08:19:16,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:19:16,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"subnet_id": "2eccd409-8bc4-4936-beae-8b2ca2699579"}' 2018-08-23 08:19:18,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-13af6480-7938-4edc-86e9-add08e72b307 Date: Thu, 23 Aug 2018 08:19:18 GMT RESP BODY: {"network_id": "c1faa306-61a0-498a-98a0-279e81b9d914", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "subnet_id": "2eccd409-8bc4-4936-beae-8b2ca2699579", "subnet_ids": ["2eccd409-8bc4-4936-beae-8b2ca2699579"], "port_id": "eb98fe94-b85f-4558-bfc2-6aafe836de97", "id": "88e71c26-02c1-4a7a-ae64-387c41f41cf9"} 2018-08-23 08:19:18,604 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/add_router_interface.json used request id req-13af6480-7938-4edc-86e9-add08e72b307 2018-08-23 08:19:18,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.78250694275s 2018-08-23 08:19:18,604 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/add_router_interface.json used request id req-13af6480-7938-4edc-86e9-add08e72b307 returning object 88e71c26-02c1-4a7a-ae64-387c41f41cf9 2018-08-23 08:19:18,604 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:19:18,736 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:19:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:18,742 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:19:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:19:18,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:18,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:19,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ea23a048-964c-4aad-884f-8362a84bab62 Date: Thu, 23 Aug 2018 08:19:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:19,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ea23a048-964c-4aad-884f-8362a84bab62 2018-08-23 08:19:19,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.259350776672s 2018-08-23 08:19:19,007 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ea23a048-964c-4aad-884f-8362a84bab62 2018-08-23 08:19:19,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:19:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9"}' 2018-08-23 08:19:19,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6177f821-fabf-4c5c-a09c-f653b5cea5b8 Date: Thu, 23 Aug 2018 08:19:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:19:19Z", "file": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file", "owner": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "7a750dd2-8572-428f-b694-3100e534dcdc", "size": null, "self": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "checksum": null, "created_at": "2018-08-23T08:19:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:19:19,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6177f821-fabf-4c5c-a09c-f653b5cea5b8 2018-08-23 08:19:19,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0581200122833s 2018-08-23 08:19:19,074 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6177f821-fabf-4c5c-a09c-f653b5cea5b8 returning object 7a750dd2-8572-428f-b694-3100e534dcdc 2018-08-23 08:19:19,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:19:19,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '' 2018-08-23 08:19:19,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-473ce431-5818-4cbd-b79a-3b87fe1072af Date: Thu, 23 Aug 2018 08:19:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:19:19,711 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file used request id req-473ce431-5818-4cbd-b79a-3b87fe1072af 2018-08-23 08:19:19,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.636863946915s 2018-08-23 08:19:19,711 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file used request id req-473ce431-5818-4cbd-b79a-3b87fe1072af 2018-08-23 08:19:19,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:19,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:19,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-739f0f60-c2a0-42fe-9db4-dc5ef39f9473 Date: Thu, 23 Aug 2018 08:19:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:19:19Z", "file": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file", "owner": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "7a750dd2-8572-428f-b694-3100e534dcdc", "size": 12716032, "self": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:19:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:19,845 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-739f0f60-c2a0-42fe-9db4-dc5ef39f9473 2018-08-23 08:19:19,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.129575967789s 2018-08-23 08:19:19,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-739f0f60-c2a0-42fe-9db4-dc5ef39f9473 2018-08-23 08:19:19,848 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file', 'owner': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'id': u'7a750dd2-8572-428f-b694-3100e534dcdc', 'size': 12716032, u'self': u'/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'name': 'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:19:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:19:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9', 'created': u'2018-08-23T08:19:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:19:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:19:19,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:19:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:19:20,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19: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-fbbfac30-fc26-4038-9476-8b2a99c8fda2 x-compute-request-id: req-fbbfac30-fc26-4038-9476-8b2a99c8fda2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "702cde09-17b7-4a99-8575-dba6489917c1"}} 2018-08-23 08:19:20,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fbbfac30-fc26-4038-9476-8b2a99c8fda2 2018-08-23 08:19:20,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.274469852448s 2018-08-23 08:19:20,123 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fbbfac30-fc26-4038-9476-8b2a99c8fda2 2018-08-23 08:19:20,124 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9', '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'75a5557001334edf9fd80cd1c711e2ec', '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'702cde09-17b7-4a99-8575-dba6489917c1', 'swap': 0}) 2018-08-23 08:19:20,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:19:20,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" -d '{"extra_specs": {}}' 2018-08-23 08:19:20,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d9f5bcb-54c4-4cd6-89cd-7b3f7f3564c6 x-compute-request-id: req-6d9f5bcb-54c4-4cd6-89cd-7b3f7f3564c6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:19:20,147 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1/os-extra_specs used request id req-6d9f5bcb-54c4-4cd6-89cd-7b3f7f3564c6 2018-08-23 08:19:20,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218510627747s 2018-08-23 08:19:20,147 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1/os-extra_specs used request id req-6d9f5bcb-54c4-4cd6-89cd-7b3f7f3564c6 2018-08-23 08:19:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:20,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ea7e2dde-e302-4429-8853-30a064e73004 Date: Thu, 23 Aug 2018 08:19: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":["2eccd409-8bc4-4936-beae-8b2ca2699579"],"updated_at":"2018-08-23T08:19:15Z","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:19:20,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ea7e2dde-e302-4429-8853-30a064e73004 2018-08-23 08:19:20,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0838849544525s 2018-08-23 08:19:20,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ea7e2dde-e302-4429-8853-30a064e73004 2018-08-23 08:19:20,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:20,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:20,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-19739c32-676f-4ce6-83f9-b77aa3b1b1ab Date: Thu, 23 Aug 2018 08:19:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:19:19Z", "file": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file", "owner": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "7a750dd2-8572-428f-b694-3100e534dcdc", "size": 12716032, "self": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:19:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:20,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19739c32-676f-4ce6-83f9-b77aa3b1b1ab 2018-08-23 08:19:20,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.032436132431s 2018-08-23 08:19:20,267 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-19739c32-676f-4ce6-83f9-b77aa3b1b1ab 2018-08-23 08:19:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:19:20,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:20,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-48d3e27f-73a8-45fc-88a8-9e70ca77d2dc x-compute-request-id: req-48d3e27f-73a8-45fc-88a8-9e70ca77d2dc Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "702cde09-17b7-4a99-8575-dba6489917c1"}]} 2018-08-23 08:19:20,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-48d3e27f-73a8-45fc-88a8-9e70ca77d2dc 2018-08-23 08:19:20,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.265903949738s 2018-08-23 08:19:20,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-48d3e27f-73a8-45fc-88a8-9e70ca77d2dc 2018-08-23 08:19:20,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:19:20,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"server": {"name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "imageRef": "7a750dd2-8572-428f-b694-3100e534dcdc", "flavorRef": "702cde09-17b7-4a99-8575-dba6489917c1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c1faa306-61a0-498a-98a0-279e81b9d914"}]}}' 2018-08-23 08:19:22,468 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:19:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54ba0d83-4ddf-4f37-86ac-d402dacb3c11 x-compute-request-id: req-54ba0d83-4ddf-4f37-86ac-d402dacb3c11 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "adminPass": "WxRDcD7zU5Zn"}} 2018-08-23 08:19:22,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-54ba0d83-4ddf-4f37-86ac-d402dacb3c11 2018-08-23 08:19:22,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.93129301071s 2018-08-23 08:19:22,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-54ba0d83-4ddf-4f37-86ac-d402dacb3c11 2018-08-23 08:19:22,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:22,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:22,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-810713aa-e5b5-4677-b9d7-27f0eb44007d x-compute-request-id: req-810713aa-e5b5-4677-b9d7-27f0eb44007d Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:22,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-810713aa-e5b5-4677-b9d7-27f0eb44007d 2018-08-23 08:19:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373003959656s 2018-08-23 08:19:22,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-810713aa-e5b5-4677-b9d7-27f0eb44007d 2018-08-23 08:19:22,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:23,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-1fc6bf86-4cec-402e-a10c-f8223e4cb6fd Date: Thu, 23 Aug 2018 08:19: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":["2eccd409-8bc4-4936-beae-8b2ca2699579"],"updated_at":"2018-08-23T08:19:15Z","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:19:23,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1fc6bf86-4cec-402e-a10c-f8223e4cb6fd 2018-08-23 08:19:23,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241303920746s 2018-08-23 08:19:23,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1fc6bf86-4cec-402e-a10c-f8223e4cb6fd 2018-08-23 08:19:23,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:19:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:23,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cb6e4e55-2a80-4f98-9079-cff6a0dee5cf Date: Thu, 23 Aug 2018 08:19:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1faa306-61a0-498a-98a0-279e81b9d914","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:19:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"2eccd409-8bc4-4936-beae-8b2ca2699579","subnetpool_id":null,"name":"vping_userdata-subnet_8d020944-33e9-42a5-840c-265311ba2af9"}]} 2018-08-23 08:19:23,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cb6e4e55-2a80-4f98-9079-cff6a0dee5cf 2018-08-23 08:19:23,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.064857006073s 2018-08-23 08:19:23,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cb6e4e55-2a80-4f98-9079-cff6a0dee5cf 2018-08-23 08:19:23,159 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:25,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:25,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:26,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-f239b32c-5c8b-4746-8620-67c5874925a5 x-compute-request-id: req-f239b32c-5c8b-4746-8620-67c5874925a5 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:25Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:26,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f239b32c-5c8b-4746-8620-67c5874925a5 2018-08-23 08:19:26,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.91142988205s 2018-08-23 08:19:26,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f239b32c-5c8b-4746-8620-67c5874925a5 2018-08-23 08:19:26,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:28,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:28,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-c5e41f1b-ee51-4d6d-a1f5-c12c8e9c0676 x-compute-request-id: req-c5e41f1b-ee51-4d6d-a1f5-c12c8e9c0676 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:25Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:28,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5e41f1b-ee51-4d6d-a1f5-c12c8e9c0676 2018-08-23 08:19:28,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710159063339s 2018-08-23 08:19:28,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5e41f1b-ee51-4d6d-a1f5-c12c8e9c0676 2018-08-23 08:19:28,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:30,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:30,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aea264c-cc50-461c-9e00-6c990d3bcf39 x-compute-request-id: req-6aea264c-cc50-461c-9e00-6c990d3bcf39 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:31,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6aea264c-cc50-461c-9e00-6c990d3bcf39 2018-08-23 08:19:31,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631176948547s 2018-08-23 08:19:31,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6aea264c-cc50-461c-9e00-6c990d3bcf39 2018-08-23 08:19:31,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:19:31,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=bad0257e-6a1c-441e-9054-ffaefae4f416" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3b779245-e414-4377-ae95-9febfc38cfc7 Date: Thu, 23 Aug 2018 08:19:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c1faa306-61a0-498a-98a0-279e81b9d914","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:25Z","admin_state_up":true,"updated_at":"2018-08-23T08:19:29Z","binding:vnic_type":"normal","device_id":"bad0257e-6a1c-441e-9054-ffaefae4f416","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:3c:b7:51","id":"a898c45d-09a4-4da1-8444-a2060cf9881b","port_security_enabled":true,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","fixed_ips":[{"subnet_id":"2eccd409-8bc4-4936-beae-8b2ca2699579","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["3addfbce-4d0e-4e92-a233-8613583016fa"],"name":""}]} 2018-08-23 08:19:31,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=bad0257e-6a1c-441e-9054-ffaefae4f416 used request id req-3b779245-e414-4377-ae95-9febfc38cfc7 2018-08-23 08:19:31,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0823831558228s 2018-08-23 08:19:31,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=bad0257e-6a1c-441e-9054-ffaefae4f416 used request id req-3b779245-e414-4377-ae95-9febfc38cfc7 2018-08-23 08:19:31,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:19:31,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a898c45d-09a4-4da1-8444-a2060cf9881b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-590ec302-db6e-4c37-a340-77ae7751c185 Date: Thu, 23 Aug 2018 08:19:31 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:19:31,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a898c45d-09a4-4da1-8444-a2060cf9881b used request id req-590ec302-db6e-4c37-a340-77ae7751c185 2018-08-23 08:19:31,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0486187934875s 2018-08-23 08:19:31,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a898c45d-09a4-4da1-8444-a2060cf9881b used request id req-590ec302-db6e-4c37-a340-77ae7751c185 2018-08-23 08:19:31,569 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3c:b7:51', 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'7a750dd2-8572-428f-b694-3100e534dcdc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:19:29.000000', 'flavor': Munch({u'id': u'702cde09-17b7-4a99-8575-dba6489917c1'}), 'az': u'nova', 'id': u'bad0257e-6a1c-441e-9054-ffaefae4f416', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ca3039ff6ade4455ae12d37be962d9ec', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'name': 'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:19:29.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:19:29Z', 'hostId': u'752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:19:29.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'name': u'vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9', 'adminPass': u'WxRDcD7zU5Zn', 'tenant_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'created_at': u'2018-08-23T08:19:22Z', 'created': u'2018-08-23T08:19:22Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:19:31,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-2ef26d3e-b62d-4c71-81ce-a57462fabaea Date: Thu, 23 Aug 2018 08:19: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":["2eccd409-8bc4-4936-beae-8b2ca2699579"],"updated_at":"2018-08-23T08:19:15Z","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:19:31,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2ef26d3e-b62d-4c71-81ce-a57462fabaea 2018-08-23 08:19:31,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0948011875153s 2018-08-23 08:19:31,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2ef26d3e-b62d-4c71-81ce-a57462fabaea 2018-08-23 08:19:31,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:31,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-6757095f-8be9-4f7f-9669-cac8e1c3636e Date: Thu, 23 Aug 2018 08:19:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:19:19Z", "file": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file", "owner": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "7a750dd2-8572-428f-b694-3100e534dcdc", "size": 12716032, "self": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:19:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:31,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6757095f-8be9-4f7f-9669-cac8e1c3636e 2018-08-23 08:19:31,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0375909805298s 2018-08-23 08:19:31,708 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6757095f-8be9-4f7f-9669-cac8e1c3636e 2018-08-23 08:19:31,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:19:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:31,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2dde0f2-61a8-4ad0-9f74-4e836a52b0a7 x-compute-request-id: req-e2dde0f2-61a8-4ad0-9f74-4e836a52b0a7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "702cde09-17b7-4a99-8575-dba6489917c1"}]} 2018-08-23 08:19:31,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e2dde0f2-61a8-4ad0-9f74-4e836a52b0a7 2018-08-23 08:19:31,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258638858795s 2018-08-23 08:19:31,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e2dde0f2-61a8-4ad0-9f74-4e836a52b0a7 2018-08-23 08:19:31,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:19:31,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"server": {"name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "imageRef": "7a750dd2-8572-428f-b694-3100e534dcdc", "flavorRef": "702cde09-17b7-4a99-8575-dba6489917c1", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjcgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c1faa306-61a0-498a-98a0-279e81b9d914"}]}}' 2018-08-23 08:19:33,090 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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-6844c1dc-eff1-40e4-aeb8-357772da439a x-compute-request-id: req-6844c1dc-eff1-40e4-aeb8-357772da439a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "adminPass": "b6pyWuUKAztD"}} 2018-08-23 08:19:33,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-6844c1dc-eff1-40e4-aeb8-357772da439a 2018-08-23 08:19:33,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.35262513161s 2018-08-23 08:19:33,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-6844c1dc-eff1-40e4-aeb8-357772da439a 2018-08-23 08:19:33,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:33,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19: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-dd78b431-5036-43b4-9d93-e8f9c2bbcadf x-compute-request-id: req-dd78b431-5036-43b4-9d93-e8f9c2bbcadf Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:33,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd78b431-5036-43b4-9d93-e8f9c2bbcadf 2018-08-23 08:19:33,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651309967041s 2018-08-23 08:19:33,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd78b431-5036-43b4-9d93-e8f9c2bbcadf 2018-08-23 08:19:33,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:35,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:35,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:36,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-320bdf82-1ebb-4777-aa47-2e64d56d7139 x-compute-request-id: req-320bdf82-1ebb-4777-aa47-2e64d56d7139 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:35Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:36,118 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-320bdf82-1ebb-4777-aa47-2e64d56d7139 2018-08-23 08:19:36,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367702960968s 2018-08-23 08:19:36,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-320bdf82-1ebb-4777-aa47-2e64d56d7139 2018-08-23 08:19:36,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:38,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:39,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40012e98-32bb-4c84-b8e7-43da465d18e4 x-compute-request-id: req-40012e98-32bb-4c84-b8e7-43da465d18e4 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:19:35Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:39,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-40012e98-32bb-4c84-b8e7-43da465d18e4 2018-08-23 08:19:39,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.927886962891s 2018-08-23 08:19:39,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-40012e98-32bb-4c84-b8e7-43da465d18e4 2018-08-23 08:19:39,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:41,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:41,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:41,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19: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-5b629767-dc69-41da-b53b-3689f7b63707 x-compute-request-id: req-5b629767-dc69-41da-b53b-3689f7b63707 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:40Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:41,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b629767-dc69-41da-b53b-3689f7b63707 2018-08-23 08:19:41,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199726819992s 2018-08-23 08:19:41,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b629767-dc69-41da-b53b-3689f7b63707 2018-08-23 08:19:41,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:19:41,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=ddc8d1a0-50b2-44c7-8215-542643e8187e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:41,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-10c10be8-1dec-4966-8d8a-cf3d7c69da3a Date: Thu, 23 Aug 2018 08:19:41 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c1faa306-61a0-498a-98a0-279e81b9d914","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:35Z","admin_state_up":true,"updated_at":"2018-08-23T08:19:39Z","binding:vnic_type":"normal","device_id":"ddc8d1a0-50b2-44c7-8215-542643e8187e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:4f:a7:83","id":"86a5e8d5-7162-4907-9abe-17c048e6a4b5","port_security_enabled":true,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","fixed_ips":[{"subnet_id":"2eccd409-8bc4-4936-beae-8b2ca2699579","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["3addfbce-4d0e-4e92-a233-8613583016fa"],"name":""}]} 2018-08-23 08:19:41,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=ddc8d1a0-50b2-44c7-8215-542643e8187e used request id req-10c10be8-1dec-4966-8d8a-cf3d7c69da3a 2018-08-23 08:19:41,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0481808185577s 2018-08-23 08:19:41,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=ddc8d1a0-50b2-44c7-8215-542643e8187e used request id req-10c10be8-1dec-4966-8d8a-cf3d7c69da3a 2018-08-23 08:19:41,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:19:41,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=86a5e8d5-7162-4907-9abe-17c048e6a4b5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:41,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-644f69ac-8a17-4a86-84c2-95af196b5185 Date: Thu, 23 Aug 2018 08:19:41 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:19:41,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=86a5e8d5-7162-4907-9abe-17c048e6a4b5 used request id req-644f69ac-8a17-4a86-84c2-95af196b5185 2018-08-23 08:19:41,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0407431125641s 2018-08-23 08:19:41,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=86a5e8d5-7162-4907-9abe-17c048e6a4b5 used request id req-644f69ac-8a17-4a86-84c2-95af196b5185 2018-08-23 08:19:41,364 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4f:a7:83', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7a750dd2-8572-428f-b694-3100e534dcdc'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:19:39.000000', 'flavor': Munch({u'id': u'702cde09-17b7-4a99-8575-dba6489917c1'}), 'az': u'nova', 'id': u'ddc8d1a0-50b2-44c7-8215-542643e8187e', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ca3039ff6ade4455ae12d37be962d9ec', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'name': 'vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:19:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:19:40Z', 'hostId': u'a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:19:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'name': u'vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9', 'adminPass': u'b6pyWuUKAztD', 'tenant_id': u'0716778dcc8f4b8cac86b67d2eff7d4f', 'created_at': u'2018-08-23T08:19:33Z', 'created': u'2018-08-23T08:19:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:19:41,365 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-23 08:19:42,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:42,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75607ddf-afb8-4eff-a418-d04009dd0e35 x-compute-request-id: req-75607ddf-afb8-4eff-a418-d04009dd0e35 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:40Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:42,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75607ddf-afb8-4eff-a418-d04009dd0e35 2018-08-23 08:19:42,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174071073532s 2018-08-23 08:19:42,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75607ddf-afb8-4eff-a418-d04009dd0e35 2018-08-23 08:19:42,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:19:42,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:19:42,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b82094a-65e3-4c54-b70f-ba80da9058a7 x-compute-request-id: req-5b82094a-65e3-4c54-b70f-ba80da9058a7 Content-Encoding: gzip Content-Length: 7979 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480335194 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.185778] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188113] pid_max: default: 32768 minimum: 301\n[ 0.189373] ACPI: Core revision 20150930\n[ 0.191071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192894] Security Framework initialized\n[ 0.194031] Yama: becoming mindful.\n[ 0.195048] AppArmor: AppArmor initialized\n[ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198068] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199819] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203372] Initializing cgroup subsys io\n[ 0.204517] Initializing cgroup subsys memory\n[ 0.205725] Initializing cgroup subsys devices\n[ 0.206942] Initializing cgroup subsys freezer\n[ 0.208190] Initializing cgroup subsys net_cls\n[ 0.209404] Initializing cgroup subsys perf_event\n[ 0.210675] Initializing cgroup subsys net_prio\n[ 0.211904] Initializing cgroup subsys hugetlb\n[ 0.213130] Initializing cgroup subsys pids\n[ 0.214342] CPU: Physical Processor ID: 0\n[ 0.216163] mce: CPU supports 10 MCE banks\n[ 0.217369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241739] ftrace: allocating 31920 entries in 125 pages\n[ 0.267240] smpboot: Max logical packages: 1\n[ 0.268502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270397] x2apic enabled\n[ 0.271549] Switched APIC routing to physical x2apic.\n[ 0.274047] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278367] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280868] KVM setup paravirtual spinlock\n[ 0.282466] x86: Booted up 1 node, 1 CPUs\n[ 0.283580] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285486] devtmpfs: initialized\n[ 0.287471] evm: security.selinux\n[ 0.288498] evm: security.SMACK64\n[ 0.289481] evm: security.SMACK64EXEC\n[ 0.290529] evm: security.SMACK64TRANSMUTE\n[ 0.291659] evm: security.SMACK64MMAP\n[ 0.292698] evm: security.ima\n[ 0.293596] evm: security.capability\n[ 0.294711] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297266] pinctrl core: initialized pinctrl subsystem\n[ 0.298803] RTC time: 8:19:40, date: 08/23/18\n[ 0.300110] NET: Registered protocol family 16\n[ 0.301450] cpuidle: using governor ladder\n[ 0.302591] cpuidle: using governor menu\n[ 0.303700] PCCT header not found.\n[ 0.304743] ACPI: bus type PCI registered\n[ 0.305864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307566] PCI: Using configuration type 1 for base access\n[ 0.309786] ACPI: Added _OSI(Module Device)\n[ 0.310963] ACPI: Added _OSI(Processor Device)\n[ 0.312164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313430] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315618] ACPI: Interpreter enabled\n[ 0.316680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.327008] ACPI: (supports S0 S5)\n[ 0.327995] ACPI: Using IOAPIC for interrupt routing\n[ 0.329345] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.333191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338124] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341170] acpiphp: Slot [3] registered\n[ 0.342283] acpiphp: Slot [4] registered\n[ 0.343400] acpiphp: Slot [5] registered\n[ 0.344514] acpiphp: Slot [6] registered\n[ 0.345630] acpiphp: Slot [7] registered\n[ 0.346747] acpiphp: Slot [8] registered\n[ 0.347860] acpiphp: Slot [9] registered\n[ 0.349004] acpiphp: Slot [10] registered\n[ 0.350132] acpiphp: Slot [11] registered\n[ 0.351273] acpiphp: Slot [12] registered\n[ 0.352404] acpiphp: Slot [13] registered\n[ 0.353532] acpiphp: Slot [14] registered\n[ 0.354668] acpiphp: Slot [15] registered\n[ 0.370401] acpiphp: Slot [16] registered\n[ 0.371546] acpiphp: Slot [17] registered\n[ 0.372682] acpiphp: Slot [18] registered\n[ 0.373809] acpiphp: Slot [19] registered\n[ 0.374941] acpiphp: Slot [20] registered\n[ 0.376067] acpiphp: Slot [21] registered\n[ 0.377192] acpiphp: Slot [22] registered\n[ 0.378320] acpiphp: Slot [23] registered\n[ 0.379487] acpiphp: Slot [24] registered\n[ 0.380622] acpiphp: Slot [25] registered\n[ 0.381747] acpiphp: Slot [26] registered\n[ 0.382865] acpiphp: Slot [27] registered\n[ 0.383990] acpiphp: Slot [28] registered\n[ 0.385121] acpiphp: Slot [29] registered\n[ 0.386251] acpiphp: Slot [30] registered\n[ 0.387378] acpiphp: Slot [31] registered\n[ 0.388500] PCI host bridge to bus 0000:00\n[ 0.389662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397067] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403164] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408330] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414655] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435896] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439993] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.441978] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.443988] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445734] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451166] vgaarb: loaded\n[ 0.452008] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453669] SCSI subsystem initialized\n[ 0.454929] ACPI: bus type USB registered\n[ 0.456081] usbcore: registered new interface driver usbfs\n[ 0.457507] usbcore: registered new interface driver hub\n[ 0.458859] usbcore: registered new device driver usb\n[ 0.460376] PCI: Using ACPI for IRQ routing\n[ 0.461888] NetLabel: Initializing\n[ 0.462867] NetLabel: domain hash size = 128\n[ 0.464007] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465317] NetLabel: unlabeled traffic allowed by default\n[ 0.466882] clocksource: Switched to clocksource kvm-clock\n[ 0.477071] AppArmor: AppArmor Filesystem Enabled\n[ 0.478371] pnp: PnP ACPI init\n[ 0.479595] pnp: PnP ACPI: found 5 devices\n[ 0.486450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488783] NET: Registered protocol family 2\n[ 0.490211] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495216] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498242] NET: Registered protocol family 1\n[ 0.499437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500952] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531861] Trying to unpack rootfs image as initramfs...\n[ 0.594062] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599015] Scanning for low memory corruption every 60 seconds\n[ 0.601207] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602815] audit: initializing netlink subsys (disabled)\n[ 0.604293] audit: type=2000 audit(1535012380.749:1): initialized\n[ 0.606156] Initialise system trusted keyring\n[ 0.607534] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609108] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611857] zbud: loaded\n[ 0.612864] VFS: Disk quotas dquot_6.6.0\n[ 0.613991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616147] fuse init (API version 7.23)\n[ 0.617372] Key type big_key registered\n[ 0.618471] Allocating IMA MOK and blacklist keyrings.\n[ 0.620129] Key type asymmetric registered\n[ 0.621275] Asymmetric key parser 'x509' registered\n[ 0.622597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624670] io scheduler noop registered\n[ 0.625756] io scheduler deadline registered (default)\n[ 0.627117] io scheduler cfq registered\n[ 0.628312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.629728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633498] ACPI: Power Button [PWRF]\n[ 0.634723] GHES: HEST is not enabled!\n[ 0.648931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681405] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708574] Linux agpgart interface v0.103\n[ 0.711943] brd: module loaded\n[ 0.714164] loop: module loaded\n[ 0.719100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721084] GPT:90111 != 2097151\n[ 0.722012] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723530] GPT:90111 != 2097151\n[ 0.724462] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725776] vda: vda1 vda15\n[ 0.727490] scsi host0: ata_piix\n[ 0.728554] scsi host1: ata_piix\n[ 0.729536] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733193] libphy: Fixed MDIO Bus: probed\n[ 0.734319] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735622] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738535] PPP generic driver version 2.4.2\n[ 0.739804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741407] ehci-pci: EHCI PCI platform driver\n[ 0.742621] ehci-platform: EHCI generic platform driver\n[ 0.743979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745518] ohci-pci: OHCI PCI platform driver\n[ 0.746708] ohci-platform: OHCI generic platform driver\n[ 0.748053] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766115] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767496] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769060] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772672] usb usb1: Product: UHCI Host Controller\n[ 0.773981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775538] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776878] hub 1-0:1.0: USB hub found\n[ 0.778034] hub 1-0:1.0: 2 ports detected\n[ 0.779318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784984] mousedev: PS/2 mouse device common for all mice\n[ 0.786685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.792328] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793983] i2c /dev entries driver\n[ 0.795053] device-mapper: uevent: version 1.0.3\n[ 0.796367] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798591] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800425] NET: Registered protocol family 10\n[ 0.802141] NET: Registered protocol family 17\n[ 0.803511] Key type dns_resolver registered\n[ 0.804937] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806548] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809203] registered taskstats version 1\n[ 0.810474] Loading compiled-in X.509 certificates\n[ 0.812447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815259] zswap: loaded using pool lzo/zbud\n[ 0.817476] Key type trusted registered\n[ 0.819789] Key type encrypted registered\n[ 0.821021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822591] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824174] evm: HMAC attrs: 0x1\n[ 0.825577] Magic number: 14:857:321\n[ 0.826756] bdi 253:0: hash matches\n[ 0.827864] tty tty46: hash matches\n[ 0.828975] pci 0000:00:02.0: hash matches\n[ 0.830310] rtc_cmos 00:00: setting system clock to 2018-08-23 08:19:41 UTC (1535012381)\n[ 0.847317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849028] EDD information not available.\n[ 0.892402] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.894746] Write protecting the kernel read-only data: 14336k\n[ 0.897869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.900548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\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.061440] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-08-23 08:19:42,633 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action used request id req-5b82094a-65e3-4c54-b70f-ba80da9058a7 2018-08-23 08:19:42,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0898170471191s 2018-08-23 08:19:42,634 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action used request id req-5b82094a-65e3-4c54-b70f-ba80da9058a7 2018-08-23 08:19:42,634 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 480335194 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.185778] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188113] pid_max: default: 32768 minimum: 301 [ 0.189373] ACPI: Core revision 20150930 [ 0.191071] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192894] Security Framework initialized [ 0.194031] Yama: becoming mindful. [ 0.195048] AppArmor: AppArmor initialized [ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198068] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199819] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203372] Initializing cgroup subsys io [ 0.204517] Initializing cgroup subsys memory [ 0.205725] Initializing cgroup subsys devices [ 0.206942] Initializing cgroup subsys freezer [ 0.208190] Initializing cgroup subsys net_cls [ 0.209404] Initializing cgroup subsys perf_event [ 0.210675] Initializing cgroup subsys net_prio [ 0.211904] Initializing cgroup subsys hugetlb [ 0.213130] Initializing cgroup subsys pids [ 0.214342] CPU: Physical Processor ID: 0 [ 0.216163] mce: CPU supports 10 MCE banks [ 0.217369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241739] ftrace: allocating 31920 entries in 125 pages [ 0.267240] smpboot: Max logical packages: 1 [ 0.268502] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270397] x2apic enabled [ 0.271549] Switched APIC routing to physical x2apic. [ 0.274047] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278367] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280868] KVM setup paravirtual spinlock [ 0.282466] x86: Booted up 1 node, 1 CPUs [ 0.283580] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285486] devtmpfs: initialized [ 0.287471] evm: security.selinux [ 0.288498] evm: security.SMACK64 [ 0.289481] evm: security.SMACK64EXEC [ 0.290529] evm: security.SMACK64TRANSMUTE [ 0.291659] evm: security.SMACK64MMAP [ 0.292698] evm: security.ima [ 0.293596] evm: security.capability [ 0.294711] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297266] pinctrl core: initialized pinctrl subsystem [ 0.298803] RTC time: 8:19:40, date: 08/23/18 [ 0.300110] NET: Registered protocol family 16 [ 0.301450] cpuidle: using governor ladder [ 0.302591] cpuidle: using governor menu [ 0.303700] PCCT header not found. [ 0.304743] ACPI: bus type PCI registered [ 0.305864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307566] PCI: Using configuration type 1 for base access [ 0.309786] ACPI: Added _OSI(Module Device) [ 0.310963] ACPI: Added _OSI(Processor Device) [ 0.312164] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313430] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315618] ACPI: Interpreter enabled [ 0.316680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.327008] ACPI: (supports S0 S5) [ 0.327995] ACPI: Using IOAPIC for interrupt routing [ 0.329345] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.333191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.338124] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341170] acpiphp: Slot [3] registered [ 0.342283] acpiphp: Slot [4] registered [ 0.343400] acpiphp: Slot [5] registered [ 0.344514] acpiphp: Slot [6] registered [ 0.345630] acpiphp: Slot [7] registered [ 0.346747] acpiphp: Slot [8] registered [ 0.347860] acpiphp: Slot [9] registered [ 0.349004] acpiphp: Slot [10] registered [ 0.350132] acpiphp: Slot [11] registered [ 0.351273] acpiphp: Slot [12] registered [ 0.352404] acpiphp: Slot [13] registered [ 0.353532] acpiphp: Slot [14] registered [ 0.354668] acpiphp: Slot [15] registered [ 0.370401] acpiphp: Slot [16] registered [ 0.371546] acpiphp: Slot [17] registered [ 0.372682] acpiphp: Slot [18] registered [ 0.373809] acpiphp: Slot [19] registered [ 0.374941] acpiphp: Slot [20] registered [ 0.376067] acpiphp: Slot [21] registered [ 0.377192] acpiphp: Slot [22] registered [ 0.378320] acpiphp: Slot [23] registered [ 0.379487] acpiphp: Slot [24] registered [ 0.380622] acpiphp: Slot [25] registered [ 0.381747] acpiphp: Slot [26] registered [ 0.382865] acpiphp: Slot [27] registered [ 0.383990] acpiphp: Slot [28] registered [ 0.385121] acpiphp: Slot [29] registered [ 0.386251] acpiphp: Slot [30] registered [ 0.387378] acpiphp: Slot [31] registered [ 0.388500] PCI host bridge to bus 0000:00 [ 0.389662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397067] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399135] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403164] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408330] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414655] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.435896] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.437960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.439993] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.441978] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.443988] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445734] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447529] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451166] vgaarb: loaded [ 0.452008] vgaarb: bridge control possible 0000:00:02.0 [ 0.453669] SCSI subsystem initialized [ 0.454929] ACPI: bus type USB registered [ 0.456081] usbcore: registered new interface driver usbfs [ 0.457507] usbcore: registered new interface driver hub [ 0.458859] usbcore: registered new device driver usb [ 0.460376] PCI: Using ACPI for IRQ routing [ 0.461888] NetLabel: Initializing [ 0.462867] NetLabel: domain hash size = 128 [ 0.464007] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.465317] NetLabel: unlabeled traffic allowed by default [ 0.466882] clocksource: Switched to clocksource kvm-clock [ 0.477071] AppArmor: AppArmor Filesystem Enabled [ 0.478371] pnp: PnP ACPI init [ 0.479595] pnp: PnP ACPI: found 5 devices [ 0.486450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488783] NET: Registered protocol family 2 [ 0.490211] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493585] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495216] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498242] NET: Registered protocol family 1 [ 0.499437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500952] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502401] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531861] Trying to unpack rootfs image as initramfs... [ 0.594062] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599015] Scanning for low memory corruption every 60 seconds [ 0.601207] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602815] audit: initializing netlink subsys (disabled) [ 0.604293] audit: type=2000 audit(1535012380.749:1): initialized [ 0.606156] Initialise system trusted keyring [ 0.607534] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609108] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611857] zbud: loaded [ 0.612864] VFS: Disk quotas dquot_6.6.0 [ 0.613991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616147] fuse init (API version 7.23) [ 0.617372] Key type big_key registered [ 0.618471] Allocating IMA MOK and blacklist keyrings. [ 0.620129] Key type asymmetric registered [ 0.621275] Asymmetric key parser 'x509' registered [ 0.622597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624670] io scheduler noop registered [ 0.625756] io scheduler deadline registered (default) [ 0.627117] io scheduler cfq registered [ 0.628312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.629728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633498] ACPI: Power Button [PWRF] [ 0.634723] GHES: HEST is not enabled! [ 0.648931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681405] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708574] Linux agpgart interface v0.103 [ 0.711943] brd: module loaded [ 0.714164] loop: module loaded [ 0.719100] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721084] GPT:90111 != 2097151 [ 0.722012] GPT:Alternate GPT header not at the end of the disk. [ 0.723530] GPT:90111 != 2097151 [ 0.724462] GPT: Use GNU Parted to correct GPT errors. [ 0.725776] vda: vda1 vda15 [ 0.727490] scsi host0: ata_piix [ 0.728554] scsi host1: ata_piix [ 0.729536] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.733193] libphy: Fixed MDIO Bus: probed [ 0.734319] tun: Universal TUN/TAP device driver, 1.6 [ 0.735622] tun: (C) 1999-2004 Max Krasnyansky [ 0.738535] PPP generic driver version 2.4.2 [ 0.739804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741407] ehci-pci: EHCI PCI platform driver [ 0.742621] ehci-platform: EHCI generic platform driver [ 0.743979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745518] ohci-pci: OHCI PCI platform driver [ 0.746708] ohci-platform: OHCI generic platform driver [ 0.748053] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762732] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766115] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767496] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.769060] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772672] usb usb1: Product: UHCI Host Controller [ 0.773981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775538] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776878] hub 1-0:1.0: USB hub found [ 0.778034] hub 1-0:1.0: 2 ports detected [ 0.779318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782228] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784984] mousedev: PS/2 mouse device common for all mice [ 0.786685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.789181] rtc_cmos 00:00: RTC can wake from S4 [ 0.790702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.792328] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793983] i2c /dev entries driver [ 0.795053] device-mapper: uevent: version 1.0.3 [ 0.796367] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798591] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800425] NET: Registered protocol family 10 [ 0.802141] NET: Registered protocol family 17 [ 0.803511] Key type dns_resolver registered [ 0.804937] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.806548] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.809203] registered taskstats version 1 [ 0.810474] Loading compiled-in X.509 certificates [ 0.812447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.815259] zswap: loaded using pool lzo/zbud [ 0.817476] Key type trusted registered [ 0.819789] Key type encrypted registered [ 0.821021] AppArmor: AppArmor sha1 policy hashing enabled [ 0.822591] ima: No TPM chip found, activating TPM-bypass! [ 0.824174] evm: HMAC attrs: 0x1 [ 0.825577] Magic number: 14:857:321 [ 0.826756] bdi 253:0: hash matches [ 0.827864] tty tty46: hash matches [ 0.828975] pci 0000:00:02.0: hash matches [ 0.830310] rtc_cmos 00:00: setting system clock to 2018-08-23 08:19:41 UTC (1535012381) [ 0.847317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849028] EDD information not available. [ 0.892402] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.894746] Write protecting the kernel read-only data: 14336k [ 0.897869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.900548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 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.061440] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-08-23 08:19:42,635 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.7. Waiting for response... 2018-08-23 08:19:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:43,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:44,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a519b052-07c1-4858-b4a8-72e36fffc945 x-compute-request-id: req-a519b052-07c1-4858-b4a8-72e36fffc945 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:40Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:29Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:44,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a519b052-07c1-4858-b4a8-72e36fffc945 2018-08-23 08:19:44,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449519872665s 2018-08-23 08:19:44,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a519b052-07c1-4858-b4a8-72e36fffc945 2018-08-23 08:19:44,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:19:44,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:19:44,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f29315d0-dcf1-4daa-9e33-766b577a827e x-compute-request-id: req-f29315d0-dcf1-4daa-9e33-766b577a827e Content-Encoding: gzip Content-Length: 9613 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480335194 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.185778] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188113] pid_max: default: 32768 minimum: 301\n[ 0.189373] ACPI: Core revision 20150930\n[ 0.191071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192894] Security Framework initialized\n[ 0.194031] Yama: becoming mindful.\n[ 0.195048] AppArmor: AppArmor initialized\n[ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198068] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199819] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203372] Initializing cgroup subsys io\n[ 0.204517] Initializing cgroup subsys memory\n[ 0.205725] Initializing cgroup subsys devices\n[ 0.206942] Initializing cgroup subsys freezer\n[ 0.208190] Initializing cgroup subsys net_cls\n[ 0.209404] Initializing cgroup subsys perf_event\n[ 0.210675] Initializing cgroup subsys net_prio\n[ 0.211904] Initializing cgroup subsys hugetlb\n[ 0.213130] Initializing cgroup subsys pids\n[ 0.214342] CPU: Physical Processor ID: 0\n[ 0.216163] mce: CPU supports 10 MCE banks\n[ 0.217369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.235003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241739] ftrace: allocating 31920 entries in 125 pages\n[ 0.267240] smpboot: Max logical packages: 1\n[ 0.268502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.270397] x2apic enabled\n[ 0.271549] Switched APIC routing to physical x2apic.\n[ 0.274047] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.278367] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280868] KVM setup paravirtual spinlock\n[ 0.282466] x86: Booted up 1 node, 1 CPUs\n[ 0.283580] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285486] devtmpfs: initialized\n[ 0.287471] evm: security.selinux\n[ 0.288498] evm: security.SMACK64\n[ 0.289481] evm: security.SMACK64EXEC\n[ 0.290529] evm: security.SMACK64TRANSMUTE\n[ 0.291659] evm: security.SMACK64MMAP\n[ 0.292698] evm: security.ima\n[ 0.293596] evm: security.capability\n[ 0.294711] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297266] pinctrl core: initialized pinctrl subsystem\n[ 0.298803] RTC time: 8:19:40, date: 08/23/18\n[ 0.300110] NET: Registered protocol family 16\n[ 0.301450] cpuidle: using governor ladder\n[ 0.302591] cpuidle: using governor menu\n[ 0.303700] PCCT header not found.\n[ 0.304743] ACPI: bus type PCI registered\n[ 0.305864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307566] PCI: Using configuration type 1 for base access\n[ 0.309786] ACPI: Added _OSI(Module Device)\n[ 0.310963] ACPI: Added _OSI(Processor Device)\n[ 0.312164] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313430] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315618] ACPI: Interpreter enabled\n[ 0.316680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.327008] ACPI: (supports S0 S5)\n[ 0.327995] ACPI: Using IOAPIC for interrupt routing\n[ 0.329345] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.333191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338124] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341170] acpiphp: Slot [3] registered\n[ 0.342283] acpiphp: Slot [4] registered\n[ 0.343400] acpiphp: Slot [5] registered\n[ 0.344514] acpiphp: Slot [6] registered\n[ 0.345630] acpiphp: Slot [7] registered\n[ 0.346747] acpiphp: Slot [8] registered\n[ 0.347860] acpiphp: Slot [9] registered\n[ 0.349004] acpiphp: Slot [10] registered\n[ 0.350132] acpiphp: Slot [11] registered\n[ 0.351273] acpiphp: Slot [12] registered\n[ 0.352404] acpiphp: Slot [13] registered\n[ 0.353532] acpiphp: Slot [14] registered\n[ 0.354668] acpiphp: Slot [15] registered\n[ 0.370401] acpiphp: Slot [16] registered\n[ 0.371546] acpiphp: Slot [17] registered\n[ 0.372682] acpiphp: Slot [18] registered\n[ 0.373809] acpiphp: Slot [19] registered\n[ 0.374941] acpiphp: Slot [20] registered\n[ 0.376067] acpiphp: Slot [21] registered\n[ 0.377192] acpiphp: Slot [22] registered\n[ 0.378320] acpiphp: Slot [23] registered\n[ 0.379487] acpiphp: Slot [24] registered\n[ 0.380622] acpiphp: Slot [25] registered\n[ 0.381747] acpiphp: Slot [26] registered\n[ 0.382865] acpiphp: Slot [27] registered\n[ 0.383990] acpiphp: Slot [28] registered\n[ 0.385121] acpiphp: Slot [29] registered\n[ 0.386251] acpiphp: Slot [30] registered\n[ 0.387378] acpiphp: Slot [31] registered\n[ 0.388500] PCI host bridge to bus 0000:00\n[ 0.389662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.391348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.393022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.395046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.397067] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399135] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403164] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.404933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.406567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.408330] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.412660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.414655] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.435896] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.437960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.439993] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.441978] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.443988] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.445734] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.447529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.448986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.451166] vgaarb: loaded\n[ 0.452008] vgaarb: bridge control possible 0000:00:02.0\n[ 0.453669] SCSI subsystem initialized\n[ 0.454929] ACPI: bus type USB registered\n[ 0.456081] usbcore: registered new interface driver usbfs\n[ 0.457507] usbcore: registered new interface driver hub\n[ 0.458859] usbcore: registered new device driver usb\n[ 0.460376] PCI: Using ACPI for IRQ routing\n[ 0.461888] NetLabel: Initializing\n[ 0.462867] NetLabel: domain hash size = 128\n[ 0.464007] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.465317] NetLabel: unlabeled traffic allowed by default\n[ 0.466882] clocksource: Switched to clocksource kvm-clock\n[ 0.477071] AppArmor: AppArmor Filesystem Enabled\n[ 0.478371] pnp: PnP ACPI init\n[ 0.479595] pnp: PnP ACPI: found 5 devices\n[ 0.486450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488783] NET: Registered protocol family 2\n[ 0.490211] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495216] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.498242] NET: Registered protocol family 1\n[ 0.499437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500952] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531861] Trying to unpack rootfs image as initramfs...\n[ 0.594062] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.599015] Scanning for low memory corruption every 60 seconds\n[ 0.601207] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602815] audit: initializing netlink subsys (disabled)\n[ 0.604293] audit: type=2000 audit(1535012380.749:1): initialized\n[ 0.606156] Initialise system trusted keyring\n[ 0.607534] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609108] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611857] zbud: loaded\n[ 0.612864] VFS: Disk quotas dquot_6.6.0\n[ 0.613991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616147] fuse init (API version 7.23)\n[ 0.617372] Key type big_key registered\n[ 0.618471] Allocating IMA MOK and blacklist keyrings.\n[ 0.620129] Key type asymmetric registered\n[ 0.621275] Asymmetric key parser 'x509' registered\n[ 0.622597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624670] io scheduler noop registered\n[ 0.625756] io scheduler deadline registered (default)\n[ 0.627117] io scheduler cfq registered\n[ 0.628312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.629728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633498] ACPI: Power Button [PWRF]\n[ 0.634723] GHES: HEST is not enabled!\n[ 0.648931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.678451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.681405] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.705588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.708574] Linux agpgart interface v0.103\n[ 0.711943] brd: module loaded\n[ 0.714164] loop: module loaded\n[ 0.719100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.721084] GPT:90111 != 2097151\n[ 0.722012] GPT:Alternate GPT header not at the end of the disk.\n[ 0.723530] GPT:90111 != 2097151\n[ 0.724462] GPT: Use GNU Parted to correct GPT errors.\n[ 0.725776] vda: vda1 vda15\n[ 0.727490] scsi host0: ata_piix\n[ 0.728554] scsi host1: ata_piix\n[ 0.729536] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.731195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.733193] libphy: Fixed MDIO Bus: probed\n[ 0.734319] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735622] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.738535] PPP generic driver version 2.4.2\n[ 0.739804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741407] ehci-pci: EHCI PCI platform driver\n[ 0.742621] ehci-platform: EHCI generic platform driver\n[ 0.743979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745518] ohci-pci: OHCI PCI platform driver\n[ 0.746708] ohci-platform: OHCI generic platform driver\n[ 0.748053] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762732] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.764092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766115] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767496] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.769060] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772672] usb usb1: Product: UHCI Host Controller\n[ 0.773981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775538] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776878] hub 1-0:1.0: USB hub found\n[ 0.778034] hub 1-0:1.0: 2 ports detected\n[ 0.779318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782228] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783575] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784984] mousedev: PS/2 mouse device common for all mice\n[ 0.786685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.789181] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.792328] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793983] i2c /dev entries driver\n[ 0.795053] device-mapper: uevent: version 1.0.3\n[ 0.796367] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798591] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800425] NET: Registered protocol family 10\n[ 0.802141] NET: Registered protocol family 17\n[ 0.803511] Key type dns_resolver registered\n[ 0.804937] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806548] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809203] registered taskstats version 1\n[ 0.810474] Loading compiled-in X.509 certificates\n[ 0.812447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815259] zswap: loaded using pool lzo/zbud\n[ 0.817476] Key type trusted registered\n[ 0.819789] Key type encrypted registered\n[ 0.821021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822591] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824174] evm: HMAC attrs: 0x1\n[ 0.825577] Magic number: 14:857:321\n[ 0.826756] bdi 253:0: hash matches\n[ 0.827864] tty tty46: hash matches\n[ 0.828975] pci 0000:00:02.0: hash matches\n[ 0.830310] rtc_cmos 00:00: setting system clock to 2018-08-23 08:19:41 UTC (1535012381)\n[ 0.847317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849028] EDD information not available.\n[ 0.892402] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.894746] Write protecting the kernel read-only data: 14336k\n[ 0.897869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.900548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\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.061440] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXlj7bSMJSjuGJz86mpY34aIhF4zNvJlnouTfWId7dbzpfwsrWQggMOcvhWk5K2R174uc3jObBYSxM4DORmtQ4T3KvyPIaXjNMDEHfZzFSKU9cpAEwxJRqmUj32ajJpQwz3ncmOJYPRtLA4RkZdyCBi9eho3DAqp/xCsx2M248n4yOKtM3Ef1Z8c9x1alaP6CSdAXpm9RkOFBXL42cUMr6Sm//t0j69SE22ajVVF19aEXqyiUh1RuFitfZvxH9Uh4TjAQsrLLdrTwYV1TWxS7xHrD/Y+onmr5ghjKAq0oXO74Cb5bOU8yodtwhHCvvqZSV90ReQ97PBGR8iqdfp2TX root@vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9\nssh-dss AAAAB3NzaC1kc3MAAACBAJsmHLNVuqlS4UOJk3+Vi+qFUvqDdIOZ+Q9n/9hqleqc0BZvC1KNtYFYg8gsXFgtdbKCdUY3RFkPFNz9rSsDvhrhFi9O99g/3nDH8ByaQGSHSTQVfNCKIjHWsB2rWy7NDdq0DZ2g86N0UiEJ0CfuHTseKLGz6R6mvpRWMV2lW8vZAAAAFQDYKG0BWvr8LdhFzNSO6DBX4nkldwAAAIBvtx84CsOpKyBG0p56qxfCSTRDnGJ+eNfWyTDu04gfHyxA9Ct/goC3OCm8jCVV0YJO5nVGe/ybkY/gJ8qfsTigg5ItSnZFE4mljo8oiB3/BtYAxTybjo6yb6A/MNCzYfqGlKJztJEIDZsYku+IF1c4KMEafTe1WCKAOosixuoEHAAAAIAYJJr5eNycHn6vbEUJjbbcSDYfW9bEs2/YzZMlsm6LvmnYVTb7ldiGmBe/Mk1b8eYB5/iEhX3fkYMlZjpqn4U65WOnGzrTpqATOJ5+tcLh0kriogFwIBEvsaI7VGhmtauIcU18SmxuMiGYmc96GPMS2YAgQggSrDiaTsSCc/JeSg== root@vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe4f:a783/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \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-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.16 ===\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-8d020944-33e9-42a5-840c-265311ba2af9 login: "} 2018-08-23 08:19:44,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action used request id req-f29315d0-dcf1-4daa-9e33-766b577a827e 2018-08-23 08:19:44,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0698480606079s 2018-08-23 08:19:44,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e/action used request id req-f29315d0-dcf1-4daa-9e33-766b577a827e 2018-08-23 08:19:44,161 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 480335194 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.185778] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188113] pid_max: default: 32768 minimum: 301 [ 0.189373] ACPI: Core revision 20150930 [ 0.191071] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192894] Security Framework initialized [ 0.194031] Yama: becoming mindful. [ 0.195048] AppArmor: AppArmor initialized [ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198068] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199819] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201476] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203372] Initializing cgroup subsys io [ 0.204517] Initializing cgroup subsys memory [ 0.205725] Initializing cgroup subsys devices [ 0.206942] Initializing cgroup subsys freezer [ 0.208190] Initializing cgroup subsys net_cls [ 0.209404] Initializing cgroup subsys perf_event [ 0.210675] Initializing cgroup subsys net_prio [ 0.211904] Initializing cgroup subsys hugetlb [ 0.213130] Initializing cgroup subsys pids [ 0.214342] CPU: Physical Processor ID: 0 [ 0.216163] mce: CPU supports 10 MCE banks [ 0.217369] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218770] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.235003] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241739] ftrace: allocating 31920 entries in 125 pages [ 0.267240] smpboot: Max logical packages: 1 [ 0.268502] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.270397] x2apic enabled [ 0.271549] Switched APIC routing to physical x2apic. [ 0.274047] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275583] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.278367] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280868] KVM setup paravirtual spinlock [ 0.282466] x86: Booted up 1 node, 1 CPUs [ 0.283580] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285486] devtmpfs: initialized [ 0.287471] evm: security.selinux [ 0.288498] evm: security.SMACK64 [ 0.289481] evm: security.SMACK64EXEC [ 0.290529] evm: security.SMACK64TRANSMUTE [ 0.291659] evm: security.SMACK64MMAP [ 0.292698] evm: security.ima [ 0.293596] evm: security.capability [ 0.294711] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297266] pinctrl core: initialized pinctrl subsystem [ 0.298803] RTC time: 8:19:40, date: 08/23/18 [ 0.300110] NET: Registered protocol family 16 [ 0.301450] cpuidle: using governor ladder [ 0.302591] cpuidle: using governor menu [ 0.303700] PCCT header not found. [ 0.304743] ACPI: bus type PCI registered [ 0.305864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307566] PCI: Using configuration type 1 for base access [ 0.309786] ACPI: Added _OSI(Module Device) [ 0.310963] ACPI: Added _OSI(Processor Device) [ 0.312164] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313430] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315618] ACPI: Interpreter enabled [ 0.316680] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319306] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321874] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324433] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.327008] ACPI: (supports S0 S5) [ 0.327995] ACPI: Using IOAPIC for interrupt routing [ 0.329345] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.333191] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334775] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336477] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.338124] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341170] acpiphp: Slot [3] registered [ 0.342283] acpiphp: Slot [4] registered [ 0.343400] acpiphp: Slot [5] registered [ 0.344514] acpiphp: Slot [6] registered [ 0.345630] acpiphp: Slot [7] registered [ 0.346747] acpiphp: Slot [8] registered [ 0.347860] acpiphp: Slot [9] registered [ 0.349004] acpiphp: Slot [10] registered [ 0.350132] acpiphp: Slot [11] registered [ 0.351273] acpiphp: Slot [12] registered [ 0.352404] acpiphp: Slot [13] registered [ 0.353532] acpiphp: Slot [14] registered [ 0.354668] acpiphp: Slot [15] registered [ 0.370401] acpiphp: Slot [16] registered [ 0.371546] acpiphp: Slot [17] registered [ 0.372682] acpiphp: Slot [18] registered [ 0.373809] acpiphp: Slot [19] registered [ 0.374941] acpiphp: Slot [20] registered [ 0.376067] acpiphp: Slot [21] registered [ 0.377192] acpiphp: Slot [22] registered [ 0.378320] acpiphp: Slot [23] registered [ 0.379487] acpiphp: Slot [24] registered [ 0.380622] acpiphp: Slot [25] registered [ 0.381747] acpiphp: Slot [26] registered [ 0.382865] acpiphp: Slot [27] registered [ 0.383990] acpiphp: Slot [28] registered [ 0.385121] acpiphp: Slot [29] registered [ 0.386251] acpiphp: Slot [30] registered [ 0.387378] acpiphp: Slot [31] registered [ 0.388500] PCI host bridge to bus 0000:00 [ 0.389662] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.391348] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.393022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.395046] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.397067] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399135] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403164] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.404933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.406567] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.408330] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.412660] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.414655] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.435896] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.437960] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.439993] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.441978] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.443988] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.445734] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.447529] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.448986] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.451166] vgaarb: loaded [ 0.452008] vgaarb: bridge control possible 0000:00:02.0 [ 0.453669] SCSI subsystem initialized [ 0.454929] ACPI: bus type USB registered [ 0.456081] usbcore: registered new interface driver usbfs [ 0.457507] usbcore: registered new interface driver hub [ 0.458859] usbcore: registered new device driver usb [ 0.460376] PCI: Using ACPI for IRQ routing [ 0.461888] NetLabel: Initializing [ 0.462867] NetLabel: domain hash size = 128 [ 0.464007] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.465317] NetLabel: unlabeled traffic allowed by default [ 0.466882] clocksource: Switched to clocksource kvm-clock [ 0.477071] AppArmor: AppArmor Filesystem Enabled [ 0.478371] pnp: PnP ACPI init [ 0.479595] pnp: PnP ACPI: found 5 devices [ 0.486450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488783] NET: Registered protocol family 2 [ 0.490211] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491962] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493585] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495216] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496683] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.498242] NET: Registered protocol family 1 [ 0.499437] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500952] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502401] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516967] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531861] Trying to unpack rootfs image as initramfs... [ 0.594062] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.599015] Scanning for low memory corruption every 60 seconds [ 0.601207] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602815] audit: initializing netlink subsys (disabled) [ 0.604293] audit: type=2000 audit(1535012380.749:1): initialized [ 0.606156] Initialise system trusted keyring [ 0.607534] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609108] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611857] zbud: loaded [ 0.612864] VFS: Disk quotas dquot_6.6.0 [ 0.613991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616147] fuse init (API version 7.23) [ 0.617372] Key type big_key registered [ 0.618471] Allocating IMA MOK and blacklist keyrings. [ 0.620129] Key type asymmetric registered [ 0.621275] Asymmetric key parser 'x509' registered [ 0.622597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624670] io scheduler noop registered [ 0.625756] io scheduler deadline registered (default) [ 0.627117] io scheduler cfq registered [ 0.628312] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.629728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633498] ACPI: Power Button [PWRF] [ 0.634723] GHES: HEST is not enabled! [ 0.648931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.678451] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.681405] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.705588] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.708574] Linux agpgart interface v0.103 [ 0.711943] brd: module loaded [ 0.714164] loop: module loaded [ 0.719100] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.721084] GPT:90111 != 2097151 [ 0.722012] GPT:Alternate GPT header not at the end of the disk. [ 0.723530] GPT:90111 != 2097151 [ 0.724462] GPT: Use GNU Parted to correct GPT errors. [ 0.725776] vda: vda1 vda15 [ 0.727490] scsi host0: ata_piix [ 0.728554] scsi host1: ata_piix [ 0.729536] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.731195] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.733193] libphy: Fixed MDIO Bus: probed [ 0.734319] tun: Universal TUN/TAP device driver, 1.6 [ 0.735622] tun: (C) 1999-2004 Max Krasnyansky [ 0.738535] PPP generic driver version 2.4.2 [ 0.739804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741407] ehci-pci: EHCI PCI platform driver [ 0.742621] ehci-platform: EHCI generic platform driver [ 0.743979] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745518] ohci-pci: OHCI PCI platform driver [ 0.746708] ohci-platform: OHCI generic platform driver [ 0.748053] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762732] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.764092] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766115] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767496] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.769060] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770721] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772672] usb usb1: Product: UHCI Host Controller [ 0.773981] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775538] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776878] hub 1-0:1.0: USB hub found [ 0.778034] hub 1-0:1.0: 2 ports detected [ 0.779318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782228] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783575] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784984] mousedev: PS/2 mouse device common for all mice [ 0.786685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.789181] rtc_cmos 00:00: RTC can wake from S4 [ 0.790702] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.792328] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793983] i2c /dev entries driver [ 0.795053] device-mapper: uevent: version 1.0.3 [ 0.796367] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798591] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800425] NET: Registered protocol family 10 [ 0.802141] NET: Registered protocol family 17 [ 0.803511] Key type dns_resolver registered [ 0.804937] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.806548] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.809203] registered taskstats version 1 [ 0.810474] Loading compiled-in X.509 certificates [ 0.812447] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.815259] zswap: loaded using pool lzo/zbud [ 0.817476] Key type trusted registered [ 0.819789] Key type encrypted registered [ 0.821021] AppArmor: AppArmor sha1 policy hashing enabled [ 0.822591] ima: No TPM chip found, activating TPM-bypass! [ 0.824174] evm: HMAC attrs: 0x1 [ 0.825577] Magic number: 14:857:321 [ 0.826756] bdi 253:0: hash matches [ 0.827864] tty tty46: hash matches [ 0.828975] pci 0000:00:02.0: hash matches [ 0.830310] rtc_cmos 00:00: setting system clock to 2018-08-23 08:19:41 UTC (1535012381) [ 0.847317] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849028] EDD information not available. [ 0.892402] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.894746] Write protecting the kernel read-only data: 14336k [ 0.897869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.900548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.80 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.061440] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXlj7bSMJSjuGJz86mpY34aIhF4zNvJlnouTfWId7dbzpfwsrWQggMOcvhWk5K2R174uc3jObBYSxM4DORmtQ4T3KvyPIaXjNMDEHfZzFSKU9cpAEwxJRqmUj32ajJpQwz3ncmOJYPRtLA4RkZdyCBi9eho3DAqp/xCsx2M248n4yOKtM3Ef1Z8c9x1alaP6CSdAXpm9RkOFBXL42cUMr6Sm//t0j69SE22ajVVF19aEXqyiUh1RuFitfZvxH9Uh4TjAQsrLLdrTwYV1TWxS7xHrD/Y+onmr5ghjKAq0oXO74Cb5bOU8yodtwhHCvvqZSV90ReQ97PBGR8iqdfp2TX root@vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9 ssh-dss AAAAB3NzaC1kc3MAAACBAJsmHLNVuqlS4UOJk3+Vi+qFUvqDdIOZ+Q9n/9hqleqc0BZvC1KNtYFYg8gsXFgtdbKCdUY3RFkPFNz9rSsDvhrhFi9O99g/3nDH8ByaQGSHSTQVfNCKIjHWsB2rWy7NDdq0DZ2g86N0UiEJ0CfuHTseKLGz6R6mvpRWMV2lW8vZAAAAFQDYKG0BWvr8LdhFzNSO6DBX4nkldwAAAIBvtx84CsOpKyBG0p56qxfCSTRDnGJ+eNfWyTDu04gfHyxA9Ct/goC3OCm8jCVV0YJO5nVGe/ybkY/gJ8qfsTigg5ItSnZFE4mljo8oiB3/BtYAxTybjo6yb6A/MNCzYfqGlKJztJEIDZsYku+IF1c4KMEafTe1WCKAOosixuoEHAAAAIAYJJr5eNycHn6vbEUJjbbcSDYfW9bEs2/YzZMlsm6LvmnYVTb7ldiGmBe/Mk1b8eYB5/iEhX3fkYMlZjpqn4U65WOnGzrTpqATOJ5+tcLh0kriogFwIBEvsaI7VGhmtauIcU18SmxuMiGYmc96GPMS2YAgQggSrDiaTsSCc/JeSg== root@vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe4f:a783/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 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-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.16 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-8d020944-33e9-42a5-840c-265311ba2af9 login: 2018-08-23 08:19:44,162 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-23 08:19:44,270 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:19:44,270 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 08:19:44,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:19:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:44,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-533958d1-2633-4fc0-a1a4-100b592e1688 x-compute-request-id: req-533958d1-2633-4fc0-a1a4-100b592e1688 Content-Type: application/json 2018-08-23 08:19:44,449 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416 used request id req-533958d1-2633-4fc0-a1a4-100b592e1688 2018-08-23 08:19:44,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.173113107681s 2018-08-23 08:19:44,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416 used request id req-533958d1-2633-4fc0-a1a4-100b592e1688 2018-08-23 08:19:44,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:44,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:45,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c2993d5-b656-4403-89a2-d8e1731a446c x-compute-request-id: req-6c2993d5-b656-4403-89a2-d8e1731a446c Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:40Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:b7:51", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/bad0257e-6a1c-441e-9054-ffaefae4f416", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:29.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "bad0257e-6a1c-441e-9054-ffaefae4f416", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:44Z", "hostId": "752c32b395d8c4da1d49686a7e38789375b2318d4a937ed464c52c27", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:22Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:45,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c2993d5-b656-4403-89a2-d8e1731a446c 2018-08-23 08:19:45,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.85727596283s 2018-08-23 08:19:45,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c2993d5-b656-4403-89a2-d8e1731a446c 2018-08-23 08:19:45,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:47,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93836428-ec58-412e-bbaf-d5820fa0ae08 x-compute-request-id: req-93836428-ec58-412e-bbaf-d5820fa0ae08 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:40Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:47,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-93836428-ec58-412e-bbaf-d5820fa0ae08 2018-08-23 08:19:47,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165733098984s 2018-08-23 08:19:47,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-93836428-ec58-412e-bbaf-d5820fa0ae08 2018-08-23 08:19:47,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:19:47,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:47,670 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-030ab078-f672-4839-a890-d56de1ff3064 x-compute-request-id: req-030ab078-f672-4839-a890-d56de1ff3064 Content-Type: application/json 2018-08-23 08:19:47,670 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e used request id req-030ab078-f672-4839-a890-d56de1ff3064 2018-08-23 08:19:47,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.189870119095s 2018-08-23 08:19:47,671 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e used request id req-030ab078-f672-4839-a890-d56de1ff3064 2018-08-23 08:19:47,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:48,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef57c1e6-91a8-4246-a36a-8d8e42f4dc7f x-compute-request-id: req-ef57c1e6-91a8-4246-a36a-8d8e42f4dc7f Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:a7:83", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddc8d1a0-50b2-44c7-8215-542643e8187e", "rel": "bookmark"}], "image": {"id": "7a750dd2-8572-428f-b694-3100e534dcdc", "links": [{"href": "http://172.30.9.21:8774/images/7a750dd2-8572-428f-b694-3100e534dcdc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:19:39.000000", "flavor": {"id": "702cde09-17b7-4a99-8575-dba6489917c1", "links": [{"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}]}, "id": "ddc8d1a0-50b2-44c7-8215-542643e8187e", "security_groups": [{"name": "default"}], "user_id": "ca3039ff6ade4455ae12d37be962d9ec", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:19:47Z", "hostId": "a5d817825a00f335ce5e18a3fdd413534dd0e7f7c495020f8e8e677d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_8d020944-33e9-42a5-840c-265311ba2af9", "created": "2018-08-23T08:19:33Z", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:19:48,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef57c1e6-91a8-4246-a36a-8d8e42f4dc7f 2018-08-23 08:19:48,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431216001511s 2018-08-23 08:19:48,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef57c1e6-91a8-4246-a36a-8d8e42f4dc7f 2018-08-23 08:19:48,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:19:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:19:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:50,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19: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-852f2fa3-8bbc-46b2-b89e-e43129817918 x-compute-request-id: req-852f2fa3-8bbc-46b2-b89e-e43129817918 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:19:50,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-852f2fa3-8bbc-46b2-b89e-e43129817918 2018-08-23 08:19:50,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0695741176605s 2018-08-23 08:19:50,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-852f2fa3-8bbc-46b2-b89e-e43129817918 2018-08-23 08:19:50,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:19:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" -d '{"subnet_id": "2eccd409-8bc4-4936-beae-8b2ca2699579"}' 2018-08-23 08:19:51,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b31181d3-c2c7-4518-a87b-4ecb5981a9a3 Date: Thu, 23 Aug 2018 08:19:51 GMT RESP BODY: {"network_id": "c1faa306-61a0-498a-98a0-279e81b9d914", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "subnet_id": "2eccd409-8bc4-4936-beae-8b2ca2699579", "subnet_ids": ["2eccd409-8bc4-4936-beae-8b2ca2699579"], "port_id": "eb98fe94-b85f-4558-bfc2-6aafe836de97", "id": "88e71c26-02c1-4a7a-ae64-387c41f41cf9"} 2018-08-23 08:19:51,883 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/remove_router_interface.json used request id req-b31181d3-c2c7-4518-a87b-4ecb5981a9a3 2018-08-23 08:19:51,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70469498634s 2018-08-23 08:19:51,883 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9/remove_router_interface.json used request id req-b31181d3-c2c7-4518-a87b-4ecb5981a9a3 returning object 88e71c26-02c1-4a7a-ae64-387c41f41cf9 2018-08-23 08:19:51,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:19:51,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:52,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-27b80a9d-276f-4caf-8541-5df42cc5e157 Date: Thu, 23 Aug 2018 08:19:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "created_at": "2018-08-23T08:19:15Z", "admin_state_up": true, "updated_at": "2018-08-23T08:19:51Z", "revision_number": 4, "routes": [], "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "88e71c26-02c1-4a7a-ae64-387c41f41cf9", "name": "vping_userdata-router_8d020944-33e9-42a5-840c-265311ba2af9"}]} 2018-08-23 08:19:52,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27b80a9d-276f-4caf-8541-5df42cc5e157 2018-08-23 08:19:52,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120494127274s 2018-08-23 08:19:52,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-27b80a9d-276f-4caf-8541-5df42cc5e157 2018-08-23 08:19:52,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:19:52,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:53,353 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef58aa43-22da-47bc-acb5-b05b7d48eff8 Content-Length: 0 Date: Thu, 23 Aug 2018 08:19:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:53,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9.json used request id req-ef58aa43-22da-47bc-acb5-b05b7d48eff8 2018-08-23 08:19:53,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34718680382s 2018-08-23 08:19:53,354 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/88e71c26-02c1-4a7a-ae64-387c41f41cf9.json used request id req-ef58aa43-22da-47bc-acb5-b05b7d48eff8 2018-08-23 08:19:53,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:19:53,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:53,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-14d1073e-8840-4bba-9da6-d6610ad063e6 Date: Thu, 23 Aug 2018 08:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c1faa306-61a0-498a-98a0-279e81b9d914","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:19:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"2eccd409-8bc4-4936-beae-8b2ca2699579","subnetpool_id":null,"name":"vping_userdata-subnet_8d020944-33e9-42a5-840c-265311ba2af9"}]} 2018-08-23 08:19:53,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-14d1073e-8840-4bba-9da6-d6610ad063e6 2018-08-23 08:19:53,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0429451465607s 2018-08-23 08:19:53,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-14d1073e-8840-4bba-9da6-d6610ad063e6 2018-08-23 08:19:53,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:19:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/2eccd409-8bc4-4936-beae-8b2ca2699579.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:54,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1fa0af91-c523-4b95-8274-d4324e4c0fe8 Date: Thu, 23 Aug 2018 08:19:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:54,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2eccd409-8bc4-4936-beae-8b2ca2699579.json used request id req-1fa0af91-c523-4b95-8274-d4324e4c0fe8 2018-08-23 08:19:54,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15895009041s 2018-08-23 08:19:54,559 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2eccd409-8bc4-4936-beae-8b2ca2699579.json used request id req-1fa0af91-c523-4b95-8274-d4324e4c0fe8 2018-08-23 08:19:54,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:54,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:54,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-37ec9316-4669-4f28-b3fd-0aa18dc92370 Date: Thu, 23 Aug 2018 08: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":[],"updated_at":"2018-08-23T08:19:54Z","tenant_id":"0716778dcc8f4b8cac86b67d2eff7d4f","created_at":"2018-08-23T08:19:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0716778dcc8f4b8cac86b67d2eff7d4f","id":"c1faa306-61a0-498a-98a0-279e81b9d914","name":"vping_userdata-net_8d020944-33e9-42a5-840c-265311ba2af9"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:19:54,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-37ec9316-4669-4f28-b3fd-0aa18dc92370 2018-08-23 08:19:54,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0972371101379s 2018-08-23 08:19:54,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-37ec9316-4669-4f28-b3fd-0aa18dc92370 2018-08-23 08:19:54,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:19:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/c1faa306-61a0-498a-98a0-279e81b9d914.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:55,893 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6738048d-8f65-49f9-b1dc-e9c1aa27cedc Date: Thu, 23 Aug 2018 08:19:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:19:55,893 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c1faa306-61a0-498a-98a0-279e81b9d914.json used request id req-6738048d-8f65-49f9-b1dc-e9c1aa27cedc 2018-08-23 08:19:55,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23540997505s 2018-08-23 08:19:55,894 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c1faa306-61a0-498a-98a0-279e81b9d914.json used request id req-6738048d-8f65-49f9-b1dc-e9c1aa27cedc 2018-08-23 08:19:55,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:19:55,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:56,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-ec1fc132-eeab-46d2-911c-a4a5c906eea2 Date: Thu, 23 Aug 2018 08:19:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:19:19Z", "file": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc/file", "owner": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "7a750dd2-8572-428f-b694-3100e534dcdc", "size": 12716032, "self": "/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/7a750dd2-8572-428f-b694-3100e534dcdc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_8d020944-33e9-42a5-840c-265311ba2af9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:19:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:19:56,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec1fc132-eeab-46d2-911c-a4a5c906eea2 2018-08-23 08:19:56,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303975105286s 2018-08-23 08:19:56,202 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec1fc132-eeab-46d2-911c-a4a5c906eea2 2018-08-23 08:19:56,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:19:56,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4dba35f6c2fc08780a7e002a3cace5a29819d61e" 2018-08-23 08:19:57,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a12a6f7-63ff-4f24-91da-2b2ca973201d Date: Thu, 23 Aug 2018 08:19:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:19:57,006 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc used request id req-5a12a6f7-63ff-4f24-91da-2b2ca973201d 2018-08-23 08:19:57,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.802922010422s 2018-08-23 08:19:57,007 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7a750dd2-8572-428f-b694-3100e534dcdc used request id req-5a12a6f7-63ff-4f24-91da-2b2ca973201d 2018-08-23 08:19:57,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:19:57,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:57,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-7b7f25cc-0be0-46e0-aa98-2f472b23070b x-compute-request-id: req-7b7f25cc-0be0-46e0-aa98-2f472b23070b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_8d020944-33e9-42a5-840c-265311ba2af9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/702cde09-17b7-4a99-8575-dba6489917c1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "702cde09-17b7-4a99-8575-dba6489917c1"}]} 2018-08-23 08:19:57,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7b7f25cc-0be0-46e0-aa98-2f472b23070b 2018-08-23 08:19:57,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0248348712921s 2018-08-23 08:19:57,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7b7f25cc-0be0-46e0-aa98-2f472b23070b 2018-08-23 08:19:57,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:19:57,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:57,087 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-50a4cee6-f2a4-44c4-b5ab-f930fd9b1200 x-compute-request-id: req-50a4cee6-f2a4-44c4-b5ab-f930fd9b1200 Content-Length: 0 Content-Type: application/json 2018-08-23 08:19:57,087 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1 used request id req-50a4cee6-f2a4-44c4-b5ab-f930fd9b1200 2018-08-23 08:19:57,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0531480312347s 2018-08-23 08:19:57,087 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/702cde09-17b7-4a99-8575-dba6489917c1 used request id req-50a4cee6-f2a4-44c4-b5ab-f930fd9b1200 2018-08-23 08:19:57,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:19:57,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:57,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1c05f4-19e3-49e2-98b0-251e0f7b4af2 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9", "links": {"self": "http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ca3039ff6ade4455ae12d37be962d9ec", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:19:57,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e1c05f4-19e3-49e2-98b0-251e0f7b4af2 2018-08-23 08:19:57,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218986034393s 2018-08-23 08:19:57,307 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e1c05f4-19e3-49e2-98b0-251e0f7b4af2 2018-08-23 08:19:57,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:19:57,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:57,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ccdade-8fd4-461b-97d1-9e848527a1d3 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_8d020944-33e9-42a5-840c-265311ba2af9", "links": {"self": "http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ca3039ff6ade4455ae12d37be962d9ec", "description": null}} 2018-08-23 08:19:57,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec used request id req-12ccdade-8fd4-461b-97d1-9e848527a1d3 2018-08-23 08:19:57,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208997964859s 2018-08-23 08:19:57,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec used request id req-12ccdade-8fd4-461b-97d1-9e848527a1d3 2018-08-23 08:19:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:19:57,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:57,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0011b99-04dd-4c08-ae96-4da5c6adba74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:19:57,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec used request id req-c0011b99-04dd-4c08-ae96-4da5c6adba74 2018-08-23 08:19:57,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.404295921326s 2018-08-23 08:19:57,928 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ca3039ff6ade4455ae12d37be962d9ec used request id req-c0011b99-04dd-4c08-ae96-4da5c6adba74 2018-08-23 08:19:57,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:19:57,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:58,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37541bf7-1f62-427a-81cd-bc1325ccd3e7 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f"}, "tags": [], "enabled": true, "id": "0716778dcc8f4b8cac86b67d2eff7d4f", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_8d020944-33e9-42a5-840c-265311ba2af9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-23 08:19:58,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-37541bf7-1f62-427a-81cd-bc1325ccd3e7 2018-08-23 08:19:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19632101059s 2018-08-23 08:19:58,131 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-37541bf7-1f62-427a-81cd-bc1325ccd3e7 2018-08-23 08:19:58,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:19:58,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e72d1c5952da236af8749d34ca493c30cc2c5d9b" 2018-08-23 08:19:58,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-132f5ce8-84ce-4a23-a588-da1c0fb56ae9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:19:58,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f used request id req-132f5ce8-84ce-4a23-a588-da1c0fb56ae9 2018-08-23 08:19:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.231104850769s 2018-08-23 08:19:58,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0716778dcc8f4b8cac86b67d2eff7d4f used request id req-132f5ce8-84ce-4a23-a588-da1c0fb56ae9 2018-08-23 08:19:58,421 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-23 08:19:58,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:19:58,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:19:58,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:19:58,463 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:19:58,464 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:19:58,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:19:58,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:19:58,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:19:58,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:19:58,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:19:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:58,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a804ed4-ac72-4f00-b0b3-fca069e8040c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:19:58,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a804ed4-ac72-4f00-b0b3-fca069e8040c 2018-08-23 08:19:58,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:19:58,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["kgZUcbyzRjqQcQ9oMTtxPA"], "issued_at": "2018-08-23T08:19:58.000000Z"}} 2018-08-23 08:19:58,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:19:58,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:19:59,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-67fca910-e581-4627-9bc3-0589ce578ba7 Date: Thu, 23 Aug 2018 08:19:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:19:59,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67fca910-e581-4627-9bc3-0589ce578ba7 2018-08-23 08:19:59,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344862937927s 2018-08-23 08:19:59,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-67fca910-e581-4627-9bc3-0589ce578ba7 2018-08-23 08:19:59,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:19:59,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-145e4af4-9404-4055-825b-d74a283c9bb9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:19:59,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-145e4af4-9404-4055-825b-d74a283c9bb9 2018-08-23 08:19:59,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:19:59,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:19:59,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0940d428-a57c-4dc2-a4f9-f25877a37653 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:19:59,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0940d428-a57c-4dc2-a4f9-f25877a37653 2018-08-23 08:19:59,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102215051651s 2018-08-23 08:19:59,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0940d428-a57c-4dc2-a4f9-f25877a37653 2018-08-23 08:19:59,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:19:59,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}}' 2018-08-23 08:19:59,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65515a4a-eded-47e8-a561-f1cd13054b89 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380"}, "tags": [], "enabled": true, "id": "acfe43750342409890cb2c4b15371380", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}} 2018-08-23 08:19:59,705 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-65515a4a-eded-47e8-a561-f1cd13054b89 2018-08-23 08:19:59,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.268043041229s 2018-08-23 08:19:59,706 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-65515a4a-eded-47e8-a561-f1cd13054b89 2018-08-23 08:19:59,706 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'acfe43750342409890cb2c4b15371380', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'}) 2018-08-23 08:19:59,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:19:59,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d4bd7cb1-7dc1-481b-a991-20000a3a08bc", "email": null, "name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}}' 2018-08-23 08:20:00,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64bdea8-34f9-4241-908f-ee798d13bec5 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": {"self": "http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d5f46162c56f461089c92889abeee65b", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:20:00,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-c64bdea8-34f9-4241-908f-ee798d13bec5 2018-08-23 08:20:00,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459619045258s 2018-08-23 08:20:00,173 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-c64bdea8-34f9-4241-908f-ee798d13bec5 2018-08-23 08:20:00,173 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd5f46162c56f461089c92889abeee65b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'}) 2018-08-23 08:20:00,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:20:00,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:00,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae26bb5e-b28c-4977-a30d-ef6ab86d37d2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:20:00,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ae26bb5e-b28c-4977-a30d-ef6ab86d37d2 2018-08-23 08:20:00,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104773044586s 2018-08-23 08:20:00,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ae26bb5e-b28c-4977-a30d-ef6ab86d37d2 2018-08-23 08:20:00,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:20:00,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:00,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dbd81c4-47c5-425a-acf0-e42cfc256f0c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:20:00,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7dbd81c4-47c5-425a-acf0-e42cfc256f0c 2018-08-23 08:20:00,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.127673149109s 2018-08-23 08:20:00,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7dbd81c4-47c5-425a-acf0-e42cfc256f0c 2018-08-23 08:20:00,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:20:00,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:00,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f929a6-f2e1-4eb9-b908-2c9c18d5efc4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:20:00,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a8f929a6-f2e1-4eb9-b908-2c9c18d5efc4 2018-08-23 08:20:00,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174772024155s 2018-08-23 08:20:00,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a8f929a6-f2e1-4eb9-b908-2c9c18d5efc4 2018-08-23 08:20:00,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:20:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:00,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7802c8d4-462b-42e9-8c0c-8959d9512a81 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:20:00,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-7802c8d4-462b-42e9-8c0c-8959d9512a81 2018-08-23 08:20:00,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185529947281s 2018-08-23 08:20:00,785 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-7802c8d4-462b-42e9-8c0c-8959d9512a81 2018-08-23 08:20:00,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:20:00,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:00,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1bb7a6-b99b-4567-b1bc-4f50dd1c4a30 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": {"self": "http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d5f46162c56f461089c92889abeee65b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:20:00,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5b1bb7a6-b99b-4567-b1bc-4f50dd1c4a30 2018-08-23 08:20:00,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127459049225s 2018-08-23 08:20:00,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5b1bb7a6-b99b-4567-b1bc-4f50dd1c4a30 2018-08-23 08:20:00,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:20:00,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:01,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55250a50-d0a2-4872-9469-5ccd308bdf18 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380"}, "tags": [], "enabled": true, "id": "acfe43750342409890cb2c4b15371380", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 08:20:01,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-55250a50-d0a2-4872-9469-5ccd308bdf18 2018-08-23 08:20:01,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.146604061127s 2018-08-23 08:20:01,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-55250a50-d0a2-4872-9469-5ccd308bdf18 2018-08-23 08:20:01,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:20:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=d5f46162c56f461089c92889abeee65b&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=acfe43750342409890cb2c4b15371380" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:01,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67f21ecc-339c-4eb0-8fbe-63c561a1e59d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d5f46162c56f461089c92889abeee65b&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=acfe43750342409890cb2c4b15371380", "previous": null, "next": null}} 2018-08-23 08:20:01,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d5f46162c56f461089c92889abeee65b&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=acfe43750342409890cb2c4b15371380 used request id req-67f21ecc-339c-4eb0-8fbe-63c561a1e59d 2018-08-23 08:20:01,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.16884803772s 2018-08-23 08:20:01,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d5f46162c56f461089c92889abeee65b&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=acfe43750342409890cb2c4b15371380 used request id req-67f21ecc-339c-4eb0-8fbe-63c561a1e59d 2018-08-23 08:20:01,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:20:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380/users/d5f46162c56f461089c92889abeee65b/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:20:01,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26993d8c-b225-4f6e-b473-251755cb95ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:20:01,394 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380/users/d5f46162c56f461089c92889abeee65b/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-26993d8c-b225-4f6e-b473-251755cb95ab 2018-08-23 08:20:01,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.142112016678s 2018-08-23 08:20:01,394 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380/users/d5f46162c56f461089c92889abeee65b/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-26993d8c-b225-4f6e-b473-251755cb95ab 2018-08-23 08:20:01,395 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'acfe43750342409890cb2c4b15371380', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd4bd7cb1-7dc1-481b-a991-20000a3a08bc', 'username': u'cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:20:01,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:20:01,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:20:01,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:20:01,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:20:01,401 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'password': 'd4bd7cb1-7dc1-481b-a991-20000a3a08bc', 'project_name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'acfe43750342409890cb2c4b15371380', 'project_domain_name': 'Default'} 2018-08-23 08:20:01,401 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-23 08:20:01,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:20:01,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f3f4061-2126-4a12-b552-5d0a34d80cc4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:20:01,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0f3f4061-2126-4a12-b552-5d0a34d80cc4 2018-08-23 08:20:01,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:20:01,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acfe43750342409890cb2c4b15371380", "name": "cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_acfe43750342409890cb2c4b15371380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_acfe43750342409890cb2c4b15371380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/acfe43750342409890cb2c4b15371380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/acfe43750342409890cb2c4b15371380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/acfe43750342409890cb2c4b15371380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/acfe43750342409890cb2c4b15371380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/acfe43750342409890cb2c4b15371380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/acfe43750342409890cb2c4b15371380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/acfe43750342409890cb2c4b15371380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/acfe43750342409890cb2c4b15371380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/acfe43750342409890cb2c4b15371380", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/acfe43750342409890cb2c4b15371380", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/acfe43750342409890cb2c4b15371380", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "id": "d5f46162c56f461089c92889abeee65b"}, "audit_ids": ["E93u3h9nTD63-Ehq7H2AGw"], "issued_at": "2018-08-23T08:20:01.000000Z"}} 2018-08-23 08:20:01,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:20:01,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"network": {"name": "cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "admin_state_up": true}}' 2018-08-23 08:20:02,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-b09cf1e9-4e75-4d85-bdff-673a269c3ac6 Date: Thu, 23 Aug 2018 08:20:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T08:20:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}} 2018-08-23 08:20:02,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b09cf1e9-4e75-4d85-bdff-673a269c3ac6 2018-08-23 08:20:02,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.64981508255s 2018-08-23 08:20:02,456 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b09cf1e9-4e75-4d85-bdff-673a269c3ac6 2018-08-23 08:20:02,456 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:20:02Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1a5dac28-9175-497d-acf6-ee8b0e4898e3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', u'admin_state_up': True, u'tenant_id': u'acfe43750342409890cb2c4b15371380', u'created_at': u'2018-08-23T08:20:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'acfe43750342409890cb2c4b15371380'}) 2018-08-23 08:20:02,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:02,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:02,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d3c72700-84b5-40f2-b7c2-d28720caa206 Date: Thu, 23 Aug 2018 08:20:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:02,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d3c72700-84b5-40f2-b7c2-d28720caa206 2018-08-23 08:20:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129861831665s 2018-08-23 08:20:02,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d3c72700-84b5-40f2-b7c2-d28720caa206 2018-08-23 08:20:02,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:20:02,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"subnet": {"name": "cinder_test-subnet_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "enable_dhcp": true, "network_id": "1a5dac28-9175-497d-acf6-ee8b0e4898e3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:20:03,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-45d39e55-6895-4dbd-aac3-0eb4b1a8c99a Date: Thu, 23 Aug 2018 08:20:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:20:02Z","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":"acfe43750342409890cb2c4b15371380","id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","subnetpool_id":null,"name":"cinder_test-subnet_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}} 2018-08-23 08:20:03,383 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-45d39e55-6895-4dbd-aac3-0eb4b1a8c99a 2018-08-23 08:20:03,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.794329881668s 2018-08-23 08:20:03,384 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-45d39e55-6895-4dbd-aac3-0eb4b1a8c99a 2018-08-23 08:20:03,384 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:20:02Z', 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'3d170fa6-2b94-47f5-9880-fa64b94eba18', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', u'enable_dhcp': True, u'network_id': u'1a5dac28-9175-497d-acf6-ee8b0e4898e3', u'tenant_id': u'acfe43750342409890cb2c4b15371380', u'created_at': u'2018-08-23T08:20:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'acfe43750342409890cb2c4b15371380'}) 2018-08-23 08:20:03,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:20:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "cinder_test-router_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "admin_state_up": true}}' 2018-08-23 08:20:04,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d9a57906-1f5d-4131-9f3e-ff65f02a306f Date: Thu, 23 Aug 2018 08:20:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:03Z", "admin_state_up": true, "updated_at": "2018-08-23T08:20:04Z", "revision_number": 2, "routes": [], "project_id": "acfe43750342409890cb2c4b15371380", "id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "name": "cinder_test-router_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}} 2018-08-23 08:20:04,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d9a57906-1f5d-4131-9f3e-ff65f02a306f 2018-08-23 08:20:04,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4778740406s 2018-08-23 08:20:04,863 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d9a57906-1f5d-4131-9f3e-ff65f02a306f 2018-08-23 08:20:04,863 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'acfe43750342409890cb2c4b15371380', u'created_at': u'2018-08-23T08:20:03Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T08:20:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'acfe43750342409890cb2c4b15371380', u'id': u'466f56ed-ab63-47c0-a4b2-521a1cd26e26', u'name': u'cinder_test-router_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'}) 2018-08-23 08:20:04,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:20:04,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"subnet_id": "3d170fa6-2b94-47f5-9880-fa64b94eba18"}' 2018-08-23 08:20:06,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-92700693-5162-4308-bbfb-feca207fc843 Date: Thu, 23 Aug 2018 08:20:06 GMT RESP BODY: {"network_id": "1a5dac28-9175-497d-acf6-ee8b0e4898e3", "tenant_id": "acfe43750342409890cb2c4b15371380", "subnet_id": "3d170fa6-2b94-47f5-9880-fa64b94eba18", "subnet_ids": ["3d170fa6-2b94-47f5-9880-fa64b94eba18"], "port_id": "5d2f4077-3258-46c9-bc89-656db32248b1", "id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26"} 2018-08-23 08:20:06,740 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/add_router_interface.json used request id req-92700693-5162-4308-bbfb-feca207fc843 2018-08-23 08:20:06,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87624311447s 2018-08-23 08:20:06,741 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/add_router_interface.json used request id req-92700693-5162-4308-bbfb-feca207fc843 returning object 466f56ed-ab63-47c0-a4b2-521a1cd26e26 2018-08-23 08:20:06,741 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:20:06,874 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:20:06,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:20:06,879 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:20:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:20:06,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:20:06,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:07,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a91e9a7c-9ebf-4f78-b0b1-a7e5a1de3def Date: Thu, 23 Aug 2018 08:20:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:20:07,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a91e9a7c-9ebf-4f78-b0b1-a7e5a1de3def 2018-08-23 08:20:07,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201912879944s 2018-08-23 08:20:07,084 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a91e9a7c-9ebf-4f78-b0b1-a7e5a1de3def 2018-08-23 08:20:07,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:20:07,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}' 2018-08-23 08:20:07,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4974f097-364c-497e-87a9-842d41355d37 Date: Thu, 23 Aug 2018 08:20:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:20:07Z", "file": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file", "owner": "acfe43750342409890cb2c4b15371380", "id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "size": null, "self": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "checksum": null, "created_at": "2018-08-23T08:20:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:20:07,219 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4974f097-364c-497e-87a9-842d41355d37 2018-08-23 08:20:07,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.126610040665s 2018-08-23 08:20:07,219 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4974f097-364c-497e-87a9-842d41355d37 returning object d69d679a-dff1-4827-910e-a5ec7bd8a5eb 2018-08-23 08:20:07,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:20:07,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '' 2018-08-23 08:20:07,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0c7c9de-6331-4fc4-bc00-1f040f1faa42 Date: Thu, 23 Aug 2018 08:20:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:20:07,829 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file used request id req-e0c7c9de-6331-4fc4-bc00-1f040f1faa42 2018-08-23 08:20:07,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.609098911285s 2018-08-23 08:20:07,829 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file used request id req-e0c7c9de-6331-4fc4-bc00-1f040f1faa42 2018-08-23 08:20:07,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:20:07,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:07,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-f5901b94-cccb-4715-9935-e8cb12a83742 Date: Thu, 23 Aug 2018 08:20:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:20:07Z", "file": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file", "owner": "acfe43750342409890cb2c4b15371380", "id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "size": 12716032, "self": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:20:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:20:07,899 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5901b94-cccb-4715-9935-e8cb12a83742 2018-08-23 08:20:07,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0661082267761s 2018-08-23 08:20:07,900 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5901b94-cccb-4715-9935-e8cb12a83742 2018-08-23 08:20:07,902 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file', 'owner': u'acfe43750342409890cb2c4b15371380', 'id': u'd69d679a-dff1-4827-910e-a5ec7bd8a5eb', 'size': 12716032, u'self': u'/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:20:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T08:20:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'created': u'2018-08-23T08:20:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:20:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:20:07,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:20:07,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:20:08,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-8b60fe3d-075f-424a-b4ed-03f283f61174 x-compute-request-id: req-8b60fe3d-075f-424a-b4ed-03f283f61174 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fb549273-adaa-47e0-8fe2-6d15337de7bf"}} 2018-08-23 08:20:08,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8b60fe3d-075f-424a-b4ed-03f283f61174 2018-08-23 08:20:08,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.297129154205s 2018-08-23 08:20:08,200 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8b60fe3d-075f-424a-b4ed-03f283f61174 2018-08-23 08:20:08,201 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', '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'75a5557001334edf9fd80cd1c711e2ec', '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'fb549273-adaa-47e0-8fe2-6d15337de7bf', 'swap': 0}) 2018-08-23 08:20:08,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:20:08,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" -d '{"extra_specs": {}}' 2018-08-23 08:20:08,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92217246-71cc-4a63-8f21-efbba997776e x-compute-request-id: req-92217246-71cc-4a63-8f21-efbba997776e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:20:08,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf/os-extra_specs used request id req-92217246-71cc-4a63-8f21-efbba997776e 2018-08-23 08:20:08,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205271244049s 2018-08-23 08:20:08,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf/os-extra_specs used request id req-92217246-71cc-4a63-8f21-efbba997776e 2018-08-23 08:20:08,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 08:20:08,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"keypair": {"name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}}' 2018-08-23 08:20:08,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1088a94d-1ccf-41d0-a16b-a65d0c61922d x-compute-request-id: req-1088a94d-1ccf-41d0-a16b-a65d0c61922d Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhzP9spq9jvDUuSE7X5O6YqrIuxGcasP/5ZoqpyismbZYLbeGC+bAt5YRMf24ukddhv8lJNy1EeXPE42URD+LjKHrguZ+v5DrKU8xGQoV4SnINeQhHdD4jJ463VuVTUPxNwufjsB0E1rEXBqRBXhMrDJXdYHWrE45UniJzsLKm3EQnPt/htNbubEobakCpbm6FmlUz+d6EUNO1HTWaQDSX6raURF4jPL87TRDX/b5cUIW1XS6Y3pd8Rfbkdygg41bAZuwbv2VA4GBdFgd+1YFXn8bFI4eY5VE0OHPQ7uQ5irUx+E1761KhsiMz0tBWsLQij1lKB0CRA/EGSaZ7/MLl Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4cz/bKavY7w1LkhO1+TumKqyLsRnGrD/+WaKqcorJm2WC23h\ngvmwLeWETH9uLpHXYb/JSTctRHlzxONlEQ/i4yh64Lmfr+Q6ylPMRkKFeEpyDXkI\nR3Q+IyeOt1blU1D8TcLn47AdBNaxFwakQV4TKwyV3WB1qxOOVJ4ic7CyptxEJz7f\n4bTW7mxKG2pAqW5uhZpVM/nehFDTtR01mkA0l+q2lEReIzy/O00Q1/2+XFCFtV0u\nmN6XfEX25HcoIONWwGbsG79lQOBgXRYHftWBV5/GxSOHmOVRNDhz0O7kOYq1MfhN\ne+tSobIjM9LQVrC0Io9ZSgdAkQPxBkmme/zC5QIDAQABAoIBAB9LZR8u3uIIxKoc\ndWjwnqzkA3v91nhZjbCIKLGthlt2FrSQzw9zAZrq03IyuxeTOPGgPgp6rjhuSMBB\n79D0jbKD+rvInjwneopuIMKgF5V7Y+FAJAibML14jwwT7AanE8DHQZJJ50uzYana\nTsuMeUWfIeojo0tJk5FgtU+pbqk3XUjKdCjxvJbFDb8/vIZF4P2gr2QCJ3KXA/jv\nh9pnNKD0xKICOhABqkFNzhSW2SMEqKIXvRvBDkgcC8wR8WbXMoHW3RpL8oRMMi8s\nZAUUdWUrGXKzLNFIgSpSz0nv6MwKW1x9xgkZ6QeWS9jc0Gaf/omTkSoWXyVFfcKr\nLPCtSYECgYEA8xyHBqWXgXK6Mh7jsdtKe5sTLPqMJrmwiIxsjB7vBjHVQulekZ8P\nrtT5J7P6hi5gNJDSLCgQRNhMnFOZ23ElGHI+4nPL4EQoVlRlW6hr8Eo+vYPBGW5c\nnUp09KbD+94xFKxGzQp2A8F+fMOyjKLWseoZXGTJw1BpeYwQXd8AzyECgYEA7cWI\nVLMydRBSnj+7aQJwhNAoCKqS9wt3NoBF/VUgHHDPmA9hIeFyP+txCuw8x6us9z26\nv5nsK1GGa4BiQsWKg9Xh8cd9AkKuVIPlijp0NPvkBTsNuKUZciKkBorHT6BXatXD\nBIT2pKfLm91EG5Vms4NmjNC8JNj6qNoqacpiD0UCgYAajng1gqs9KcIrLXKkABdv\nzy3WEPx0Un51PBmzaMGlhJYOPB3nfF+jMoKRErkAJVq/Az7iMfItAw/DV+KLtR1f\nQUObSxjvQ6LAY3G7BHfeBM47t4PFemfFitehzgHEpq3n2zXUuhrQKDff+ySq9jLL\nto3UqPHdUxBihalYB7834QKBgQCMpv0unZKLjUxSMIE8bSUCa+BCwCSP30h2BQti\nAKkuKc2jtfVPhX2AMlZ8j6KkuvlmiC2gif0a4u8RSLDXruNxeWRfEhLw82EMvblb\nO5jift8z+Or0/zU+Px+ofw/IGqGboTfrxHviix/2470WVBqctm5DfnbNlU0x9VyB\nmCbJwQKBgQCLzrxmZv35MT8BccNLsgmRUdMsEyAtJETWCuDVZLYasnoOhEtGHrV/\nKxIkcEIlJCerjG7Exx2Oweonq2sqyYAo7NzUQur6T53TbRxeIi9PECX4oNdYLlbm\nEXQwpGJsBpRaG+JZsyNxZ65tZbYI9ApVyJWlEA+80XKbuCa7x+42Qw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d5f46162c56f461089c92889abeee65b", "name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "fingerprint": "4b:f1:61:aa:d1:62:46:18:25:19:3d:9d:96:db:c5:97"}} 2018-08-23 08:20:08,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1088a94d-1ccf-41d0-a16b-a65d0c61922d 2018-08-23 08:20:08,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.344007968903s 2018-08-23 08:20:08,568 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1088a94d-1ccf-41d0-a16b-a65d0c61922d 2018-08-23 08:20:08,568 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhzP9spq9jvDUuSE7X5O6YqrIuxGcasP/5ZoqpyismbZYLbeGC+bAt5YRMf24ukddhv8lJNy1EeXPE42URD+LjKHrguZ+v5DrKU8xGQoV4SnINeQhHdD4jJ463VuVTUPxNwufjsB0E1rEXBqRBXhMrDJXdYHWrE45UniJzsLKm3EQnPt/htNbubEobakCpbm6FmlUz+d6EUNO1HTWaQDSX6raURF4jPL87TRDX/b5cUIW1XS6Y3pd8Rfbkdygg41bAZuwbv2VA4GBdFgd+1YFXn8bFI4eY5VE0OHPQ7uQ5irUx+E1761KhsiMz0tBWsLQij1lKB0CRA/EGSaZ7/MLl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4cz/bKavY7w1LkhO1+TumKqyLsRnGrD/+WaKqcorJm2WC23h\ngvmwLeWETH9uLpHXYb/JSTctRHlzxONlEQ/i4yh64Lmfr+Q6ylPMRkKFeEpyDXkI\nR3Q+IyeOt1blU1D8TcLn47AdBNaxFwakQV4TKwyV3WB1qxOOVJ4ic7CyptxEJz7f\n4bTW7mxKG2pAqW5uhZpVM/nehFDTtR01mkA0l+q2lEReIzy/O00Q1/2+XFCFtV0u\nmN6XfEX25HcoIONWwGbsG79lQOBgXRYHftWBV5/GxSOHmOVRNDhz0O7kOYq1MfhN\ne+tSobIjM9LQVrC0Io9ZSgdAkQPxBkmme/zC5QIDAQABAoIBAB9LZR8u3uIIxKoc\ndWjwnqzkA3v91nhZjbCIKLGthlt2FrSQzw9zAZrq03IyuxeTOPGgPgp6rjhuSMBB\n79D0jbKD+rvInjwneopuIMKgF5V7Y+FAJAibML14jwwT7AanE8DHQZJJ50uzYana\nTsuMeUWfIeojo0tJk5FgtU+pbqk3XUjKdCjxvJbFDb8/vIZF4P2gr2QCJ3KXA/jv\nh9pnNKD0xKICOhABqkFNzhSW2SMEqKIXvRvBDkgcC8wR8WbXMoHW3RpL8oRMMi8s\nZAUUdWUrGXKzLNFIgSpSz0nv6MwKW1x9xgkZ6QeWS9jc0Gaf/omTkSoWXyVFfcKr\nLPCtSYECgYEA8xyHBqWXgXK6Mh7jsdtKe5sTLPqMJrmwiIxsjB7vBjHVQulekZ8P\nrtT5J7P6hi5gNJDSLCgQRNhMnFOZ23ElGHI+4nPL4EQoVlRlW6hr8Eo+vYPBGW5c\nnUp09KbD+94xFKxGzQp2A8F+fMOyjKLWseoZXGTJw1BpeYwQXd8AzyECgYEA7cWI\nVLMydRBSnj+7aQJwhNAoCKqS9wt3NoBF/VUgHHDPmA9hIeFyP+txCuw8x6us9z26\nv5nsK1GGa4BiQsWKg9Xh8cd9AkKuVIPlijp0NPvkBTsNuKUZciKkBorHT6BXatXD\nBIT2pKfLm91EG5Vms4NmjNC8JNj6qNoqacpiD0UCgYAajng1gqs9KcIrLXKkABdv\nzy3WEPx0Un51PBmzaMGlhJYOPB3nfF+jMoKRErkAJVq/Az7iMfItAw/DV+KLtR1f\nQUObSxjvQ6LAY3G7BHfeBM47t4PFemfFitehzgHEpq3n2zXUuhrQKDff+ySq9jLL\nto3UqPHdUxBihalYB7834QKBgQCMpv0unZKLjUxSMIE8bSUCa+BCwCSP30h2BQti\nAKkuKc2jtfVPhX2AMlZ8j6KkuvlmiC2gif0a4u8RSLDXruNxeWRfEhLw82EMvblb\nO5jift8z+Or0/zU+Px+ofw/IGqGboTfrxHviix/2470WVBqctm5DfnbNlU0x9VyB\nmCbJwQKBgQCLzrxmZv35MT8BccNLsgmRUdMsEyAtJETWCuDVZLYasnoOhEtGHrV/\nKxIkcEIlJCerjG7Exx2Oweonq2sqyYAo7NzUQur6T53TbRxeIi9PECX4oNdYLlbm\nEXQwpGJsBpRaG+JZsyNxZ65tZbYI9ApVyJWlEA+80XKbuCa7x+42Qw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd5f46162c56f461089c92889abeee65b', 'name': u'cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'created_at': '2018-08-23T08:20:08.568693', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4b:f1:61:aa:d1:62:46:18:25:19:3d:9d:96:db:c5:97', 'type': 'ssh', 'id': u'cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'}) 2018-08-23 08:20:08,569 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA4cz/bKavY7w1LkhO1+TumKqyLsRnGrD/+WaKqcorJm2WC23h gvmwLeWETH9uLpHXYb/JSTctRHlzxONlEQ/i4yh64Lmfr+Q6ylPMRkKFeEpyDXkI R3Q+IyeOt1blU1D8TcLn47AdBNaxFwakQV4TKwyV3WB1qxOOVJ4ic7CyptxEJz7f 4bTW7mxKG2pAqW5uhZpVM/nehFDTtR01mkA0l+q2lEReIzy/O00Q1/2+XFCFtV0u mN6XfEX25HcoIONWwGbsG79lQOBgXRYHftWBV5/GxSOHmOVRNDhz0O7kOYq1MfhN e+tSobIjM9LQVrC0Io9ZSgdAkQPxBkmme/zC5QIDAQABAoIBAB9LZR8u3uIIxKoc dWjwnqzkA3v91nhZjbCIKLGthlt2FrSQzw9zAZrq03IyuxeTOPGgPgp6rjhuSMBB 79D0jbKD+rvInjwneopuIMKgF5V7Y+FAJAibML14jwwT7AanE8DHQZJJ50uzYana TsuMeUWfIeojo0tJk5FgtU+pbqk3XUjKdCjxvJbFDb8/vIZF4P2gr2QCJ3KXA/jv h9pnNKD0xKICOhABqkFNzhSW2SMEqKIXvRvBDkgcC8wR8WbXMoHW3RpL8oRMMi8s ZAUUdWUrGXKzLNFIgSpSz0nv6MwKW1x9xgkZ6QeWS9jc0Gaf/omTkSoWXyVFfcKr LPCtSYECgYEA8xyHBqWXgXK6Mh7jsdtKe5sTLPqMJrmwiIxsjB7vBjHVQulekZ8P rtT5J7P6hi5gNJDSLCgQRNhMnFOZ23ElGHI+4nPL4EQoVlRlW6hr8Eo+vYPBGW5c nUp09KbD+94xFKxGzQp2A8F+fMOyjKLWseoZXGTJw1BpeYwQXd8AzyECgYEA7cWI VLMydRBSnj+7aQJwhNAoCKqS9wt3NoBF/VUgHHDPmA9hIeFyP+txCuw8x6us9z26 v5nsK1GGa4BiQsWKg9Xh8cd9AkKuVIPlijp0NPvkBTsNuKUZciKkBorHT6BXatXD BIT2pKfLm91EG5Vms4NmjNC8JNj6qNoqacpiD0UCgYAajng1gqs9KcIrLXKkABdv zy3WEPx0Un51PBmzaMGlhJYOPB3nfF+jMoKRErkAJVq/Az7iMfItAw/DV+KLtR1f QUObSxjvQ6LAY3G7BHfeBM47t4PFemfFitehzgHEpq3n2zXUuhrQKDff+ySq9jLL to3UqPHdUxBihalYB7834QKBgQCMpv0unZKLjUxSMIE8bSUCa+BCwCSP30h2BQti AKkuKc2jtfVPhX2AMlZ8j6KkuvlmiC2gif0a4u8RSLDXruNxeWRfEhLw82EMvblb O5jift8z+Or0/zU+Px+ofw/IGqGboTfrxHviix/2470WVBqctm5DfnbNlU0x9VyB mCbJwQKBgQCLzrxmZv35MT8BccNLsgmRUdMsEyAtJETWCuDVZLYasnoOhEtGHrV/ KxIkcEIlJCerjG7Exx2Oweonq2sqyYAo7NzUQur6T53TbRxeIi9PECX4oNdYLlbm EXQwpGJsBpRaG+JZsyNxZ65tZbYI9ApVyJWlEA+80XKbuCa7x+42Qw== -----END RSA PRIVATE KEY----- 2018-08-23 08:20:08,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 08:20:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"security_group": {"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-23 08:20:08,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-8dfdb212-fda1-45d6-9dca-a6276ad40bbc Date: Thu, 23 Aug 2018 08:20:08 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:08Z", "updated_at": "2018-08-23T08:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "a7ebad49-bfbd-4294-9d86-1448b292319c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "f367f825-a9cd-4f8c-869e-54c1fd957c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}} 2018-08-23 08:20:08,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8dfdb212-fda1-45d6-9dca-a6276ad40bbc 2018-08-23 08:20:08,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.353660106659s 2018-08-23 08:20:08,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8dfdb212-fda1-45d6-9dca-a6276ad40bbc 2018-08-23 08:20:08,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:20:08,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:09,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-f53f8c6b-29c4-4309-8baf-d1bf3cdba9ec Date: Thu, 23 Aug 2018 08:20:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:08Z", "updated_at": "2018-08-23T08:20:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "a7ebad49-bfbd-4294-9d86-1448b292319c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "f367f825-a9cd-4f8c-869e-54c1fd957c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}, {"description": "Default security group", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:02Z", "updated_at": "2018-08-23T08:20:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "33f16f29-2757-44d0-9cb2-f47e05d018aa", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "471ce88d-920f-4fd0-99a8-eb999fce6702", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "5e9d336b-a515-4569-a125-775e0125ae86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "8c95edd7-09a4-4716-8497-17782194bff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "name": "default"}]} 2018-08-23 08:20:09,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f53f8c6b-29c4-4309-8baf-d1bf3cdba9ec 2018-08-23 08:20:09,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0783479213715s 2018-08-23 08:20:09,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f53f8c6b-29c4-4309-8baf-d1bf3cdba9ec 2018-08-23 08:20:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:20:09,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -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": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}}' 2018-08-23 08:20:09,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fcf0cc0d-b042-430e-9d68-9f8f6b868aa3 Date: Thu, 23 Aug 2018 08:20: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": 22, "updated_at": "2018-08-23T08:20:09Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "port_range_min": 22, "revision_number": 0, "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:09Z", "project_id": "acfe43750342409890cb2c4b15371380", "id": "21c2d5b8-74ea-40f6-a5ce-9ef731030caa"}} 2018-08-23 08:20:09,168 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fcf0cc0d-b042-430e-9d68-9f8f6b868aa3 2018-08-23 08:20:09,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154855966568s 2018-08-23 08:20:09,169 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fcf0cc0d-b042-430e-9d68-9f8f6b868aa3 2018-08-23 08:20:09,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:20:09,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:09,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-096e90e5-9e05-440c-8e5e-4cf2c37042d7 Date: Thu, 23 Aug 2018 08:20:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:08Z", "updated_at": "2018-08-23T08:20:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:20:09Z", "revision_number": 0, "id": "21c2d5b8-74ea-40f6-a5ce-9ef731030caa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:09Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": 22, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "a7ebad49-bfbd-4294-9d86-1448b292319c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "f367f825-a9cd-4f8c-869e-54c1fd957c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 2, "project_id": "acfe43750342409890cb2c4b15371380", "id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}, {"description": "Default security group", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:02Z", "updated_at": "2018-08-23T08:20:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "33f16f29-2757-44d0-9cb2-f47e05d018aa", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "471ce88d-920f-4fd0-99a8-eb999fce6702", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "5e9d336b-a515-4569-a125-775e0125ae86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "8c95edd7-09a4-4716-8497-17782194bff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "name": "default"}]} 2018-08-23 08:20:09,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-096e90e5-9e05-440c-8e5e-4cf2c37042d7 2018-08-23 08:20:09,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.060998916626s 2018-08-23 08:20:09,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-096e90e5-9e05-440c-8e5e-4cf2c37042d7 2018-08-23 08:20:09,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 08:20:09,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -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": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}}' 2018-08-23 08:20:09,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-15b93da7-43db-45a6-a726-98a3d0cd3f66 Date: Thu, 23 Aug 2018 08:20:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T08:20:09Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "port_range_min": null, "revision_number": 0, "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:09Z", "project_id": "acfe43750342409890cb2c4b15371380", "id": "acfe856b-a680-47a2-8479-dffcac4ae498"}} 2018-08-23 08:20:09,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-15b93da7-43db-45a6-a726-98a3d0cd3f66 2018-08-23 08:20:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.133337974548s 2018-08-23 08:20:09,370 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-15b93da7-43db-45a6-a726-98a3d0cd3f66 2018-08-23 08:20:09,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:09,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:09,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-424a43ce-65ca-47e3-be4b-2dffa2340342 Date: Thu, 23 Aug 2018 08:20: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":["3d170fa6-2b94-47f5-9880-fa64b94eba18"],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:09,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-424a43ce-65ca-47e3-be4b-2dffa2340342 2018-08-23 08:20:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10044503212s 2018-08-23 08:20:09,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-424a43ce-65ca-47e3-be4b-2dffa2340342 2018-08-23 08:20:09,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:20:09,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:09,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-cdb223e3-d40d-40ce-b118-5317159f22b1 Date: Thu, 23 Aug 2018 08:20:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:20:07Z", "file": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file", "owner": "acfe43750342409890cb2c4b15371380", "id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "size": 12716032, "self": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:20:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:20:09,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cdb223e3-d40d-40ce-b118-5317159f22b1 2018-08-23 08:20:09,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.034698009491s 2018-08-23 08:20:09,512 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cdb223e3-d40d-40ce-b118-5317159f22b1 2018-08-23 08:20:09,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:20:09,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:09,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be44ebab-8909-4403-8f6f-2de4ce721c75 x-compute-request-id: req-be44ebab-8909-4403-8f6f-2de4ce721c75 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fb549273-adaa-47e0-8fe2-6d15337de7bf"}]} 2018-08-23 08:20:09,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-be44ebab-8909-4403-8f6f-2de4ce721c75 2018-08-23 08:20:09,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257589817047s 2018-08-23 08:20:09,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-be44ebab-8909-4403-8f6f-2de4ce721c75 2018-08-23 08:20:09,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:20:09,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"server": {"name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "imageRef": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "flavorRef": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1a5dac28-9175-497d-acf6-ee8b0e4898e3"}], "security_groups": [{"name": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}]}}' 2018-08-23 08:20:11,570 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:20:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9525d1f9-de86-4e6d-aa6d-9e119b031c04 x-compute-request-id: req-9525d1f9-de86-4e6d-aa6d-9e119b031c04 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}], "OS-DCF:diskConfig": "MANUAL", "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "adminPass": "cE358nFmshra"}} 2018-08-23 08:20:11,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9525d1f9-de86-4e6d-aa6d-9e119b031c04 2018-08-23 08:20:11,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.02949905396s 2018-08-23 08:20:11,571 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9525d1f9-de86-4e6d-aa6d-9e119b031c04 2018-08-23 08:20:11,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:11,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:11,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20: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-130b0415-121c-4901-8342-6db1e41ece8f x-compute-request-id: req-130b0415-121c-4901-8342-6db1e41ece8f Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:11,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-130b0415-121c-4901-8342-6db1e41ece8f 2018-08-23 08:20:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328660011292s 2018-08-23 08:20:11,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-130b0415-121c-4901-8342-6db1e41ece8f 2018-08-23 08:20:11,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:11,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:11,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-2054a42e-e171-4f57-93fb-9644235613d0 Date: Thu, 23 Aug 2018 08:20: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":["3d170fa6-2b94-47f5-9880-fa64b94eba18"],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:11,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2054a42e-e171-4f57-93fb-9644235613d0 2018-08-23 08:20:11,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.083878993988s 2018-08-23 08:20:11,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2054a42e-e171-4f57-93fb-9644235613d0 2018-08-23 08:20:11,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:20:11,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:12,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a14eae58-bc7d-4a4d-8854-2d799293e4a0 Date: Thu, 23 Aug 2018 08:20:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:20:02Z","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":"acfe43750342409890cb2c4b15371380","id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","subnetpool_id":null,"name":"cinder_test-subnet_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}]} 2018-08-23 08:20:12,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a14eae58-bc7d-4a4d-8854-2d799293e4a0 2018-08-23 08:20:12,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.100104093552s 2018-08-23 08:20:12,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a14eae58-bc7d-4a4d-8854-2d799293e4a0 2018-08-23 08:20:12,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:14,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:14,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:14,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-0f6041ca-db82-4b15-8129-5a87676c96b1 x-compute-request-id: req-0f6041ca-db82-4b15-8129-5a87676c96b1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:13Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:14,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f6041ca-db82-4b15-8129-5a87676c96b1 2018-08-23 08:20:14,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.63797211647s 2018-08-23 08:20:14,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f6041ca-db82-4b15-8129-5a87676c96b1 2018-08-23 08:20:14,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:16,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:16,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:17,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a01bc99-14d4-49a5-a005-50cce8110704 x-compute-request-id: req-9a01bc99-14d4-49a5-a005-50cce8110704 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:13Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:17,396 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a01bc99-14d4-49a5-a005-50cce8110704 2018-08-23 08:20:17,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653918027878s 2018-08-23 08:20:17,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a01bc99-14d4-49a5-a005-50cce8110704 2018-08-23 08:20:17,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:19,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:19,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:19,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37830a8d-f0f1-4693-87a7-3e4ad75df9f8 x-compute-request-id: req-37830a8d-f0f1-4693-87a7-3e4ad75df9f8 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:19,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-37830a8d-f0f1-4693-87a7-3e4ad75df9f8 2018-08-23 08:20:19,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384250164032s 2018-08-23 08:20:19,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-37830a8d-f0f1-4693-87a7-3e4ad75df9f8 2018-08-23 08:20:19,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:20:19,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:19,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bbdd8f23-742a-43fa-a305-9137f9362e29 Date: Thu, 23 Aug 2018 08:20:19 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:14Z","admin_state_up":true,"updated_at":"2018-08-23T08:20:17Z","binding:vnic_type":"normal","device_id":"0a016cb6-1e43-4213-ae9a-6580fc132cd7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:36:f9:4e","id":"b7413f76-d7ec-459e-8c96-724ae679d816","port_security_enabled":true,"project_id":"acfe43750342409890cb2c4b15371380","fixed_ips":[{"subnet_id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"],"name":""}]} 2018-08-23 08:20:19,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-bbdd8f23-742a-43fa-a305-9137f9362e29 2018-08-23 08:20:19,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0511040687561s 2018-08-23 08:20:19,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-bbdd8f23-742a-43fa-a305-9137f9362e29 2018-08-23 08:20:19,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:20:19,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7413f76-d7ec-459e-8c96-724ae679d816" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:19,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-76244c25-67c8-4aa0-8b19-dfb667d5e6ae Date: Thu, 23 Aug 2018 08:20:19 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:20:19,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7413f76-d7ec-459e-8c96-724ae679d816 used request id req-76244c25-67c8-4aa0-8b19-dfb667d5e6ae 2018-08-23 08:20:19,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0541558265686s 2018-08-23 08:20:19,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b7413f76-d7ec-459e-8c96-724ae679d816 used request id req-76244c25-67c8-4aa0-8b19-dfb667d5e6ae 2018-08-23 08:20:19,903 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:36:f9:4e', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd69d679a-dff1-4827-910e-a5ec7bd8a5eb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:20:17.000000', 'flavor': Munch({u'id': u'fb549273-adaa-47e0-8fe2-6d15337de7bf'}), 'az': u'nova', 'id': u'0a016cb6-1e43-4213-ae9a-6580fc132cd7', 'security_groups': [Munch({u'name': u'cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd5f46162c56f461089c92889abeee65b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:20:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:20:17Z', 'hostId': u'b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:20:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'acfe43750342409890cb2c4b15371380', 'name': u'cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'adminPass': u'cE358nFmshra', 'tenant_id': u'acfe43750342409890cb2c4b15371380', 'created_at': u'2018-08-23T08:20:11Z', 'created': u'2018-08-23T08:20:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:20:19,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:19,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0f40c84a-54a2-43b9-bd1d-b03e12629a2c Date: Thu, 23 Aug 2018 08:20: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":["3d170fa6-2b94-47f5-9880-fa64b94eba18"],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:19,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f40c84a-54a2-43b9-bd1d-b03e12629a2c 2018-08-23 08:20:19,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.087543964386s 2018-08-23 08:20:19,994 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f40c84a-54a2-43b9-bd1d-b03e12629a2c 2018-08-23 08:20:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:20:19,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:20,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ab36407a-48f5-46c5-b714-426e9da3b2fc Date: Thu, 23 Aug 2018 08:20:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:14Z","admin_state_up":true,"updated_at":"2018-08-23T08:20:17Z","binding:vnic_type":"normal","device_id":"0a016cb6-1e43-4213-ae9a-6580fc132cd7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:36:f9:4e","id":"b7413f76-d7ec-459e-8c96-724ae679d816","port_security_enabled":true,"project_id":"acfe43750342409890cb2c4b15371380","fixed_ips":[{"subnet_id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"],"name":""}]} 2018-08-23 08:20:20,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-ab36407a-48f5-46c5-b714-426e9da3b2fc 2018-08-23 08:20:20,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.044095993042s 2018-08-23 08:20:20,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-ab36407a-48f5-46c5-b714-426e9da3b2fc 2018-08-23 08:20:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 08:20:20,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "port_id": "b7413f76-d7ec-459e-8c96-724ae679d816"}}' 2018-08-23 08:20:21,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2bfc52fc-38c1-43e8-8dbd-183fca3cc414 Date: Thu, 23 Aug 2018 08:20:21 GMT RESP BODY: {"floatingip": {"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:20Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b7413f76-d7ec-459e-8c96-724ae679d816", "id": "2bd13e29-2933-418d-be3a-497b018fadb3", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:20Z", "project_id": "acfe43750342409890cb2c4b15371380"}} 2018-08-23 08:20:21,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2bfc52fc-38c1-43e8-8dbd-183fca3cc414 2018-08-23 08:20:21,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.66377091408s 2018-08-23 08:20:21,704 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2bfc52fc-38c1-43e8-8dbd-183fca3cc414 2018-08-23 08:20:21,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:20:21,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:21,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-89b4d9cc-1de3-44b0-b25d-665ba3aaf320 Date: Thu, 23 Aug 2018 08:20:21 GMT RESP BODY: {"floatingips": [{"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:20Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b7413f76-d7ec-459e-8c96-724ae679d816", "id": "2bd13e29-2933-418d-be3a-497b018fadb3", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:20Z", "project_id": "acfe43750342409890cb2c4b15371380"}]} 2018-08-23 08:20:21,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-89b4d9cc-1de3-44b0-b25d-665ba3aaf320 2018-08-23 08:20:21,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.061448097229s 2018-08-23 08:20:21,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-89b4d9cc-1de3-44b0-b25d-665ba3aaf320 2018-08-23 08:20:21,777 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'466f56ed-ab63-47c0-a4b2-521a1cd26e26', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'acfe43750342409890cb2c4b15371380', 'created_at': u'2018-08-23T08:20:20Z', 'attached': True, 'updated_at': u'2018-08-23T08:20:20Z', 'id': u'2bd13e29-2933-418d-be3a-497b018fadb3', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'466f56ed-ab63-47c0-a4b2-521a1cd26e26', 'project_id': u'acfe43750342409890cb2c4b15371380', 'port_id': u'b7413f76-d7ec-459e-8c96-724ae679d816', 'port': u'b7413f76-d7ec-459e-8c96-724ae679d816', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 08:20:21,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:20:21,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:20:21,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33d647fe-0be8-4456-9397-c6cf281f2f74 x-compute-request-id: req-33d647fe-0be8-4456-9397-c6cf281f2f74 Content-Encoding: gzip Content-Length: 9649 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490905073 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.191094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193477] pid_max: default: 32768 minimum: 301\n[ 0.194756] ACPI: Core revision 20150930\n[ 0.196474] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198352] Security Framework initialized\n[ 0.199518] Yama: becoming mindful.\n[ 0.200557] AppArmor: AppArmor initialized\n[ 0.201782] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209117] Initializing cgroup subsys io\n[ 0.210291] Initializing cgroup subsys memory\n[ 0.211525] Initializing cgroup subsys devices\n[ 0.212771] Initializing cgroup subsys freezer\n[ 0.214027] Initializing cgroup subsys net_cls\n[ 0.215263] Initializing cgroup subsys perf_event\n[ 0.216563] Initializing cgroup subsys net_prio\n[ 0.217842] Initializing cgroup subsys hugetlb\n[ 0.219087] Initializing cgroup subsys pids\n[ 0.220314] CPU: Physical Processor ID: 0\n[ 0.222188] mce: CPU supports 10 MCE banks\n[ 0.223389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241630] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248354] ftrace: allocating 31920 entries in 125 pages\n[ 0.273765] smpboot: Max logical packages: 1\n[ 0.274993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276938] x2apic enabled\n[ 0.278116] Switched APIC routing to physical x2apic.\n[ 0.280614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287603] KVM setup paravirtual spinlock\n[ 0.289259] x86: Booted up 1 node, 1 CPUs\n[ 0.290423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292382] devtmpfs: initialized\n[ 0.294400] evm: security.selinux\n[ 0.295403] evm: security.SMACK64\n[ 0.296395] evm: security.SMACK64EXEC\n[ 0.297459] evm: security.SMACK64TRANSMUTE\n[ 0.298613] evm: security.SMACK64MMAP\n[ 0.299680] evm: security.ima\n[ 0.300596] evm: security.capability\n[ 0.301717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304338] pinctrl core: initialized pinctrl subsystem\n[ 0.305877] RTC time: 8:20:18, date: 08/23/18\n[ 0.307208] NET: Registered protocol family 16\n[ 0.308584] cpuidle: using governor ladder\n[ 0.309756] cpuidle: using governor menu\n[ 0.310888] PCCT header not found.\n[ 0.311945] ACPI: bus type PCI registered\n[ 0.313094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314839] PCI: Using configuration type 1 for base access\n[ 0.317047] ACPI: Added _OSI(Module Device)\n[ 0.318243] ACPI: Added _OSI(Processor Device)\n[ 0.319474] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320753] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323024] ACPI: Interpreter enabled\n[ 0.324139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334704] ACPI: (supports S0 S5)\n[ 0.335719] ACPI: Using IOAPIC for interrupt routing\n[ 0.337073] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344391] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349204] acpiphp: Slot [3] registered\n[ 0.350349] acpiphp: Slot [4] registered\n[ 0.351487] acpiphp: Slot [5] registered\n[ 0.352624] acpiphp: Slot [6] registered\n[ 0.353761] acpiphp: Slot [7] registered\n[ 0.354906] acpiphp: Slot [8] registered\n[ 0.356046] acpiphp: Slot [9] registered\n[ 0.357180] acpiphp: Slot [10] registered\n[ 0.358337] acpiphp: Slot [11] registered\n[ 0.359494] acpiphp: Slot [12] registered\n[ 0.360652] acpiphp: Slot [13] registered\n[ 0.361804] acpiphp: Slot [14] registered\n[ 0.362965] acpiphp: Slot [15] registered\n[ 0.378446] acpiphp: Slot [16] registered\n[ 0.379606] acpiphp: Slot [17] registered\n[ 0.380762] acpiphp: Slot [18] registered\n[ 0.381919] acpiphp: Slot [19] registered\n[ 0.383069] acpiphp: Slot [20] registered\n[ 0.384225] acpiphp: Slot [21] registered\n[ 0.385382] acpiphp: Slot [22] registered\n[ 0.386535] acpiphp: Slot [23] registered\n[ 0.387691] acpiphp: Slot [24] registered\n[ 0.388846] acpiphp: Slot [25] registered\n[ 0.390002] acpiphp: Slot [26] registered\n[ 0.391153] acpiphp: Slot [27] registered\n[ 0.392317] acpiphp: Slot [28] registered\n[ 0.393479] acpiphp: Slot [29] registered\n[ 0.394638] acpiphp: Slot [30] registered\n[ 0.395796] acpiphp: Slot [31] registered\n[ 0.396958] PCI host bridge to bus 0000:00\n[ 0.398116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403670] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405751] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411989] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447361] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449387] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455419] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460984] vgaarb: loaded\n[ 0.461839] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463538] SCSI subsystem initialized\n[ 0.464830] ACPI: bus type USB registered\n[ 0.466009] usbcore: registered new interface driver usbfs\n[ 0.467472] usbcore: registered new interface driver hub\n[ 0.468911] usbcore: registered new device driver usb\n[ 0.470464] PCI: Using ACPI for IRQ routing\n[ 0.472046] NetLabel: Initializing\n[ 0.473074] NetLabel: domain hash size = 128\n[ 0.474293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475659] NetLabel: unlabeled traffic allowed by default\n[ 0.477302] clocksource: Switched to clocksource kvm-clock\n[ 0.487578] AppArmor: AppArmor Filesystem Enabled\n[ 0.488955] pnp: PnP ACPI init\n[ 0.490237] pnp: PnP ACPI: found 5 devices\n[ 0.497219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499660] NET: Registered protocol family 2\n[ 0.501125] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502957] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504668] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506380] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509587] NET: Registered protocol family 1\n[ 0.510836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512397] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528319] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542990] Trying to unpack rootfs image as initramfs...\n[ 0.605618] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610746] Scanning for low memory corruption every 60 seconds\n[ 0.613075] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614768] audit: initializing netlink subsys (disabled)\n[ 0.616294] audit: type=2000 audit(1535012418.750:1): initialized\n[ 0.618293] Initialise system trusted keyring\n[ 0.619720] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621384] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624187] zbud: loaded\n[ 0.625234] VFS: Disk quotas dquot_6.6.0\n[ 0.626432] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628682] fuse init (API version 7.23)\n[ 0.630036] Key type big_key registered\n[ 0.631188] Allocating IMA MOK and blacklist keyrings.\n[ 0.632950] Key type asymmetric registered\n[ 0.634146] Asymmetric key parser 'x509' registered\n[ 0.635524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637696] io scheduler noop registered\n[ 0.638832] io scheduler deadline registered (default)\n[ 0.640261] io scheduler cfq registered\n[ 0.641517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643011] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646955] ACPI: Power Button [PWRF]\n[ 0.648222] GHES: HEST is not enabled!\n[ 0.662409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721739] Linux agpgart interface v0.103\n[ 0.725396] brd: module loaded\n[ 0.727799] loop: module loaded\n[ 0.732823] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734909] GPT:90111 != 2097151\n[ 0.735886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737456] GPT:90111 != 2097151\n[ 0.738452] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739861] vda: vda1 vda15\n[ 0.741573] scsi host0: ata_piix\n[ 0.742710] scsi host1: ata_piix\n[ 0.743754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747834] libphy: Fixed MDIO Bus: probed\n[ 0.749032] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750421] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753294] PPP generic driver version 2.4.2\n[ 0.754625] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756332] ehci-pci: EHCI PCI platform driver\n[ 0.757593] ehci-platform: EHCI generic platform driver\n[ 0.759032] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760676] ohci-pci: OHCI PCI platform driver\n[ 0.761951] ohci-platform: OHCI generic platform driver\n[ 0.763386] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781739] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788650] usb usb1: Product: UHCI Host Controller\n[ 0.789987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791686] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793079] hub 1-0:1.0: USB hub found\n[ 0.794211] hub 1-0:1.0: 2 ports detected\n[ 0.795542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798538] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799923] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801418] mousedev: PS/2 mouse device common for all mice\n[ 0.803193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805856] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807460] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809144] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810863] i2c /dev entries driver\n[ 0.811966] device-mapper: uevent: version 1.0.3\n[ 0.813354] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817701] NET: Registered protocol family 10\n[ 0.819317] NET: Registered protocol family 17\n[ 0.820581] Key type dns_resolver registered\n[ 0.821958] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.823530] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.826078] registered taskstats version 1\n[ 0.827285] Loading compiled-in X.509 certificates\n[ 0.829185] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831826] zswap: loaded using pool lzo/zbud\n[ 0.834021] Key type trusted registered\n[ 0.836314] Key type encrypted registered\n[ 0.837517] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.840511] evm: HMAC attrs: 0x1\n[ 0.841871] Magic number: 14:857:321\n[ 0.842980] bdi 253:0: hash matches\n[ 0.844037] tty tty46: hash matches\n[ 0.845094] pci 0000:00:02.0: hash matches\n[ 0.846399] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:19 UTC (1535012419)\n[ 0.863383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.865016] EDD information not available.\n[ 0.903033] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905243] Write protecting the kernel read-only data: 14336k\n[ 0.908285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910845] 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 0.82\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.074374] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ5ev9JHqQ4KyAienCMj8wDHUFcsz16/qOqJ7vnktvbjEAsst0RC7sQvEdf3DNNFofOUlnFyPMHtFiR5wTcdgf85pp/jH7iaPfXwlNkS64mXW3P354fAcRtwalRYjsaVHT2ko+KT60/OKXpe79D9WyVEbAvlwlv8FtAJANpvtJkBnkb6wwjZ6NvxB/oDbJ30lAjgnDxwEph1+prLdr8Mr8+ySnOrZmNlEQbJnAjsYT4FJnZlLYBOKJyZa049EL9ef01nuaWl7k7tvuYlA+SWSPdZWM6uKtJWp5h8VsQTFwfWC+Zz0gejp3C2xWWyjZUFR6s40v+S7nH9ucmNuqgbzf root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nssh-dss AAAAB3NzaC1kc3MAAACBAKSjWndtWxXr8WNzwEabcFQA9nsIl9EMjd5uobvIMja+scmhxteuMBjtYLrXqQlzHPSD/XzY3mmX/0/fCRWv4Uv9qwVKUzLLJE7g/WpqqHzwoKK2HIbFsfNmCPuf18LpF4Nwi6Z/GQKWu0SnrsvJJB0sH7kn+5DqtX2d5RO2QXlbAAAAFQCNG6VcMnet4M+s+LYCkUOCkunGlwAAAIBdXnMDozqLcLFaC2wYY0nrY6hYtwcVR3egizbkog/17qkcC+KXHdciq4dTCbSJcXol0MVozEdIZtk8XhqXAQpsIayxEoTnlSOsWk6xUqqOVKOAIquM+n0iKlJyFpMplS8wYKZKcUbHT4+V3oeF34KDmHEPYytc+SaqbRA3KozlfgAAAIAohj62z20N+9F9/uT7F7RAtbY9Czu6aExR82ESAGa8FRTgB2hltU/8I6lG2+r69PeoU6i4FALdx+/g/HGq6/ztbVtI586rnjSK/nHIca5RMgISR82oy7p6abl+MZ9R0SI+fqgd8L+J3nK8CtUge9OEgxK3XRNsUJ4YdwngynQC2g== root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe36:f94e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: "} 2018-08-23 08:20:21,867 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action used request id req-33d647fe-0be8-4456-9397-c6cf281f2f74 2018-08-23 08:20:21,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0890800952911s 2018-08-23 08:20:21,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action used request id req-33d647fe-0be8-4456-9397-c6cf281f2f74 2018-08-23 08:20:21,868 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 490905073 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.191094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193477] pid_max: default: 32768 minimum: 301 [ 0.194756] ACPI: Core revision 20150930 [ 0.196474] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198352] Security Framework initialized [ 0.199518] Yama: becoming mindful. [ 0.200557] AppArmor: AppArmor initialized [ 0.201782] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209117] Initializing cgroup subsys io [ 0.210291] Initializing cgroup subsys memory [ 0.211525] Initializing cgroup subsys devices [ 0.212771] Initializing cgroup subsys freezer [ 0.214027] Initializing cgroup subsys net_cls [ 0.215263] Initializing cgroup subsys perf_event [ 0.216563] Initializing cgroup subsys net_prio [ 0.217842] Initializing cgroup subsys hugetlb [ 0.219087] Initializing cgroup subsys pids [ 0.220314] CPU: Physical Processor ID: 0 [ 0.222188] mce: CPU supports 10 MCE banks [ 0.223389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241630] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248354] ftrace: allocating 31920 entries in 125 pages [ 0.273765] smpboot: Max logical packages: 1 [ 0.274993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276938] x2apic enabled [ 0.278116] Switched APIC routing to physical x2apic. [ 0.280614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287603] KVM setup paravirtual spinlock [ 0.289259] x86: Booted up 1 node, 1 CPUs [ 0.290423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292382] devtmpfs: initialized [ 0.294400] evm: security.selinux [ 0.295403] evm: security.SMACK64 [ 0.296395] evm: security.SMACK64EXEC [ 0.297459] evm: security.SMACK64TRANSMUTE [ 0.298613] evm: security.SMACK64MMAP [ 0.299680] evm: security.ima [ 0.300596] evm: security.capability [ 0.301717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304338] pinctrl core: initialized pinctrl subsystem [ 0.305877] RTC time: 8:20:18, date: 08/23/18 [ 0.307208] NET: Registered protocol family 16 [ 0.308584] cpuidle: using governor ladder [ 0.309756] cpuidle: using governor menu [ 0.310888] PCCT header not found. [ 0.311945] ACPI: bus type PCI registered [ 0.313094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314839] PCI: Using configuration type 1 for base access [ 0.317047] ACPI: Added _OSI(Module Device) [ 0.318243] ACPI: Added _OSI(Processor Device) [ 0.319474] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320753] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323024] ACPI: Interpreter enabled [ 0.324139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.329422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.334704] ACPI: (supports S0 S5) [ 0.335719] ACPI: Using IOAPIC for interrupt routing [ 0.337073] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.342644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344391] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349204] acpiphp: Slot [3] registered [ 0.350349] acpiphp: Slot [4] registered [ 0.351487] acpiphp: Slot [5] registered [ 0.352624] acpiphp: Slot [6] registered [ 0.353761] acpiphp: Slot [7] registered [ 0.354906] acpiphp: Slot [8] registered [ 0.356046] acpiphp: Slot [9] registered [ 0.357180] acpiphp: Slot [10] registered [ 0.358337] acpiphp: Slot [11] registered [ 0.359494] acpiphp: Slot [12] registered [ 0.360652] acpiphp: Slot [13] registered [ 0.361804] acpiphp: Slot [14] registered [ 0.362965] acpiphp: Slot [15] registered [ 0.378446] acpiphp: Slot [16] registered [ 0.379606] acpiphp: Slot [17] registered [ 0.380762] acpiphp: Slot [18] registered [ 0.381919] acpiphp: Slot [19] registered [ 0.383069] acpiphp: Slot [20] registered [ 0.384225] acpiphp: Slot [21] registered [ 0.385382] acpiphp: Slot [22] registered [ 0.386535] acpiphp: Slot [23] registered [ 0.387691] acpiphp: Slot [24] registered [ 0.388846] acpiphp: Slot [25] registered [ 0.390002] acpiphp: Slot [26] registered [ 0.391153] acpiphp: Slot [27] registered [ 0.392317] acpiphp: Slot [28] registered [ 0.393479] acpiphp: Slot [29] registered [ 0.394638] acpiphp: Slot [30] registered [ 0.395796] acpiphp: Slot [31] registered [ 0.396958] PCI host bridge to bus 0000:00 [ 0.398116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403670] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405751] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411989] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.445301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.447361] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.449387] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.451396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.453631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.455419] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457266] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460984] vgaarb: loaded [ 0.461839] vgaarb: bridge control possible 0000:00:02.0 [ 0.463538] SCSI subsystem initialized [ 0.464830] ACPI: bus type USB registered [ 0.466009] usbcore: registered new interface driver usbfs [ 0.467472] usbcore: registered new interface driver hub [ 0.468911] usbcore: registered new device driver usb [ 0.470464] PCI: Using ACPI for IRQ routing [ 0.472046] NetLabel: Initializing [ 0.473074] NetLabel: domain hash size = 128 [ 0.474293] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475659] NetLabel: unlabeled traffic allowed by default [ 0.477302] clocksource: Switched to clocksource kvm-clock [ 0.487578] AppArmor: AppArmor Filesystem Enabled [ 0.488955] pnp: PnP ACPI init [ 0.490237] pnp: PnP ACPI: found 5 devices [ 0.497219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.499660] NET: Registered protocol family 2 [ 0.501125] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502957] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.504668] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506380] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509587] NET: Registered protocol family 1 [ 0.510836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512397] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513931] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.528319] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.542990] Trying to unpack rootfs image as initramfs... [ 0.605618] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610746] Scanning for low memory corruption every 60 seconds [ 0.613075] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614768] audit: initializing netlink subsys (disabled) [ 0.616294] audit: type=2000 audit(1535012418.750:1): initialized [ 0.618293] Initialise system trusted keyring [ 0.619720] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621384] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624187] zbud: loaded [ 0.625234] VFS: Disk quotas dquot_6.6.0 [ 0.626432] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628682] fuse init (API version 7.23) [ 0.630036] Key type big_key registered [ 0.631188] Allocating IMA MOK and blacklist keyrings. [ 0.632950] Key type asymmetric registered [ 0.634146] Asymmetric key parser 'x509' registered [ 0.635524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637696] io scheduler noop registered [ 0.638832] io scheduler deadline registered (default) [ 0.640261] io scheduler cfq registered [ 0.641517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643011] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646955] ACPI: Power Button [PWRF] [ 0.648222] GHES: HEST is not enabled! [ 0.662409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721739] Linux agpgart interface v0.103 [ 0.725396] brd: module loaded [ 0.727799] loop: module loaded [ 0.732823] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734909] GPT:90111 != 2097151 [ 0.735886] GPT:Alternate GPT header not at the end of the disk. [ 0.737456] GPT:90111 != 2097151 [ 0.738452] GPT: Use GNU Parted to correct GPT errors. [ 0.739861] vda: vda1 vda15 [ 0.741573] scsi host0: ata_piix [ 0.742710] scsi host1: ata_piix [ 0.743754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747834] libphy: Fixed MDIO Bus: probed [ 0.749032] tun: Universal TUN/TAP device driver, 1.6 [ 0.750421] tun: (C) 1999-2004 Max Krasnyansky [ 0.753294] PPP generic driver version 2.4.2 [ 0.754625] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756332] ehci-pci: EHCI PCI platform driver [ 0.757593] ehci-platform: EHCI generic platform driver [ 0.759032] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760676] ohci-pci: OHCI PCI platform driver [ 0.761951] ohci-platform: OHCI generic platform driver [ 0.763386] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781739] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788650] usb usb1: Product: UHCI Host Controller [ 0.789987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791686] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793079] hub 1-0:1.0: USB hub found [ 0.794211] hub 1-0:1.0: 2 ports detected [ 0.795542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798538] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799923] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801418] mousedev: PS/2 mouse device common for all mice [ 0.803193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805856] rtc_cmos 00:00: RTC can wake from S4 [ 0.807460] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809144] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810863] i2c /dev entries driver [ 0.811966] device-mapper: uevent: version 1.0.3 [ 0.813354] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815717] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817701] NET: Registered protocol family 10 [ 0.819317] NET: Registered protocol family 17 [ 0.820581] Key type dns_resolver registered [ 0.821958] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.823530] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.826078] registered taskstats version 1 [ 0.827285] Loading compiled-in X.509 certificates [ 0.829185] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831826] zswap: loaded using pool lzo/zbud [ 0.834021] Key type trusted registered [ 0.836314] Key type encrypted registered [ 0.837517] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839019] ima: No TPM chip found, activating TPM-bypass! [ 0.840511] evm: HMAC attrs: 0x1 [ 0.841871] Magic number: 14:857:321 [ 0.842980] bdi 253:0: hash matches [ 0.844037] tty tty46: hash matches [ 0.845094] pci 0000:00:02.0: hash matches [ 0.846399] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:19 UTC (1535012419) [ 0.863383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.865016] EDD information not available. [ 0.903033] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905243] Write protecting the kernel read-only data: 14336k [ 0.908285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910845] 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 0.82 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.074374] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ5ev9JHqQ4KyAienCMj8wDHUFcsz16/qOqJ7vnktvbjEAsst0RC7sQvEdf3DNNFofOUlnFyPMHtFiR5wTcdgf85pp/jH7iaPfXwlNkS64mXW3P354fAcRtwalRYjsaVHT2ko+KT60/OKXpe79D9WyVEbAvlwlv8FtAJANpvtJkBnkb6wwjZ6NvxB/oDbJ30lAjgnDxwEph1+prLdr8Mr8+ySnOrZmNlEQbJnAjsYT4FJnZlLYBOKJyZa049EL9ef01nuaWl7k7tvuYlA+SWSPdZWM6uKtJWp5h8VsQTFwfWC+Zz0gejp3C2xWWyjZUFR6s40v+S7nH9ucmNuqgbzf root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 ssh-dss AAAAB3NzaC1kc3MAAACBAKSjWndtWxXr8WNzwEabcFQA9nsIl9EMjd5uobvIMja+scmhxteuMBjtYLrXqQlzHPSD/XzY3mmX/0/fCRWv4Uv9qwVKUzLLJE7g/WpqqHzwoKK2HIbFsfNmCPuf18LpF4Nwi6Z/GQKWu0SnrsvJJB0sH7kn+5DqtX2d5RO2QXlbAAAAFQCNG6VcMnet4M+s+LYCkUOCkunGlwAAAIBdXnMDozqLcLFaC2wYY0nrY6hYtwcVR3egizbkog/17qkcC+KXHdciq4dTCbSJcXol0MVozEdIZtk8XhqXAQpsIayxEoTnlSOsWk6xUqqOVKOAIquM+n0iKlJyFpMplS8wYKZKcUbHT4+V3oeF34KDmHEPYytc+SaqbRA3KozlfgAAAIAohj62z20N+9F9/uT7F7RAtbY9Czu6aExR82ESAGa8FRTgB2hltU/8I6lG2+r69PeoU6i4FALdx+/g/HGq6/ztbVtI586rnjSK/nHIca5RMgISR82oy7p6abl+MZ9R0SI+fqgd8L+J3nK8CtUge9OEgxK3XRNsUJ4YdwngynQC2g== root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe36:f94e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: 2018-08-23 08:20:22,871 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-08-23 08:20:31,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:20:31,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:20:31,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-865d8939-5d87-4eb0-a84c-377d8504b029 x-compute-request-id: req-865d8939-5d87-4eb0-a84c-377d8504b029 Content-Encoding: gzip Content-Length: 9649 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490905073 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.191094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193477] pid_max: default: 32768 minimum: 301\n[ 0.194756] ACPI: Core revision 20150930\n[ 0.196474] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198352] Security Framework initialized\n[ 0.199518] Yama: becoming mindful.\n[ 0.200557] AppArmor: AppArmor initialized\n[ 0.201782] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.209117] Initializing cgroup subsys io\n[ 0.210291] Initializing cgroup subsys memory\n[ 0.211525] Initializing cgroup subsys devices\n[ 0.212771] Initializing cgroup subsys freezer\n[ 0.214027] Initializing cgroup subsys net_cls\n[ 0.215263] Initializing cgroup subsys perf_event\n[ 0.216563] Initializing cgroup subsys net_prio\n[ 0.217842] Initializing cgroup subsys hugetlb\n[ 0.219087] Initializing cgroup subsys pids\n[ 0.220314] CPU: Physical Processor ID: 0\n[ 0.222188] mce: CPU supports 10 MCE banks\n[ 0.223389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241630] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248354] ftrace: allocating 31920 entries in 125 pages\n[ 0.273765] smpboot: Max logical packages: 1\n[ 0.274993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276938] x2apic enabled\n[ 0.278116] Switched APIC routing to physical x2apic.\n[ 0.280614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.282203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287603] KVM setup paravirtual spinlock\n[ 0.289259] x86: Booted up 1 node, 1 CPUs\n[ 0.290423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292382] devtmpfs: initialized\n[ 0.294400] evm: security.selinux\n[ 0.295403] evm: security.SMACK64\n[ 0.296395] evm: security.SMACK64EXEC\n[ 0.297459] evm: security.SMACK64TRANSMUTE\n[ 0.298613] evm: security.SMACK64MMAP\n[ 0.299680] evm: security.ima\n[ 0.300596] evm: security.capability\n[ 0.301717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.304338] pinctrl core: initialized pinctrl subsystem\n[ 0.305877] RTC time: 8:20:18, date: 08/23/18\n[ 0.307208] NET: Registered protocol family 16\n[ 0.308584] cpuidle: using governor ladder\n[ 0.309756] cpuidle: using governor menu\n[ 0.310888] PCCT header not found.\n[ 0.311945] ACPI: bus type PCI registered\n[ 0.313094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314839] PCI: Using configuration type 1 for base access\n[ 0.317047] ACPI: Added _OSI(Module Device)\n[ 0.318243] ACPI: Added _OSI(Processor Device)\n[ 0.319474] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320753] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323024] ACPI: Interpreter enabled\n[ 0.324139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.326778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.329422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.334704] ACPI: (supports S0 S5)\n[ 0.335719] ACPI: Using IOAPIC for interrupt routing\n[ 0.337073] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.342644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344391] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349204] acpiphp: Slot [3] registered\n[ 0.350349] acpiphp: Slot [4] registered\n[ 0.351487] acpiphp: Slot [5] registered\n[ 0.352624] acpiphp: Slot [6] registered\n[ 0.353761] acpiphp: Slot [7] registered\n[ 0.354906] acpiphp: Slot [8] registered\n[ 0.356046] acpiphp: Slot [9] registered\n[ 0.357180] acpiphp: Slot [10] registered\n[ 0.358337] acpiphp: Slot [11] registered\n[ 0.359494] acpiphp: Slot [12] registered\n[ 0.360652] acpiphp: Slot [13] registered\n[ 0.361804] acpiphp: Slot [14] registered\n[ 0.362965] acpiphp: Slot [15] registered\n[ 0.378446] acpiphp: Slot [16] registered\n[ 0.379606] acpiphp: Slot [17] registered\n[ 0.380762] acpiphp: Slot [18] registered\n[ 0.381919] acpiphp: Slot [19] registered\n[ 0.383069] acpiphp: Slot [20] registered\n[ 0.384225] acpiphp: Slot [21] registered\n[ 0.385382] acpiphp: Slot [22] registered\n[ 0.386535] acpiphp: Slot [23] registered\n[ 0.387691] acpiphp: Slot [24] registered\n[ 0.388846] acpiphp: Slot [25] registered\n[ 0.390002] acpiphp: Slot [26] registered\n[ 0.391153] acpiphp: Slot [27] registered\n[ 0.392317] acpiphp: Slot [28] registered\n[ 0.393479] acpiphp: Slot [29] registered\n[ 0.394638] acpiphp: Slot [30] registered\n[ 0.395796] acpiphp: Slot [31] registered\n[ 0.396958] PCI host bridge to bus 0000:00\n[ 0.398116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403670] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405751] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411989] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.417262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.445301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.447361] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.449387] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.451396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.453631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.455419] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.457266] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.458766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.460984] vgaarb: loaded\n[ 0.461839] vgaarb: bridge control possible 0000:00:02.0\n[ 0.463538] SCSI subsystem initialized\n[ 0.464830] ACPI: bus type USB registered\n[ 0.466009] usbcore: registered new interface driver usbfs\n[ 0.467472] usbcore: registered new interface driver hub\n[ 0.468911] usbcore: registered new device driver usb\n[ 0.470464] PCI: Using ACPI for IRQ routing\n[ 0.472046] NetLabel: Initializing\n[ 0.473074] NetLabel: domain hash size = 128\n[ 0.474293] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.475659] NetLabel: unlabeled traffic allowed by default\n[ 0.477302] clocksource: Switched to clocksource kvm-clock\n[ 0.487578] AppArmor: AppArmor Filesystem Enabled\n[ 0.488955] pnp: PnP ACPI init\n[ 0.490237] pnp: PnP ACPI: found 5 devices\n[ 0.497219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.499660] NET: Registered protocol family 2\n[ 0.501125] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.502957] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.504668] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.506380] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.509587] NET: Registered protocol family 1\n[ 0.510836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.512397] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.513931] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.528319] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.542990] Trying to unpack rootfs image as initramfs...\n[ 0.605618] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610746] Scanning for low memory corruption every 60 seconds\n[ 0.613075] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.614768] audit: initializing netlink subsys (disabled)\n[ 0.616294] audit: type=2000 audit(1535012418.750:1): initialized\n[ 0.618293] Initialise system trusted keyring\n[ 0.619720] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.621384] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624187] zbud: loaded\n[ 0.625234] VFS: Disk quotas dquot_6.6.0\n[ 0.626432] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.628682] fuse init (API version 7.23)\n[ 0.630036] Key type big_key registered\n[ 0.631188] Allocating IMA MOK and blacklist keyrings.\n[ 0.632950] Key type asymmetric registered\n[ 0.634146] Asymmetric key parser 'x509' registered\n[ 0.635524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.637696] io scheduler noop registered\n[ 0.638832] io scheduler deadline registered (default)\n[ 0.640261] io scheduler cfq registered\n[ 0.641517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643011] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.646955] ACPI: Power Button [PWRF]\n[ 0.648222] GHES: HEST is not enabled!\n[ 0.662409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.691550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.694557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.718427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.721739] Linux agpgart interface v0.103\n[ 0.725396] brd: module loaded\n[ 0.727799] loop: module loaded\n[ 0.732823] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734909] GPT:90111 != 2097151\n[ 0.735886] GPT:Alternate GPT header not at the end of the disk.\n[ 0.737456] GPT:90111 != 2097151\n[ 0.738452] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739861] vda: vda1 vda15\n[ 0.741573] scsi host0: ata_piix\n[ 0.742710] scsi host1: ata_piix\n[ 0.743754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747834] libphy: Fixed MDIO Bus: probed\n[ 0.749032] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750421] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753294] PPP generic driver version 2.4.2\n[ 0.754625] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756332] ehci-pci: EHCI PCI platform driver\n[ 0.757593] ehci-platform: EHCI generic platform driver\n[ 0.759032] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760676] ohci-pci: OHCI PCI platform driver\n[ 0.761951] ohci-platform: OHCI generic platform driver\n[ 0.763386] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778083] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781739] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.784858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788650] usb usb1: Product: UHCI Host Controller\n[ 0.789987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791686] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793079] hub 1-0:1.0: USB hub found\n[ 0.794211] hub 1-0:1.0: 2 ports detected\n[ 0.795542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798538] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799923] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801418] mousedev: PS/2 mouse device common for all mice\n[ 0.803193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805856] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807460] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809144] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810863] i2c /dev entries driver\n[ 0.811966] device-mapper: uevent: version 1.0.3\n[ 0.813354] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.815717] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.817701] NET: Registered protocol family 10\n[ 0.819317] NET: Registered protocol family 17\n[ 0.820581] Key type dns_resolver registered\n[ 0.821958] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.823530] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.826078] registered taskstats version 1\n[ 0.827285] Loading compiled-in X.509 certificates\n[ 0.829185] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831826] zswap: loaded using pool lzo/zbud\n[ 0.834021] Key type trusted registered\n[ 0.836314] Key type encrypted registered\n[ 0.837517] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.840511] evm: HMAC attrs: 0x1\n[ 0.841871] Magic number: 14:857:321\n[ 0.842980] bdi 253:0: hash matches\n[ 0.844037] tty tty46: hash matches\n[ 0.845094] pci 0000:00:02.0: hash matches\n[ 0.846399] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:19 UTC (1535012419)\n[ 0.863383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.865016] EDD information not available.\n[ 0.903033] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.905243] Write protecting the kernel read-only data: 14336k\n[ 0.908285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910845] 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 0.82\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.074374] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ5ev9JHqQ4KyAienCMj8wDHUFcsz16/qOqJ7vnktvbjEAsst0RC7sQvEdf3DNNFofOUlnFyPMHtFiR5wTcdgf85pp/jH7iaPfXwlNkS64mXW3P354fAcRtwalRYjsaVHT2ko+KT60/OKXpe79D9WyVEbAvlwlv8FtAJANpvtJkBnkb6wwjZ6NvxB/oDbJ30lAjgnDxwEph1+prLdr8Mr8+ySnOrZmNlEQbJnAjsYT4FJnZlLYBOKJyZa049EL9ef01nuaWl7k7tvuYlA+SWSPdZWM6uKtJWp5h8VsQTFwfWC+Zz0gejp3C2xWWyjZUFR6s40v+S7nH9ucmNuqgbzf root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nssh-dss AAAAB3NzaC1kc3MAAACBAKSjWndtWxXr8WNzwEabcFQA9nsIl9EMjd5uobvIMja+scmhxteuMBjtYLrXqQlzHPSD/XzY3mmX/0/fCRWv4Uv9qwVKUzLLJE7g/WpqqHzwoKK2HIbFsfNmCPuf18LpF4Nwi6Z/GQKWu0SnrsvJJB0sH7kn+5DqtX2d5RO2QXlbAAAAFQCNG6VcMnet4M+s+LYCkUOCkunGlwAAAIBdXnMDozqLcLFaC2wYY0nrY6hYtwcVR3egizbkog/17qkcC+KXHdciq4dTCbSJcXol0MVozEdIZtk8XhqXAQpsIayxEoTnlSOsWk6xUqqOVKOAIquM+n0iKlJyFpMplS8wYKZKcUbHT4+V3oeF34KDmHEPYytc+SaqbRA3KozlfgAAAIAohj62z20N+9F9/uT7F7RAtbY9Czu6aExR82ESAGa8FRTgB2hltU/8I6lG2+r69PeoU6i4FALdx+/g/HGq6/ztbVtI586rnjSK/nHIca5RMgISR82oy7p6abl+MZ9R0SI+fqgd8L+J3nK8CtUge9OEgxK3XRNsUJ4YdwngynQC2g== root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe36:f94e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 \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-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.89 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: "} 2018-08-23 08:20:31,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action used request id req-865d8939-5d87-4eb0-a84c-377d8504b029 2018-08-23 08:20:31,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0825319290161s 2018-08-23 08:20:31,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/action used request id req-865d8939-5d87-4eb0-a84c-377d8504b029 2018-08-23 08:20:31,964 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 490905073 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.191094] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193477] pid_max: default: 32768 minimum: 301 [ 0.194756] ACPI: Core revision 20150930 [ 0.196474] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198352] Security Framework initialized [ 0.199518] Yama: becoming mindful. [ 0.200557] AppArmor: AppArmor initialized [ 0.201782] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203642] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205442] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207151] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.209117] Initializing cgroup subsys io [ 0.210291] Initializing cgroup subsys memory [ 0.211525] Initializing cgroup subsys devices [ 0.212771] Initializing cgroup subsys freezer [ 0.214027] Initializing cgroup subsys net_cls [ 0.215263] Initializing cgroup subsys perf_event [ 0.216563] Initializing cgroup subsys net_prio [ 0.217842] Initializing cgroup subsys hugetlb [ 0.219087] Initializing cgroup subsys pids [ 0.220314] CPU: Physical Processor ID: 0 [ 0.222188] mce: CPU supports 10 MCE banks [ 0.223389] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224800] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241630] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248354] ftrace: allocating 31920 entries in 125 pages [ 0.273765] smpboot: Max logical packages: 1 [ 0.274993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276938] x2apic enabled [ 0.278116] Switched APIC routing to physical x2apic. [ 0.280614] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.282203] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287603] KVM setup paravirtual spinlock [ 0.289259] x86: Booted up 1 node, 1 CPUs [ 0.290423] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292382] devtmpfs: initialized [ 0.294400] evm: security.selinux [ 0.295403] evm: security.SMACK64 [ 0.296395] evm: security.SMACK64EXEC [ 0.297459] evm: security.SMACK64TRANSMUTE [ 0.298613] evm: security.SMACK64MMAP [ 0.299680] evm: security.ima [ 0.300596] evm: security.capability [ 0.301717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.304338] pinctrl core: initialized pinctrl subsystem [ 0.305877] RTC time: 8:20:18, date: 08/23/18 [ 0.307208] NET: Registered protocol family 16 [ 0.308584] cpuidle: using governor ladder [ 0.309756] cpuidle: using governor menu [ 0.310888] PCCT header not found. [ 0.311945] ACPI: bus type PCI registered [ 0.313094] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314839] PCI: Using configuration type 1 for base access [ 0.317047] ACPI: Added _OSI(Module Device) [ 0.318243] ACPI: Added _OSI(Processor Device) [ 0.319474] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320753] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323024] ACPI: Interpreter enabled [ 0.324139] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.326778] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.329422] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.334704] ACPI: (supports S0 S5) [ 0.335719] ACPI: Using IOAPIC for interrupt routing [ 0.337073] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.342644] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344391] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346091] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349204] acpiphp: Slot [3] registered [ 0.350349] acpiphp: Slot [4] registered [ 0.351487] acpiphp: Slot [5] registered [ 0.352624] acpiphp: Slot [6] registered [ 0.353761] acpiphp: Slot [7] registered [ 0.354906] acpiphp: Slot [8] registered [ 0.356046] acpiphp: Slot [9] registered [ 0.357180] acpiphp: Slot [10] registered [ 0.358337] acpiphp: Slot [11] registered [ 0.359494] acpiphp: Slot [12] registered [ 0.360652] acpiphp: Slot [13] registered [ 0.361804] acpiphp: Slot [14] registered [ 0.362965] acpiphp: Slot [15] registered [ 0.378446] acpiphp: Slot [16] registered [ 0.379606] acpiphp: Slot [17] registered [ 0.380762] acpiphp: Slot [18] registered [ 0.381919] acpiphp: Slot [19] registered [ 0.383069] acpiphp: Slot [20] registered [ 0.384225] acpiphp: Slot [21] registered [ 0.385382] acpiphp: Slot [22] registered [ 0.386535] acpiphp: Slot [23] registered [ 0.387691] acpiphp: Slot [24] registered [ 0.388846] acpiphp: Slot [25] registered [ 0.390002] acpiphp: Slot [26] registered [ 0.391153] acpiphp: Slot [27] registered [ 0.392317] acpiphp: Slot [28] registered [ 0.393479] acpiphp: Slot [29] registered [ 0.394638] acpiphp: Slot [30] registered [ 0.395796] acpiphp: Slot [31] registered [ 0.396958] PCI host bridge to bus 0000:00 [ 0.398116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399841] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401591] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403670] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405751] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411989] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413794] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415464] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.417262] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421666] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.445301] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.447361] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.449387] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.451396] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.453631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.455419] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.457266] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.458766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.460984] vgaarb: loaded [ 0.461839] vgaarb: bridge control possible 0000:00:02.0 [ 0.463538] SCSI subsystem initialized [ 0.464830] ACPI: bus type USB registered [ 0.466009] usbcore: registered new interface driver usbfs [ 0.467472] usbcore: registered new interface driver hub [ 0.468911] usbcore: registered new device driver usb [ 0.470464] PCI: Using ACPI for IRQ routing [ 0.472046] NetLabel: Initializing [ 0.473074] NetLabel: domain hash size = 128 [ 0.474293] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.475659] NetLabel: unlabeled traffic allowed by default [ 0.477302] clocksource: Switched to clocksource kvm-clock [ 0.487578] AppArmor: AppArmor Filesystem Enabled [ 0.488955] pnp: PnP ACPI init [ 0.490237] pnp: PnP ACPI: found 5 devices [ 0.497219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.499660] NET: Registered protocol family 2 [ 0.501125] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.502957] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.504668] TCP: Hash tables configured (established 4096 bind 4096) [ 0.506380] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.507926] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.509587] NET: Registered protocol family 1 [ 0.510836] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.512397] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.513931] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.528319] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.542990] Trying to unpack rootfs image as initramfs... [ 0.605618] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610746] Scanning for low memory corruption every 60 seconds [ 0.613075] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.614768] audit: initializing netlink subsys (disabled) [ 0.616294] audit: type=2000 audit(1535012418.750:1): initialized [ 0.618293] Initialise system trusted keyring [ 0.619720] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.621384] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624187] zbud: loaded [ 0.625234] VFS: Disk quotas dquot_6.6.0 [ 0.626432] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.628682] fuse init (API version 7.23) [ 0.630036] Key type big_key registered [ 0.631188] Allocating IMA MOK and blacklist keyrings. [ 0.632950] Key type asymmetric registered [ 0.634146] Asymmetric key parser 'x509' registered [ 0.635524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.637696] io scheduler noop registered [ 0.638832] io scheduler deadline registered (default) [ 0.640261] io scheduler cfq registered [ 0.641517] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643011] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.644866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.646955] ACPI: Power Button [PWRF] [ 0.648222] GHES: HEST is not enabled! [ 0.662409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.691550] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.694557] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.718427] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.721739] Linux agpgart interface v0.103 [ 0.725396] brd: module loaded [ 0.727799] loop: module loaded [ 0.732823] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734909] GPT:90111 != 2097151 [ 0.735886] GPT:Alternate GPT header not at the end of the disk. [ 0.737456] GPT:90111 != 2097151 [ 0.738452] GPT: Use GNU Parted to correct GPT errors. [ 0.739861] vda: vda1 vda15 [ 0.741573] scsi host0: ata_piix [ 0.742710] scsi host1: ata_piix [ 0.743754] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745521] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747834] libphy: Fixed MDIO Bus: probed [ 0.749032] tun: Universal TUN/TAP device driver, 1.6 [ 0.750421] tun: (C) 1999-2004 Max Krasnyansky [ 0.753294] PPP generic driver version 2.4.2 [ 0.754625] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756332] ehci-pci: EHCI PCI platform driver [ 0.757593] ehci-platform: EHCI generic platform driver [ 0.759032] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760676] ohci-pci: OHCI PCI platform driver [ 0.761951] ohci-platform: OHCI generic platform driver [ 0.763386] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778083] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779560] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781739] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.784858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788650] usb usb1: Product: UHCI Host Controller [ 0.789987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791686] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793079] hub 1-0:1.0: USB hub found [ 0.794211] hub 1-0:1.0: 2 ports detected [ 0.795542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798538] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799923] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801418] mousedev: PS/2 mouse device common for all mice [ 0.803193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805856] rtc_cmos 00:00: RTC can wake from S4 [ 0.807460] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809144] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810863] i2c /dev entries driver [ 0.811966] device-mapper: uevent: version 1.0.3 [ 0.813354] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.815717] ledtrig-cpu: registered to indicate activity on CPUs [ 0.817701] NET: Registered protocol family 10 [ 0.819317] NET: Registered protocol family 17 [ 0.820581] Key type dns_resolver registered [ 0.821958] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.823530] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.826078] registered taskstats version 1 [ 0.827285] Loading compiled-in X.509 certificates [ 0.829185] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831826] zswap: loaded using pool lzo/zbud [ 0.834021] Key type trusted registered [ 0.836314] Key type encrypted registered [ 0.837517] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839019] ima: No TPM chip found, activating TPM-bypass! [ 0.840511] evm: HMAC attrs: 0x1 [ 0.841871] Magic number: 14:857:321 [ 0.842980] bdi 253:0: hash matches [ 0.844037] tty tty46: hash matches [ 0.845094] pci 0000:00:02.0: hash matches [ 0.846399] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:19 UTC (1535012419) [ 0.863383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.865016] EDD information not available. [ 0.903033] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.905243] Write protecting the kernel read-only data: 14336k [ 0.908285] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910845] 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 0.82 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.074374] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ5ev9JHqQ4KyAienCMj8wDHUFcsz16/qOqJ7vnktvbjEAsst0RC7sQvEdf3DNNFofOUlnFyPMHtFiR5wTcdgf85pp/jH7iaPfXwlNkS64mXW3P354fAcRtwalRYjsaVHT2ko+KT60/OKXpe79D9WyVEbAvlwlv8FtAJANpvtJkBnkb6wwjZ6NvxB/oDbJ30lAjgnDxwEph1+prLdr8Mr8+ySnOrZmNlEQbJnAjsYT4FJnZlLYBOKJyZa049EL9ef01nuaWl7k7tvuYlA+SWSPdZWM6uKtJWp5h8VsQTFwfWC+Zz0gejp3C2xWWyjZUFR6s40v+S7nH9ucmNuqgbzf root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 ssh-dss AAAAB3NzaC1kc3MAAACBAKSjWndtWxXr8WNzwEabcFQA9nsIl9EMjd5uobvIMja+scmhxteuMBjtYLrXqQlzHPSD/XzY3mmX/0/fCRWv4Uv9qwVKUzLLJE7g/WpqqHzwoKK2HIbFsfNmCPuf18LpF4Nwi6Z/GQKWu0SnrsvJJB0sH7kn+5DqtX2d5RO2QXlbAAAAFQCNG6VcMnet4M+s+LYCkUOCkunGlwAAAIBdXnMDozqLcLFaC2wYY0nrY6hYtwcVR3egizbkog/17qkcC+KXHdciq4dTCbSJcXol0MVozEdIZtk8XhqXAQpsIayxEoTnlSOsWk6xUqqOVKOAIquM+n0iKlJyFpMplS8wYKZKcUbHT4+V3oeF34KDmHEPYytc+SaqbRA3KozlfgAAAIAohj62z20N+9F9/uT7F7RAtbY9Czu6aExR82ESAGa8FRTgB2hltU/8I6lG2+r69PeoU6i4FALdx+/g/HGq6/ztbVtI586rnjSK/nHIca5RMgISR82oy7p6abl+MZ9R0SI+fqgd8L+J3nK8CtUge9OEgxK3XRNsUJ4YdwngynQC2g== root@cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe36:f94e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.3 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-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.89 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: 2018-08-23 08:20:31,967 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ac067d0L 2018-08-23 08:20:31,967 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 08:20:31,968 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 08:20:31,968 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 08:20:31,969 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 08:20:31,969 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 08:20:31,970 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 08:20:31,970 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 08:20:31,970 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 08:20:31,970 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 08:20:31,988 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 08:20:31,988 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 08:20:31,999 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: f1324eda388151dabfe145f20da2e7a2 2018-08-23 08:20:32,000 - paramiko.transport - DEBUG - Trying discovered key 4bf161aad162461825193d9d96dbc597 in /tmp/tmpwRRBPj 2018-08-23 08:20:32,028 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 08:20:32,032 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 08:20:32,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-23 08:20:32,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"volume": {"display_name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "size": "2"}}' 2018-08-23 08:20:33,264 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:20:32 GMT Server: Apache x-compute-request-id: req-3d2f2763-d2dd-4bd6-9248-b3c26a00155b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d2f2763-d2dd-4bd6-9248-b3c26a00155b Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}} 2018-08-23 08:20:33,264 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes used request id req-3d2f2763-d2dd-4bd6-9248-b3c26a00155b 2018-08-23 08:20:33,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.19659090042s 2018-08-23 08:20:33,264 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes used request id req-3d2f2763-d2dd-4bd6-9248-b3c26a00155b 2018-08-23 08:20:33,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:20:33,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:34,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:33 GMT Server: Apache x-compute-request-id: req-11c2a92b-00f9-437f-a075-4afddcf7ade7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11c2a92b-00f9-437f-a075-4afddcf7ade7 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:20:33.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:20:34,381 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-11c2a92b-00f9-437f-a075-4afddcf7ade7 2018-08-23 08:20:34,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.11622285843s 2018-08-23 08:20:34,382 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-11c2a92b-00f9-437f-a075-4afddcf7ade7 2018-08-23 08:20:34,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:36,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:20:36,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:37,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:36 GMT Server: Apache x-compute-request-id: req-53e1880a-2542-48e4-ba72-8ad482105673 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-53e1880a-2542-48e4-ba72-8ad482105673 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:20:34.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:20:37,356 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-53e1880a-2542-48e4-ba72-8ad482105673 2018-08-23 08:20:37,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.970052957535s 2018-08-23 08:20:37,356 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-53e1880a-2542-48e4-ba72-8ad482105673 2018-08-23 08:20:37,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:37,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-461c5ea8-4602-4641-92c8-7181b69a19b9 Date: Thu, 23 Aug 2018 08:20:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3d170fa6-2b94-47f5-9880-fa64b94eba18"],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:37,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-461c5ea8-4602-4641-92c8-7181b69a19b9 2018-08-23 08:20:37,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272871017456s 2018-08-23 08:20:37,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-461c5ea8-4602-4641-92c8-7181b69a19b9 2018-08-23 08:20:37,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:20:37,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:37,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9742c312-3aa2-4ef6-a54d-61326351f232 Date: Thu, 23 Aug 2018 08:20:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:20:07Z", "file": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file", "owner": "acfe43750342409890cb2c4b15371380", "id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "size": 12716032, "self": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:20:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:20:37,919 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9742c312-3aa2-4ef6-a54d-61326351f232 2018-08-23 08:20:37,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28115606308s 2018-08-23 08:20:37,919 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9742c312-3aa2-4ef6-a54d-61326351f232 2018-08-23 08:20:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:20:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:37,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ab067e0-61c6-458c-96b5-0daec80a379a x-compute-request-id: req-6ab067e0-61c6-458c-96b5-0daec80a379a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fb549273-adaa-47e0-8fe2-6d15337de7bf"}]} 2018-08-23 08:20:37,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6ab067e0-61c6-458c-96b5-0daec80a379a 2018-08-23 08:20:37,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022479057312s 2018-08-23 08:20:37,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6ab067e0-61c6-458c-96b5-0daec80a379a 2018-08-23 08:20:37,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 08:20:37,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"server": {"name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "imageRef": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "flavorRef": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1a5dac28-9175-497d-acf6-ee8b0e4898e3"}], "security_groups": [{"name": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}]}}' 2018-08-23 08:20:39,256 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:20:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc3df460-5351-4a26-a4d3-5b7da8ee689c x-compute-request-id: req-cc3df460-5351-4a26-a4d3-5b7da8ee689c Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"}], "OS-DCF:diskConfig": "MANUAL", "id": "46f37686-4b97-4142-9e47-883569546b08", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "adminPass": "SZhan2khXYgR"}} 2018-08-23 08:20:39,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-cc3df460-5351-4a26-a4d3-5b7da8ee689c 2018-08-23 08:20:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.3112680912s 2018-08-23 08:20:39,257 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-cc3df460-5351-4a26-a4d3-5b7da8ee689c 2018-08-23 08:20:39,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:39,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:39,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e178e106-efc1-4466-97c9-cba270f6b14b x-compute-request-id: req-e178e106-efc1-4466-97c9-cba270f6b14b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:39,699 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e178e106-efc1-4466-97c9-cba270f6b14b 2018-08-23 08:20:39,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441561937332s 2018-08-23 08:20:39,699 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e178e106-efc1-4466-97c9-cba270f6b14b 2018-08-23 08:20:39,705 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:41,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:42,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20: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-d48f5227-d0a7-4878-9601-db03db96ba04 x-compute-request-id: req-d48f5227-d0a7-4878-9601-db03db96ba04 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:41Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:42,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d48f5227-d0a7-4878-9601-db03db96ba04 2018-08-23 08:20:42,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374058008194s 2018-08-23 08:20:42,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d48f5227-d0a7-4878-9601-db03db96ba04 2018-08-23 08:20:42,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:44,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:44,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:44,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20: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-f310a2eb-7442-447d-bba0-f6612726f54a x-compute-request-id: req-f310a2eb-7442-447d-bba0-f6612726f54a Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T08:20:41Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:44,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f310a2eb-7442-447d-bba0-f6612726f54a 2018-08-23 08:20:44,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457064151764s 2018-08-23 08:20:44,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f310a2eb-7442-447d-bba0-f6612726f54a 2018-08-23 08:20:44,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:20:46,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:20:46,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:47,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbfbf82a-44b7-41da-914a-739937aeea84 x-compute-request-id: req-fbfbf82a-44b7-41da-914a-739937aeea84 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:46.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:46Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:20:47,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbfbf82a-44b7-41da-914a-739937aeea84 2018-08-23 08:20:47,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525563955307s 2018-08-23 08:20:47,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fbfbf82a-44b7-41da-914a-739937aeea84 2018-08-23 08:20:47,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:20:47,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:47,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-87b70dcc-2859-45c0-86e3-4a4b2d7416f9 Date: Thu, 23 Aug 2018 08:20:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:42Z","admin_state_up":true,"updated_at":"2018-08-23T08:20:46Z","binding:vnic_type":"normal","device_id":"46f37686-4b97-4142-9e47-883569546b08","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:18:bc:ad","id":"1c812edd-713c-4595-a103-05e408535116","port_security_enabled":true,"project_id":"acfe43750342409890cb2c4b15371380","fixed_ips":[{"subnet_id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"],"name":""}]} 2018-08-23 08:20:47,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08 used request id req-87b70dcc-2859-45c0-86e3-4a4b2d7416f9 2018-08-23 08:20:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492680072784s 2018-08-23 08:20:47,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08 used request id req-87b70dcc-2859-45c0-86e3-4a4b2d7416f9 2018-08-23 08:20:47,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:20:47,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1c812edd-713c-4595-a103-05e408535116" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:47,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-813e4308-b93d-49b0-af46-c4cb1d7a0623 Date: Thu, 23 Aug 2018 08:20:47 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:20:47,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1c812edd-713c-4595-a103-05e408535116 used request id req-813e4308-b93d-49b0-af46-c4cb1d7a0623 2018-08-23 08:20:47,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0416250228882s 2018-08-23 08:20:47,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1c812edd-713c-4595-a103-05e408535116 used request id req-813e4308-b93d-49b0-af46-c4cb1d7a0623 2018-08-23 08:20:47,183 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:18:bc:ad', 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'd69d679a-dff1-4827-910e-a5ec7bd8a5eb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:20:46.000000', 'flavor': Munch({u'id': u'fb549273-adaa-47e0-8fe2-6d15337de7bf'}), 'az': u'nova', 'id': u'46f37686-4b97-4142-9e47-883569546b08', 'security_groups': [Munch({u'name': u'cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd5f46162c56f461089c92889abeee65b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T08:20:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T08:20:46Z', 'hostId': u'e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T08:20:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'acfe43750342409890cb2c4b15371380', 'name': u'cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'adminPass': u'SZhan2khXYgR', 'tenant_id': u'acfe43750342409890cb2c4b15371380', 'created_at': u'2018-08-23T08:20:39Z', 'created': u'2018-08-23T08:20:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 08:20:47,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:20:47,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:47,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4e685eb3-c183-49fc-bd68-6816094efbcc Date: Thu, 23 Aug 2018 08:20: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":["3d170fa6-2b94-47f5-9880-fa64b94eba18"],"updated_at":"2018-08-23T08:20:02Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:20:47,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4e685eb3-c183-49fc-bd68-6816094efbcc 2018-08-23 08:20:47,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0874209403992s 2018-08-23 08:20:47,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4e685eb3-c183-49fc-bd68-6816094efbcc 2018-08-23 08:20:47,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 08:20:47,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:47,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3750e4ea-1e20-4427-975a-0b1b6339b5ad Date: Thu, 23 Aug 2018 08:20:47 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:42Z","admin_state_up":true,"updated_at":"2018-08-23T08:20:46Z","binding:vnic_type":"normal","device_id":"46f37686-4b97-4142-9e47-883569546b08","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:18:bc:ad","id":"1c812edd-713c-4595-a103-05e408535116","port_security_enabled":true,"project_id":"acfe43750342409890cb2c4b15371380","fixed_ips":[{"subnet_id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4"],"name":""}]} 2018-08-23 08:20:47,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08 used request id req-3750e4ea-1e20-4427-975a-0b1b6339b5ad 2018-08-23 08:20:47,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0480270385742s 2018-08-23 08:20:47,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=46f37686-4b97-4142-9e47-883569546b08 used request id req-3750e4ea-1e20-4427-975a-0b1b6339b5ad 2018-08-23 08:20:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 08:20:47,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.8", "port_id": "1c812edd-713c-4595-a103-05e408535116"}}' 2018-08-23 08:20:49,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-bece604e-3bad-40f6-9705-0d4e3182a4ea Date: Thu, 23 Aug 2018 08:20:49 GMT RESP BODY: {"floatingip": {"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:48Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "1c812edd-713c-4595-a103-05e408535116", "id": "284efabe-9e4f-4f77-acef-df2385b49f31", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:48Z", "project_id": "acfe43750342409890cb2c4b15371380"}} 2018-08-23 08:20:49,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-bece604e-3bad-40f6-9705-0d4e3182a4ea 2018-08-23 08:20:49,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.7757871151s 2018-08-23 08:20:49,101 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-bece604e-3bad-40f6-9705-0d4e3182a4ea 2018-08-23 08:20:49,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:20:49,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:20:49,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-0e85369c-03ff-4a94-94bd-508070fc7b66 Date: Thu, 23 Aug 2018 08:20:49 GMT RESP BODY: {"floatingips": [{"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:48Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "1c812edd-713c-4595-a103-05e408535116", "id": "284efabe-9e4f-4f77-acef-df2385b49f31", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:48Z", "project_id": "acfe43750342409890cb2c4b15371380"}, {"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:20Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "b7413f76-d7ec-459e-8c96-724ae679d816", "id": "2bd13e29-2933-418d-be3a-497b018fadb3", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:20Z", "project_id": "acfe43750342409890cb2c4b15371380"}]} 2018-08-23 08:20:49,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0e85369c-03ff-4a94-94bd-508070fc7b66 2018-08-23 08:20:49,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0752239227295s 2018-08-23 08:20:49,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0e85369c-03ff-4a94-94bd-508070fc7b66 2018-08-23 08:20:49,187 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'466f56ed-ab63-47c0-a4b2-521a1cd26e26', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'acfe43750342409890cb2c4b15371380', 'created_at': u'2018-08-23T08:20:48Z', 'attached': True, 'updated_at': u'2018-08-23T08:20:48Z', 'id': u'284efabe-9e4f-4f77-acef-df2385b49f31', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.215', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'acfe43750342409890cb2c4b15371380', 'name': 'cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'466f56ed-ab63-47c0-a4b2-521a1cd26e26', 'project_id': u'acfe43750342409890cb2c4b15371380', 'port_id': u'1c812edd-713c-4595-a103-05e408535116', 'port': u'1c812edd-713c-4595-a103-05e408535116', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 08:20:49,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:20:49,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:20:49,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-f3f78709-8f36-4f37-bd8d-9135f1fca6ff x-compute-request-id: req-f3f78709-8f36-4f37-bd8d-9135f1fca6ff Content-Encoding: gzip Content-Length: 7938 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499207194 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.210952] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.213934] pid_max: default: 32768 minimum: 301\n[ 0.215464] ACPI: Core revision 20150930\n[ 0.217424] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.219731] Security Framework initialized\n[ 0.221183] Yama: becoming mindful.\n[ 0.222462] AppArmor: AppArmor initialized\n[ 0.223917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.226301] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.228492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.230632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.233113] Initializing cgroup subsys io\n[ 0.234579] Initializing cgroup subsys memory\n[ 0.236101] Initializing cgroup subsys devices\n[ 0.237644] Initializing cgroup subsys freezer\n[ 0.239169] Initializing cgroup subsys net_cls\n[ 0.240717] Initializing cgroup subsys perf_event\n[ 0.242320] Initializing cgroup subsys net_prio\n[ 0.243848] Initializing cgroup subsys hugetlb\n[ 0.245390] Initializing cgroup subsys pids\n[ 0.246881] CPU: Physical Processor ID: 0\n[ 0.248942] mce: CPU supports 10 MCE banks\n[ 0.250384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.252171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.268675] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.275942] ftrace: allocating 31920 entries in 125 pages\n[ 0.301288] smpboot: Max logical packages: 1\n[ 0.302823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.305141] x2apic enabled\n[ 0.306484] Switched APIC routing to physical x2apic.\n[ 0.309247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.311193] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.314624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.317668] KVM setup paravirtual spinlock\n[ 0.319515] x86: Booted up 1 node, 1 CPUs\n[ 0.320890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.323280] devtmpfs: initialized\n[ 0.325456] evm: security.selinux\n[ 0.326649] evm: security.SMACK64\n[ 0.327824] evm: security.SMACK64EXEC\n[ 0.329096] evm: security.SMACK64TRANSMUTE\n[ 0.330476] evm: security.SMACK64MMAP\n[ 0.331743] evm: security.ima\n[ 0.332874] evm: security.capability\n[ 0.334189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.337353] pinctrl core: initialized pinctrl subsystem\n[ 0.339183] RTC time: 8:20:46, date: 08/23/18\n[ 0.340768] NET: Registered protocol family 16\n[ 0.342392] cpuidle: using governor ladder\n[ 0.343825] cpuidle: using governor menu\n[ 0.345171] PCCT header not found.\n[ 0.346417] ACPI: bus type PCI registered\n[ 0.347799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.349920] PCI: Using configuration type 1 for base access\n[ 0.352441] ACPI: Added _OSI(Module Device)\n[ 0.353896] ACPI: Added _OSI(Processor Device)\n[ 0.355376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.356928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.359435] ACPI: Interpreter enabled\n[ 0.360733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.363920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.367135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.370289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.373470] ACPI: (supports S0 S5)\n[ 0.374705] ACPI: Using IOAPIC for interrupt routing\n[ 0.376324] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.380783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.382805] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.385026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.387143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.390948] acpiphp: Slot [3] registered\n[ 0.392339] acpiphp: Slot [4] registered\n[ 0.393740] acpiphp: Slot [5] registered\n[ 0.395144] acpiphp: Slot [6] registered\n[ 0.396549] acpiphp: Slot [7] registered\n[ 0.397943] acpiphp: Slot [8] registered\n[ 0.399334] acpiphp: Slot [9] registered\n[ 0.400732] acpiphp: Slot [10] registered\n[ 0.402148] acpiphp: Slot [11] registered\n[ 0.403577] acpiphp: Slot [12] registered\n[ 0.404989] acpiphp: Slot [13] registered\n[ 0.406399] acpiphp: Slot [14] registered\n[ 0.407822] acpiphp: Slot [15] registered\n[ 0.423215] acpiphp: Slot [16] registered\n[ 0.424655] acpiphp: Slot [17] registered\n[ 0.426030] acpiphp: Slot [18] registered\n[ 0.427407] acpiphp: Slot [19] registered\n[ 0.428799] acpiphp: Slot [20] registered\n[ 0.430186] acpiphp: Slot [21] registered\n[ 0.431571] acpiphp: Slot [22] registered\n[ 0.432951] acpiphp: Slot [23] registered\n[ 0.434365] acpiphp: Slot [24] registered\n[ 0.435755] acpiphp: Slot [25] registered\n[ 0.437130] acpiphp: Slot [26] registered\n[ 0.438508] acpiphp: Slot [27] registered\n[ 0.439892] acpiphp: Slot [28] registered\n[ 0.441281] acpiphp: Slot [29] registered\n[ 0.442661] acpiphp: Slot [30] registered\n[ 0.444080] acpiphp: Slot [31] registered\n[ 0.445452] PCI host bridge to bus 0000:00\n[ 0.446845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.448946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.451051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.453565] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.456139] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.458707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.463101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.465382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.467426] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.469628] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.473781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.476277] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.497071] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.499436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.501742] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.504320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.506620] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.508653] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.510742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.512570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.515359] vgaarb: loaded\n[ 0.516374] vgaarb: bridge control possible 0000:00:02.0\n[ 0.518367] SCSI subsystem initialized\n[ 0.519870] ACPI: bus type USB registered\n[ 0.521277] usbcore: registered new interface driver usbfs\n[ 0.523099] usbcore: registered new interface driver hub\n[ 0.524899] usbcore: registered new device driver usb\n[ 0.526739] PCI: Using ACPI for IRQ routing\n[ 0.528536] NetLabel: Initializing\n[ 0.529752] NetLabel: domain hash size = 128\n[ 0.531213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.532864] NetLabel: unlabeled traffic allowed by default\n[ 0.534850] clocksource: Switched to clocksource kvm-clock\n[ 0.545072] AppArmor: AppArmor Filesystem Enabled\n[ 0.546699] pnp: PnP ACPI init\n[ 0.548119] pnp: PnP ACPI: found 5 devices\n[ 0.556843] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.560265] NET: Registered protocol family 2\n[ 0.562322] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.564596] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.566760] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.568914] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.570598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.572431] NET: Registered protocol family 1\n[ 0.573815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.575517] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.577146] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.591995] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.607051] Trying to unpack rootfs image as initramfs...\n[ 0.669546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.672321] Scanning for low memory corruption every 60 seconds\n[ 0.674427] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.676230] audit: initializing netlink subsys (disabled)\n[ 0.677801] audit: type=2000 audit(1535012447.131:1): initialized\n[ 0.679895] Initialise system trusted keyring\n[ 0.681386] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.683159] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.686017] zbud: loaded\n[ 0.687099] VFS: Disk quotas dquot_6.6.0\n[ 0.688329] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.690647] fuse init (API version 7.23)\n[ 0.692002] Key type big_key registered\n[ 0.693228] Allocating IMA MOK and blacklist keyrings.\n[ 0.695064] Key type asymmetric registered\n[ 0.696333] Asymmetric key parser 'x509' registered\n[ 0.697795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.700086] io scheduler noop registered\n[ 0.701290] io scheduler deadline registered (default)\n[ 0.702828] io scheduler cfq registered\n[ 0.704122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.705711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.707669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.709912] ACPI: Power Button [PWRF]\n[ 0.711207] GHES: HEST is not enabled!\n[ 0.725334] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.754281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.757327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.781207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.784467] Linux agpgart interface v0.103\n[ 0.788039] brd: module loaded\n[ 0.790350] loop: module loaded\n[ 0.795357] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.797574] GPT:90111 != 2097151\n[ 0.798598] GPT:Alternate GPT header not at the end of the disk.\n[ 0.800258] GPT:90111 != 2097151\n[ 0.801286] GPT: Use GNU Parted to correct GPT errors.\n[ 0.802756] vda: vda1 vda15\n[ 0.804496] scsi host0: ata_piix\n[ 0.805658] scsi host1: ata_piix\n[ 0.806748] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.808602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.811016] libphy: Fixed MDIO Bus: probed\n[ 0.812259] tun: Universal TUN/TAP device driver, 1.6\n[ 0.813716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.816573] PPP generic driver version 2.4.2\n[ 0.817857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.819546] ehci-pci: EHCI PCI platform driver\n[ 0.820795] ehci-platform: EHCI generic platform driver\n[ 0.822271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.823751] ohci-pci: OHCI PCI platform driver\n[ 0.824897] ohci-platform: OHCI generic platform driver\n[ 0.826233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.840939] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.842409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.844554] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.845999] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.847680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.849465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.851538] usb usb1: Product: UHCI Host Controller\n[ 0.852888] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.854588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.855989] hub 1-0:1.0: USB hub found\n[ 0.857118] hub 1-0:1.0: 2 ports detected\n[ 0.858465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.861440] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.862799] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.864261] mousedev: PS/2 mouse device common for all mice\n[ 0.866023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.868581] rtc_cmos 00:00: RTC can wake from S4\n[ 0.870174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.871881] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.873539] i2c /dev entries driver\n[ 0.874608] device-mapper: uevent: version 1.0.3\n[ 0.875943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.878271] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.880126] NET: Registered protocol family 10\n[ 0.881689] NET: Registered protocol family 17\n[ 0.882985] Key type dns_resolver registered\n[ 0.884335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.885913] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.888413] registered taskstats version 1\n[ 0.889590] Loading compiled-in X.509 certificates\n[ 0.891493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.894076] zswap: loaded using pool lzo/zbud\n[ 0.896100] Key type trusted registered\n[ 0.898279] Key type encrypted registered\n[ 0.899446] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.900888] ima: No TPM chip found, activating TPM-bypass!\n[ 0.902365] evm: HMAC attrs: 0x1\n[ 0.903704] Magic number: 14:857:321\n[ 0.904792] bdi 253:0: hash matches\n[ 0.905843] tty tty46: hash matches\n[ 0.906903] pci 0000:00:02.0: hash matches\n[ 0.908182] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:47 UTC (1535012447)\n[ 0.925112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.926700] EDD information not available.\n[ 0.968432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.970600] Write protecting the kernel read-only data: 14336k\n[ 0.973611] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.976105] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141027] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000008\n"} 2018-08-23 08:20:49,285 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action used request id req-f3f78709-8f36-4f37-bd8d-9135f1fca6ff 2018-08-23 08:20:49,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0973658561707s 2018-08-23 08:20:49,286 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action used request id req-f3f78709-8f36-4f37-bd8d-9135f1fca6ff 2018-08-23 08:20:49,286 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 499207194 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.210952] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.213934] pid_max: default: 32768 minimum: 301 [ 0.215464] ACPI: Core revision 20150930 [ 0.217424] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.219731] Security Framework initialized [ 0.221183] Yama: becoming mindful. [ 0.222462] AppArmor: AppArmor initialized [ 0.223917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.226301] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.228492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.230632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.233113] Initializing cgroup subsys io [ 0.234579] Initializing cgroup subsys memory [ 0.236101] Initializing cgroup subsys devices [ 0.237644] Initializing cgroup subsys freezer [ 0.239169] Initializing cgroup subsys net_cls [ 0.240717] Initializing cgroup subsys perf_event [ 0.242320] Initializing cgroup subsys net_prio [ 0.243848] Initializing cgroup subsys hugetlb [ 0.245390] Initializing cgroup subsys pids [ 0.246881] CPU: Physical Processor ID: 0 [ 0.248942] mce: CPU supports 10 MCE banks [ 0.250384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.252171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.268675] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.275942] ftrace: allocating 31920 entries in 125 pages [ 0.301288] smpboot: Max logical packages: 1 [ 0.302823] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.305141] x2apic enabled [ 0.306484] Switched APIC routing to physical x2apic. [ 0.309247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.311193] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.314624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.317668] KVM setup paravirtual spinlock [ 0.319515] x86: Booted up 1 node, 1 CPUs [ 0.320890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.323280] devtmpfs: initialized [ 0.325456] evm: security.selinux [ 0.326649] evm: security.SMACK64 [ 0.327824] evm: security.SMACK64EXEC [ 0.329096] evm: security.SMACK64TRANSMUTE [ 0.330476] evm: security.SMACK64MMAP [ 0.331743] evm: security.ima [ 0.332874] evm: security.capability [ 0.334189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.337353] pinctrl core: initialized pinctrl subsystem [ 0.339183] RTC time: 8:20:46, date: 08/23/18 [ 0.340768] NET: Registered protocol family 16 [ 0.342392] cpuidle: using governor ladder [ 0.343825] cpuidle: using governor menu [ 0.345171] PCCT header not found. [ 0.346417] ACPI: bus type PCI registered [ 0.347799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.349920] PCI: Using configuration type 1 for base access [ 0.352441] ACPI: Added _OSI(Module Device) [ 0.353896] ACPI: Added _OSI(Processor Device) [ 0.355376] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.356928] ACPI: Added _OSI(Processor Aggregator Device) [ 0.359435] ACPI: Interpreter enabled [ 0.360733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.363920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.367135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.370289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.373470] ACPI: (supports S0 S5) [ 0.374705] ACPI: Using IOAPIC for interrupt routing [ 0.376324] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.380783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.382805] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.385026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.387143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.390948] acpiphp: Slot [3] registered [ 0.392339] acpiphp: Slot [4] registered [ 0.393740] acpiphp: Slot [5] registered [ 0.395144] acpiphp: Slot [6] registered [ 0.396549] acpiphp: Slot [7] registered [ 0.397943] acpiphp: Slot [8] registered [ 0.399334] acpiphp: Slot [9] registered [ 0.400732] acpiphp: Slot [10] registered [ 0.402148] acpiphp: Slot [11] registered [ 0.403577] acpiphp: Slot [12] registered [ 0.404989] acpiphp: Slot [13] registered [ 0.406399] acpiphp: Slot [14] registered [ 0.407822] acpiphp: Slot [15] registered [ 0.423215] acpiphp: Slot [16] registered [ 0.424655] acpiphp: Slot [17] registered [ 0.426030] acpiphp: Slot [18] registered [ 0.427407] acpiphp: Slot [19] registered [ 0.428799] acpiphp: Slot [20] registered [ 0.430186] acpiphp: Slot [21] registered [ 0.431571] acpiphp: Slot [22] registered [ 0.432951] acpiphp: Slot [23] registered [ 0.434365] acpiphp: Slot [24] registered [ 0.435755] acpiphp: Slot [25] registered [ 0.437130] acpiphp: Slot [26] registered [ 0.438508] acpiphp: Slot [27] registered [ 0.439892] acpiphp: Slot [28] registered [ 0.441281] acpiphp: Slot [29] registered [ 0.442661] acpiphp: Slot [30] registered [ 0.444080] acpiphp: Slot [31] registered [ 0.445452] PCI host bridge to bus 0000:00 [ 0.446845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.448946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.451051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.453565] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.456139] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.458707] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.463101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.465382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.467426] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.469628] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.473781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.476277] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.497071] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.499436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.501742] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.504320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.506620] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.508653] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.510742] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.512570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.515359] vgaarb: loaded [ 0.516374] vgaarb: bridge control possible 0000:00:02.0 [ 0.518367] SCSI subsystem initialized [ 0.519870] ACPI: bus type USB registered [ 0.521277] usbcore: registered new interface driver usbfs [ 0.523099] usbcore: registered new interface driver hub [ 0.524899] usbcore: registered new device driver usb [ 0.526739] PCI: Using ACPI for IRQ routing [ 0.528536] NetLabel: Initializing [ 0.529752] NetLabel: domain hash size = 128 [ 0.531213] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.532864] NetLabel: unlabeled traffic allowed by default [ 0.534850] clocksource: Switched to clocksource kvm-clock [ 0.545072] AppArmor: AppArmor Filesystem Enabled [ 0.546699] pnp: PnP ACPI init [ 0.548119] pnp: PnP ACPI: found 5 devices [ 0.556843] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.560265] NET: Registered protocol family 2 [ 0.562322] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.564596] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.566760] TCP: Hash tables configured (established 4096 bind 4096) [ 0.568914] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.570598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.572431] NET: Registered protocol family 1 [ 0.573815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.575517] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.577146] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.591995] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.607051] Trying to unpack rootfs image as initramfs... [ 0.669546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.672321] Scanning for low memory corruption every 60 seconds [ 0.674427] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.676230] audit: initializing netlink subsys (disabled) [ 0.677801] audit: type=2000 audit(1535012447.131:1): initialized [ 0.679895] Initialise system trusted keyring [ 0.681386] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.683159] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.686017] zbud: loaded [ 0.687099] VFS: Disk quotas dquot_6.6.0 [ 0.688329] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.690647] fuse init (API version 7.23) [ 0.692002] Key type big_key registered [ 0.693228] Allocating IMA MOK and blacklist keyrings. [ 0.695064] Key type asymmetric registered [ 0.696333] Asymmetric key parser 'x509' registered [ 0.697795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.700086] io scheduler noop registered [ 0.701290] io scheduler deadline registered (default) [ 0.702828] io scheduler cfq registered [ 0.704122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.705711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.707669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.709912] ACPI: Power Button [PWRF] [ 0.711207] GHES: HEST is not enabled! [ 0.725334] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.754281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.757327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.781207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.784467] Linux agpgart interface v0.103 [ 0.788039] brd: module loaded [ 0.790350] loop: module loaded [ 0.795357] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.797574] GPT:90111 != 2097151 [ 0.798598] GPT:Alternate GPT header not at the end of the disk. [ 0.800258] GPT:90111 != 2097151 [ 0.801286] GPT: Use GNU Parted to correct GPT errors. [ 0.802756] vda: vda1 vda15 [ 0.804496] scsi host0: ata_piix [ 0.805658] scsi host1: ata_piix [ 0.806748] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.808602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.811016] libphy: Fixed MDIO Bus: probed [ 0.812259] tun: Universal TUN/TAP device driver, 1.6 [ 0.813716] tun: (C) 1999-2004 Max Krasnyansky [ 0.816573] PPP generic driver version 2.4.2 [ 0.817857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.819546] ehci-pci: EHCI PCI platform driver [ 0.820795] ehci-platform: EHCI generic platform driver [ 0.822271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.823751] ohci-pci: OHCI PCI platform driver [ 0.824897] ohci-platform: OHCI generic platform driver [ 0.826233] uhci_hcd: USB Universal Host Controller Interface driver [ 0.840939] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.842409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.844554] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.845999] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.847680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.849465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.851538] usb usb1: Product: UHCI Host Controller [ 0.852888] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.854588] usb usb1: SerialNumber: 0000:00:01.2 [ 0.855989] hub 1-0:1.0: USB hub found [ 0.857118] hub 1-0:1.0: 2 ports detected [ 0.858465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.861440] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.862799] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.864261] mousedev: PS/2 mouse device common for all mice [ 0.866023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.868581] rtc_cmos 00:00: RTC can wake from S4 [ 0.870174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.871881] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.873539] i2c /dev entries driver [ 0.874608] device-mapper: uevent: version 1.0.3 [ 0.875943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.878271] ledtrig-cpu: registered to indicate activity on CPUs [ 0.880126] NET: Registered protocol family 10 [ 0.881689] NET: Registered protocol family 17 [ 0.882985] Key type dns_resolver registered [ 0.884335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.885913] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.888413] registered taskstats version 1 [ 0.889590] Loading compiled-in X.509 certificates [ 0.891493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.894076] zswap: loaded using pool lzo/zbud [ 0.896100] Key type trusted registered [ 0.898279] Key type encrypted registered [ 0.899446] AppArmor: AppArmor sha1 policy hashing enabled [ 0.900888] ima: No TPM chip found, activating TPM-bypass! [ 0.902365] evm: HMAC attrs: 0x1 [ 0.903704] Magic number: 14:857:321 [ 0.904792] bdi 253:0: hash matches [ 0.905843] tty tty46: hash matches [ 0.906903] pci 0000:00:02.0: hash matches [ 0.908182] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:47 UTC (1535012447) [ 0.925112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.926700] EDD information not available. [ 0.968432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.970600] Write protecting the kernel read-only data: 14336k [ 0.973611] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.976105] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.72 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.141027] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000008 2018-08-23 08:20:49,288 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.215: [Errno None] Unable to connect to port 22 on 172.30.9.215 2018-08-23 08:20:58,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 08:20:58,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 08:20:58,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8aa2576d-af64-40d8-8725-f3ca09371770 x-compute-request-id: req-8aa2576d-af64-40d8-8725-f3ca09371770 Content-Encoding: gzip Content-Length: 9629 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499207194 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.210952] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.213934] pid_max: default: 32768 minimum: 301\n[ 0.215464] ACPI: Core revision 20150930\n[ 0.217424] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.219731] Security Framework initialized\n[ 0.221183] Yama: becoming mindful.\n[ 0.222462] AppArmor: AppArmor initialized\n[ 0.223917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.226301] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.228492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.230632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.233113] Initializing cgroup subsys io\n[ 0.234579] Initializing cgroup subsys memory\n[ 0.236101] Initializing cgroup subsys devices\n[ 0.237644] Initializing cgroup subsys freezer\n[ 0.239169] Initializing cgroup subsys net_cls\n[ 0.240717] Initializing cgroup subsys perf_event\n[ 0.242320] Initializing cgroup subsys net_prio\n[ 0.243848] Initializing cgroup subsys hugetlb\n[ 0.245390] Initializing cgroup subsys pids\n[ 0.246881] CPU: Physical Processor ID: 0\n[ 0.248942] mce: CPU supports 10 MCE banks\n[ 0.250384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.252171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.268675] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.275942] ftrace: allocating 31920 entries in 125 pages\n[ 0.301288] smpboot: Max logical packages: 1\n[ 0.302823] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.305141] x2apic enabled\n[ 0.306484] Switched APIC routing to physical x2apic.\n[ 0.309247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.311193] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.314624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.317668] KVM setup paravirtual spinlock\n[ 0.319515] x86: Booted up 1 node, 1 CPUs\n[ 0.320890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.323280] devtmpfs: initialized\n[ 0.325456] evm: security.selinux\n[ 0.326649] evm: security.SMACK64\n[ 0.327824] evm: security.SMACK64EXEC\n[ 0.329096] evm: security.SMACK64TRANSMUTE\n[ 0.330476] evm: security.SMACK64MMAP\n[ 0.331743] evm: security.ima\n[ 0.332874] evm: security.capability\n[ 0.334189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.337353] pinctrl core: initialized pinctrl subsystem\n[ 0.339183] RTC time: 8:20:46, date: 08/23/18\n[ 0.340768] NET: Registered protocol family 16\n[ 0.342392] cpuidle: using governor ladder\n[ 0.343825] cpuidle: using governor menu\n[ 0.345171] PCCT header not found.\n[ 0.346417] ACPI: bus type PCI registered\n[ 0.347799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.349920] PCI: Using configuration type 1 for base access\n[ 0.352441] ACPI: Added _OSI(Module Device)\n[ 0.353896] ACPI: Added _OSI(Processor Device)\n[ 0.355376] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.356928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.359435] ACPI: Interpreter enabled\n[ 0.360733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.363920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.367135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.370289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.373470] ACPI: (supports S0 S5)\n[ 0.374705] ACPI: Using IOAPIC for interrupt routing\n[ 0.376324] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.380783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.382805] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.385026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.387143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.390948] acpiphp: Slot [3] registered\n[ 0.392339] acpiphp: Slot [4] registered\n[ 0.393740] acpiphp: Slot [5] registered\n[ 0.395144] acpiphp: Slot [6] registered\n[ 0.396549] acpiphp: Slot [7] registered\n[ 0.397943] acpiphp: Slot [8] registered\n[ 0.399334] acpiphp: Slot [9] registered\n[ 0.400732] acpiphp: Slot [10] registered\n[ 0.402148] acpiphp: Slot [11] registered\n[ 0.403577] acpiphp: Slot [12] registered\n[ 0.404989] acpiphp: Slot [13] registered\n[ 0.406399] acpiphp: Slot [14] registered\n[ 0.407822] acpiphp: Slot [15] registered\n[ 0.423215] acpiphp: Slot [16] registered\n[ 0.424655] acpiphp: Slot [17] registered\n[ 0.426030] acpiphp: Slot [18] registered\n[ 0.427407] acpiphp: Slot [19] registered\n[ 0.428799] acpiphp: Slot [20] registered\n[ 0.430186] acpiphp: Slot [21] registered\n[ 0.431571] acpiphp: Slot [22] registered\n[ 0.432951] acpiphp: Slot [23] registered\n[ 0.434365] acpiphp: Slot [24] registered\n[ 0.435755] acpiphp: Slot [25] registered\n[ 0.437130] acpiphp: Slot [26] registered\n[ 0.438508] acpiphp: Slot [27] registered\n[ 0.439892] acpiphp: Slot [28] registered\n[ 0.441281] acpiphp: Slot [29] registered\n[ 0.442661] acpiphp: Slot [30] registered\n[ 0.444080] acpiphp: Slot [31] registered\n[ 0.445452] PCI host bridge to bus 0000:00\n[ 0.446845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.448946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.451051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.453565] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.456139] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.458707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.463101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.465382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.467426] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.469628] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.473781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.476277] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.497071] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.499436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.501742] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.504320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.506620] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.508653] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.510742] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.512570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.515359] vgaarb: loaded\n[ 0.516374] vgaarb: bridge control possible 0000:00:02.0\n[ 0.518367] SCSI subsystem initialized\n[ 0.519870] ACPI: bus type USB registered\n[ 0.521277] usbcore: registered new interface driver usbfs\n[ 0.523099] usbcore: registered new interface driver hub\n[ 0.524899] usbcore: registered new device driver usb\n[ 0.526739] PCI: Using ACPI for IRQ routing\n[ 0.528536] NetLabel: Initializing\n[ 0.529752] NetLabel: domain hash size = 128\n[ 0.531213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.532864] NetLabel: unlabeled traffic allowed by default\n[ 0.534850] clocksource: Switched to clocksource kvm-clock\n[ 0.545072] AppArmor: AppArmor Filesystem Enabled\n[ 0.546699] pnp: PnP ACPI init\n[ 0.548119] pnp: PnP ACPI: found 5 devices\n[ 0.556843] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.560265] NET: Registered protocol family 2\n[ 0.562322] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.564596] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.566760] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.568914] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.570598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.572431] NET: Registered protocol family 1\n[ 0.573815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.575517] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.577146] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.591995] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.607051] Trying to unpack rootfs image as initramfs...\n[ 0.669546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.672321] Scanning for low memory corruption every 60 seconds\n[ 0.674427] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.676230] audit: initializing netlink subsys (disabled)\n[ 0.677801] audit: type=2000 audit(1535012447.131:1): initialized\n[ 0.679895] Initialise system trusted keyring\n[ 0.681386] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.683159] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.686017] zbud: loaded\n[ 0.687099] VFS: Disk quotas dquot_6.6.0\n[ 0.688329] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.690647] fuse init (API version 7.23)\n[ 0.692002] Key type big_key registered\n[ 0.693228] Allocating IMA MOK and blacklist keyrings.\n[ 0.695064] Key type asymmetric registered\n[ 0.696333] Asymmetric key parser 'x509' registered\n[ 0.697795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.700086] io scheduler noop registered\n[ 0.701290] io scheduler deadline registered (default)\n[ 0.702828] io scheduler cfq registered\n[ 0.704122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.705711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.707669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.709912] ACPI: Power Button [PWRF]\n[ 0.711207] GHES: HEST is not enabled!\n[ 0.725334] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.754281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.757327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.781207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.784467] Linux agpgart interface v0.103\n[ 0.788039] brd: module loaded\n[ 0.790350] loop: module loaded\n[ 0.795357] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.797574] GPT:90111 != 2097151\n[ 0.798598] GPT:Alternate GPT header not at the end of the disk.\n[ 0.800258] GPT:90111 != 2097151\n[ 0.801286] GPT: Use GNU Parted to correct GPT errors.\n[ 0.802756] vda: vda1 vda15\n[ 0.804496] scsi host0: ata_piix\n[ 0.805658] scsi host1: ata_piix\n[ 0.806748] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.808602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.811016] libphy: Fixed MDIO Bus: probed\n[ 0.812259] tun: Universal TUN/TAP device driver, 1.6\n[ 0.813716] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.816573] PPP generic driver version 2.4.2\n[ 0.817857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.819546] ehci-pci: EHCI PCI platform driver\n[ 0.820795] ehci-platform: EHCI generic platform driver\n[ 0.822271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.823751] ohci-pci: OHCI PCI platform driver\n[ 0.824897] ohci-platform: OHCI generic platform driver\n[ 0.826233] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.840939] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.842409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.844554] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.845999] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.847680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.849465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.851538] usb usb1: Product: UHCI Host Controller\n[ 0.852888] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.854588] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.855989] hub 1-0:1.0: USB hub found\n[ 0.857118] hub 1-0:1.0: 2 ports detected\n[ 0.858465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.861440] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.862799] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.864261] mousedev: PS/2 mouse device common for all mice\n[ 0.866023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.868581] rtc_cmos 00:00: RTC can wake from S4\n[ 0.870174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.871881] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.873539] i2c /dev entries driver\n[ 0.874608] device-mapper: uevent: version 1.0.3\n[ 0.875943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.878271] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.880126] NET: Registered protocol family 10\n[ 0.881689] NET: Registered protocol family 17\n[ 0.882985] Key type dns_resolver registered\n[ 0.884335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.885913] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.888413] registered taskstats version 1\n[ 0.889590] Loading compiled-in X.509 certificates\n[ 0.891493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.894076] zswap: loaded using pool lzo/zbud\n[ 0.896100] Key type trusted registered\n[ 0.898279] Key type encrypted registered\n[ 0.899446] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.900888] ima: No TPM chip found, activating TPM-bypass!\n[ 0.902365] evm: HMAC attrs: 0x1\n[ 0.903704] Magic number: 14:857:321\n[ 0.904792] bdi 253:0: hash matches\n[ 0.905843] tty tty46: hash matches\n[ 0.906903] pci 0000:00:02.0: hash matches\n[ 0.908182] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:47 UTC (1535012447)\n[ 0.925112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.926700] EDD information not available.\n[ 0.968432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.970600] Write protecting the kernel read-only data: 14336k\n[ 0.973611] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.976105] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.86\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.141027] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.95. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBl3YCf/z52Cv4KNCfgXgRCcz5NeTO0N8NCJIK/JDgDnwfVkIVpMpDQkwIOsmNXXlwJP5h4UVxQvbgvl7xr2mvhdbirgYTgSoRcz7WUNyTwdzYsvMh9iGu1kUG5aW1fG1VRlwpL7hC9lIjPk4oU1244XKklJIdGhY1cAEH7NqkdIv4xgv2CpD+Ft219RyjXW5tno8pirLCTxvPXNYopequeOS2ibI6/2aREnSN+OXrU6w7ldaTh/mXXkh0goeeZ54PgUqrp0ou4AkPrdoJ0oFvdoLaG6Qx6EDOjEQByY8VG5/aYMVdewOfmH1Wy/v/VuV6bpJWSJuX/6/w6htv4EPr root@cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nssh-dss AAAAB3NzaC1kc3MAAACBAOg82yYGNTyYD7JNOx0n1JgOCOmugwcEiUlu6JyIVEpjsV3vLnoFGFBs0EnBxX9ylBQacfanxBgSfj4631ggEZ3lYDomz5giw3wD2Y1e3tTJpcUPKat6bWvvP5qV9YJ+xv803YEyuFQ+wfiIV1zotwy2mSAz//2uVsRzoTNBR2DjAAAAFQDeDg4X8W9lN7EsPgPcuKy7Yc+bjwAAAIEA4FPF/i9Ahfus5DacOwE1CD9Q7BWcU5ue5T6h/ol8B3awf60dSd8p8jfhCAEOSu/RGUethMoy0zKCdsGSMO7hc2m8deYWDvR+ngf8H+iuinCBaKpURiz/dFfaLn2Yfkj+G6hesmulZuA/OJAT7+Dq2LIPpf68fp0DYpvFJteXrngAAACBAKVRJJsSfD7EBLdcqnEY4HI775NEOxF/pRnGOZ5H1oOgFRLH75/GqtyMlaITKuRH/Ih/i/G3R5MU47nc/pfT0W9M487V/XNHxzJB8/sI3q9pGWnura64fcS3d3Wt20fsYNrqGRdN0PIYtS3HOV55PLst0zMWo9ZUz+UH5oWQ68rR root@cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.33s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe18:bcad/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.43 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: "} 2018-08-23 08:20:58,365 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action used request id req-8aa2576d-af64-40d8-8725-f3ca09371770 2018-08-23 08:20:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0675899982452s 2018-08-23 08:20:58,366 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/action used request id req-8aa2576d-af64-40d8-8725-f3ca09371770 2018-08-23 08:20:58,367 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 499207194 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.210952] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.213934] pid_max: default: 32768 minimum: 301 [ 0.215464] ACPI: Core revision 20150930 [ 0.217424] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.219731] Security Framework initialized [ 0.221183] Yama: becoming mindful. [ 0.222462] AppArmor: AppArmor initialized [ 0.223917] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.226301] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.228492] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.230632] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.233113] Initializing cgroup subsys io [ 0.234579] Initializing cgroup subsys memory [ 0.236101] Initializing cgroup subsys devices [ 0.237644] Initializing cgroup subsys freezer [ 0.239169] Initializing cgroup subsys net_cls [ 0.240717] Initializing cgroup subsys perf_event [ 0.242320] Initializing cgroup subsys net_prio [ 0.243848] Initializing cgroup subsys hugetlb [ 0.245390] Initializing cgroup subsys pids [ 0.246881] CPU: Physical Processor ID: 0 [ 0.248942] mce: CPU supports 10 MCE banks [ 0.250384] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.252171] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.268675] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.275942] ftrace: allocating 31920 entries in 125 pages [ 0.301288] smpboot: Max logical packages: 1 [ 0.302823] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.305141] x2apic enabled [ 0.306484] Switched APIC routing to physical x2apic. [ 0.309247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.311193] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.314624] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.317668] KVM setup paravirtual spinlock [ 0.319515] x86: Booted up 1 node, 1 CPUs [ 0.320890] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.323280] devtmpfs: initialized [ 0.325456] evm: security.selinux [ 0.326649] evm: security.SMACK64 [ 0.327824] evm: security.SMACK64EXEC [ 0.329096] evm: security.SMACK64TRANSMUTE [ 0.330476] evm: security.SMACK64MMAP [ 0.331743] evm: security.ima [ 0.332874] evm: security.capability [ 0.334189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.337353] pinctrl core: initialized pinctrl subsystem [ 0.339183] RTC time: 8:20:46, date: 08/23/18 [ 0.340768] NET: Registered protocol family 16 [ 0.342392] cpuidle: using governor ladder [ 0.343825] cpuidle: using governor menu [ 0.345171] PCCT header not found. [ 0.346417] ACPI: bus type PCI registered [ 0.347799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.349920] PCI: Using configuration type 1 for base access [ 0.352441] ACPI: Added _OSI(Module Device) [ 0.353896] ACPI: Added _OSI(Processor Device) [ 0.355376] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.356928] ACPI: Added _OSI(Processor Aggregator Device) [ 0.359435] ACPI: Interpreter enabled [ 0.360733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.363920] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.367135] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.370289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.373470] ACPI: (supports S0 S5) [ 0.374705] ACPI: Using IOAPIC for interrupt routing [ 0.376324] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.380783] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.382805] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.385026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.387143] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.390948] acpiphp: Slot [3] registered [ 0.392339] acpiphp: Slot [4] registered [ 0.393740] acpiphp: Slot [5] registered [ 0.395144] acpiphp: Slot [6] registered [ 0.396549] acpiphp: Slot [7] registered [ 0.397943] acpiphp: Slot [8] registered [ 0.399334] acpiphp: Slot [9] registered [ 0.400732] acpiphp: Slot [10] registered [ 0.402148] acpiphp: Slot [11] registered [ 0.403577] acpiphp: Slot [12] registered [ 0.404989] acpiphp: Slot [13] registered [ 0.406399] acpiphp: Slot [14] registered [ 0.407822] acpiphp: Slot [15] registered [ 0.423215] acpiphp: Slot [16] registered [ 0.424655] acpiphp: Slot [17] registered [ 0.426030] acpiphp: Slot [18] registered [ 0.427407] acpiphp: Slot [19] registered [ 0.428799] acpiphp: Slot [20] registered [ 0.430186] acpiphp: Slot [21] registered [ 0.431571] acpiphp: Slot [22] registered [ 0.432951] acpiphp: Slot [23] registered [ 0.434365] acpiphp: Slot [24] registered [ 0.435755] acpiphp: Slot [25] registered [ 0.437130] acpiphp: Slot [26] registered [ 0.438508] acpiphp: Slot [27] registered [ 0.439892] acpiphp: Slot [28] registered [ 0.441281] acpiphp: Slot [29] registered [ 0.442661] acpiphp: Slot [30] registered [ 0.444080] acpiphp: Slot [31] registered [ 0.445452] PCI host bridge to bus 0000:00 [ 0.446845] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.448946] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.451051] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.453565] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.456139] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.458707] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.463101] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.465382] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.467426] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.469628] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.473781] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.476277] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.497071] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.499436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.501742] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.504320] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.506620] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.508653] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.510742] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.512570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.515359] vgaarb: loaded [ 0.516374] vgaarb: bridge control possible 0000:00:02.0 [ 0.518367] SCSI subsystem initialized [ 0.519870] ACPI: bus type USB registered [ 0.521277] usbcore: registered new interface driver usbfs [ 0.523099] usbcore: registered new interface driver hub [ 0.524899] usbcore: registered new device driver usb [ 0.526739] PCI: Using ACPI for IRQ routing [ 0.528536] NetLabel: Initializing [ 0.529752] NetLabel: domain hash size = 128 [ 0.531213] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.532864] NetLabel: unlabeled traffic allowed by default [ 0.534850] clocksource: Switched to clocksource kvm-clock [ 0.545072] AppArmor: AppArmor Filesystem Enabled [ 0.546699] pnp: PnP ACPI init [ 0.548119] pnp: PnP ACPI: found 5 devices [ 0.556843] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.560265] NET: Registered protocol family 2 [ 0.562322] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.564596] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.566760] TCP: Hash tables configured (established 4096 bind 4096) [ 0.568914] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.570598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.572431] NET: Registered protocol family 1 [ 0.573815] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.575517] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.577146] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.591995] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.607051] Trying to unpack rootfs image as initramfs... [ 0.669546] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.672321] Scanning for low memory corruption every 60 seconds [ 0.674427] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.676230] audit: initializing netlink subsys (disabled) [ 0.677801] audit: type=2000 audit(1535012447.131:1): initialized [ 0.679895] Initialise system trusted keyring [ 0.681386] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.683159] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.686017] zbud: loaded [ 0.687099] VFS: Disk quotas dquot_6.6.0 [ 0.688329] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.690647] fuse init (API version 7.23) [ 0.692002] Key type big_key registered [ 0.693228] Allocating IMA MOK and blacklist keyrings. [ 0.695064] Key type asymmetric registered [ 0.696333] Asymmetric key parser 'x509' registered [ 0.697795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.700086] io scheduler noop registered [ 0.701290] io scheduler deadline registered (default) [ 0.702828] io scheduler cfq registered [ 0.704122] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.705711] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.707669] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.709912] ACPI: Power Button [PWRF] [ 0.711207] GHES: HEST is not enabled! [ 0.725334] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.754281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.757327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.781207] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.784467] Linux agpgart interface v0.103 [ 0.788039] brd: module loaded [ 0.790350] loop: module loaded [ 0.795357] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.797574] GPT:90111 != 2097151 [ 0.798598] GPT:Alternate GPT header not at the end of the disk. [ 0.800258] GPT:90111 != 2097151 [ 0.801286] GPT: Use GNU Parted to correct GPT errors. [ 0.802756] vda: vda1 vda15 [ 0.804496] scsi host0: ata_piix [ 0.805658] scsi host1: ata_piix [ 0.806748] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.808602] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.811016] libphy: Fixed MDIO Bus: probed [ 0.812259] tun: Universal TUN/TAP device driver, 1.6 [ 0.813716] tun: (C) 1999-2004 Max Krasnyansky [ 0.816573] PPP generic driver version 2.4.2 [ 0.817857] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.819546] ehci-pci: EHCI PCI platform driver [ 0.820795] ehci-platform: EHCI generic platform driver [ 0.822271] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.823751] ohci-pci: OHCI PCI platform driver [ 0.824897] ohci-platform: OHCI generic platform driver [ 0.826233] uhci_hcd: USB Universal Host Controller Interface driver [ 0.840939] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.842409] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.844554] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.845999] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.847680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.849465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.851538] usb usb1: Product: UHCI Host Controller [ 0.852888] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.854588] usb usb1: SerialNumber: 0000:00:01.2 [ 0.855989] hub 1-0:1.0: USB hub found [ 0.857118] hub 1-0:1.0: 2 ports detected [ 0.858465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.861440] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.862799] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.864261] mousedev: PS/2 mouse device common for all mice [ 0.866023] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.868581] rtc_cmos 00:00: RTC can wake from S4 [ 0.870174] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.871881] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.873539] i2c /dev entries driver [ 0.874608] device-mapper: uevent: version 1.0.3 [ 0.875943] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.878271] ledtrig-cpu: registered to indicate activity on CPUs [ 0.880126] NET: Registered protocol family 10 [ 0.881689] NET: Registered protocol family 17 [ 0.882985] Key type dns_resolver registered [ 0.884335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.885913] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.888413] registered taskstats version 1 [ 0.889590] Loading compiled-in X.509 certificates [ 0.891493] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.894076] zswap: loaded using pool lzo/zbud [ 0.896100] Key type trusted registered [ 0.898279] Key type encrypted registered [ 0.899446] AppArmor: AppArmor sha1 policy hashing enabled [ 0.900888] ima: No TPM chip found, activating TPM-bypass! [ 0.902365] evm: HMAC attrs: 0x1 [ 0.903704] Magic number: 14:857:321 [ 0.904792] bdi 253:0: hash matches [ 0.905843] tty tty46: hash matches [ 0.906903] pci 0000:00:02.0: hash matches [ 0.908182] rtc_cmos 00:00: setting system clock to 2018-08-23 08:20:47 UTC (1535012447) [ 0.925112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.926700] EDD information not available. [ 0.968432] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.970600] Write protecting the kernel read-only data: 14336k [ 0.973611] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.976105] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.72 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.141027] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.95. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBl3YCf/z52Cv4KNCfgXgRCcz5NeTO0N8NCJIK/JDgDnwfVkIVpMpDQkwIOsmNXXlwJP5h4UVxQvbgvl7xr2mvhdbirgYTgSoRcz7WUNyTwdzYsvMh9iGu1kUG5aW1fG1VRlwpL7hC9lIjPk4oU1244XKklJIdGhY1cAEH7NqkdIv4xgv2CpD+Ft219RyjXW5tno8pirLCTxvPXNYopequeOS2ibI6/2aREnSN+OXrU6w7ldaTh/mXXkh0goeeZ54PgUqrp0ou4AkPrdoJ0oFvdoLaG6Qx6EDOjEQByY8VG5/aYMVdewOfmH1Wy/v/VuV6bpJWSJuX/6/w6htv4EPr root@cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 ssh-dss AAAAB3NzaC1kc3MAAACBAOg82yYGNTyYD7JNOx0n1JgOCOmugwcEiUlu6JyIVEpjsV3vLnoFGFBs0EnBxX9ylBQacfanxBgSfj4631ggEZ3lYDomz5giw3wD2Y1e3tTJpcUPKat6bWvvP5qV9YJ+xv803YEyuFQ+wfiIV1zotwy2mSAz//2uVsRzoTNBR2DjAAAAFQDeDg4X8W9lN7EsPgPcuKy7Yc+bjwAAAIEA4FPF/i9Ahfus5DacOwE1CD9Q7BWcU5ue5T6h/ol8B3awf60dSd8p8jfhCAEOSu/RGUethMoy0zKCdsGSMO7hc2m8deYWDvR+ngf8H+iuinCBaKpURiz/dFfaLn2Yfkj+G6hesmulZuA/OJAT7+Dq2LIPpf68fp0DYpvFJteXrngAAACBAKVRJJsSfD7EBLdcqnEY4HI775NEOxF/pRnGOZ5H1oOgFRLH75/GqtyMlaITKuRH/Ih/i/G3R5MU47nc/pfT0W9M487V/XNHxzJB8/sI3q9pGWnura64fcS3d3Wt20fsYNrqGRdN0PIYtS3HOV55PLst0zMWo9ZUz+UH5oWQ68rR root@cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.33s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe18:bcad/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.43 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-8e762ed6-9189-4e9b-b6fe-c0e940ecf230 login: 2018-08-23 08:20:58,369 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ac16fd0L 2018-08-23 08:20:58,370 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 08:20:58,370 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-23 08:20:58,370 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-23 08:20:58,371 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 08:20:58,371 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 08:20:58,371 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-23 08:20:58,371 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 08:20:58,372 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 08:20:58,372 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 08:20:58,388 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 08:20:58,389 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 08:20:58,401 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.215: 469e1c52bcfc70d6808130ca0298120b 2018-08-23 08:20:58,402 - paramiko.transport - DEBUG - Trying discovered key 4bf161aad162461825193d9d96dbc597 in /tmp/tmpwRRBPj 2018-08-23 08:20:58,427 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 08:20:58,433 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 08:20:58,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-23 08:20:58,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"volumeAttachment": {"volumeId": "412a32b1-d959-40aa-bb11-81685a466773"}}' 2018-08-23 08:21:01,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:20:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-827d3748-e78e-4a62-8008-89148a7fc388 x-compute-request-id: req-827d3748-e78e-4a62-8008-89148a7fc388 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "46f37686-4b97-4142-9e47-883569546b08", "id": "412a32b1-d959-40aa-bb11-81685a466773", "volumeId": "412a32b1-d959-40aa-bb11-81685a466773"}} 2018-08-23 08:21:01,213 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments used request id req-827d3748-e78e-4a62-8008-89148a7fc388 2018-08-23 08:21:01,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.77767395973s 2018-08-23 08:21:01,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments used request id req-827d3748-e78e-4a62-8008-89148a7fc388 2018-08-23 08:21:01,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:02,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:01 GMT Server: Apache x-compute-request-id: req-dd9b14e0-eb88-4e81-bc29-5ec4a4cfe9b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd9b14e0-eb88-4e81-bc29-5ec4a4cfe9b9 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:01.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:02,174 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-dd9b14e0-eb88-4e81-bc29-5ec4a4cfe9b9 2018-08-23 08:21:02,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.960578918457s 2018-08-23 08:21:02,174 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-dd9b14e0-eb88-4e81-bc29-5ec4a4cfe9b9 2018-08-23 08:21:02,175 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:04,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:05,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:04 GMT Server: Apache x-compute-request-id: req-601f63e2-1d8b-4843-9015-ecfa5a9c05da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-601f63e2-1d8b-4843-9015-ecfa5a9c05da Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [{"server_id": "46f37686-4b97-4142-9e47-883569546b08", "attachment_id": "39234a9b-99eb-470a-b195-4e7ad0e8b235", "attached_at": "2018-08-23T08:21:03.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "412a32b1-d959-40aa-bb11-81685a466773", "device": "/dev/vdb", "id": "412a32b1-d959-40aa-bb11-81685a466773"}], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:03.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:05,173 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-601f63e2-1d8b-4843-9015-ecfa5a9c05da 2018-08-23 08:21:05,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.996301174164s 2018-08-23 08:21:05,173 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-601f63e2-1d8b-4843-9015-ecfa5a9c05da 2018-08-23 08:21:05,175 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 08:21:05,176 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 08:21:05,176 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 08:21:05,179 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 08:21:05,248 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 08:21:05,249 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-23 08:21:05,250 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 08:21:05,250 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-23 08:21:05,287 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-23 08:21:05,287 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-23 08:21:05,316 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-23 08:21:05,877 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-23 08:21:05,877 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 80b21a7b-2fad-4564-88d7-b957961c27ee Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-23 08:21:05,878 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-23 08:21:05,878 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-23 08:21:05,879 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-23 08:21:05,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-23 08:21:05,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:07,527 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-512c1cba-b66f-4ee3-8076-01678441ca09 x-compute-request-id: req-512c1cba-b66f-4ee3-8076-01678441ca09 Content-Length: 0 Content-Type: application/json 2018-08-23 08:21:07,528 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 used request id req-512c1cba-b66f-4ee3-8076-01678441ca09 2018-08-23 08:21:07,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.64833116531s 2018-08-23 08:21:07,528 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 used request id req-512c1cba-b66f-4ee3-8076-01678441ca09 2018-08-23 08:21:07,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:07,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:07,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:07 GMT Server: Apache x-compute-request-id: req-0d2b85ad-8d39-4dab-b2cf-3640ade48a3c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0d2b85ad-8d39-4dab-b2cf-3640ade48a3c Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [{"server_id": "46f37686-4b97-4142-9e47-883569546b08", "attachment_id": "39234a9b-99eb-470a-b195-4e7ad0e8b235", "attached_at": "2018-08-23T08:21:03.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "412a32b1-d959-40aa-bb11-81685a466773", "device": "/dev/vdb", "id": "412a32b1-d959-40aa-bb11-81685a466773"}], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:07.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:07,603 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-0d2b85ad-8d39-4dab-b2cf-3640ade48a3c 2018-08-23 08:21:07,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0741181373596s 2018-08-23 08:21:07,603 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-0d2b85ad-8d39-4dab-b2cf-3640ade48a3c 2018-08-23 08:21:07,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:09,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:09,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:09,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:09 GMT Server: Apache x-compute-request-id: req-07f4580f-3da1-4db9-8089-bdff3a7e3591 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-07f4580f-3da1-4db9-8089-bdff3a7e3591 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:07.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:09,657 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-07f4580f-3da1-4db9-8089-bdff3a7e3591 2018-08-23 08:21:09,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0500390529633s 2018-08-23 08:21:09,658 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-07f4580f-3da1-4db9-8089-bdff3a7e3591 2018-08-23 08:21:09,659 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-23 08:21:09,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-23 08:21:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"volumeAttachment": {"volumeId": "412a32b1-d959-40aa-bb11-81685a466773"}}' 2018-08-23 08:21:10,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21: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-1fcd2f45-f4ac-42ff-ae60-66ee2c1de251 x-compute-request-id: req-1fcd2f45-f4ac-42ff-ae60-66ee2c1de251 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "id": "412a32b1-d959-40aa-bb11-81685a466773", "volumeId": "412a32b1-d959-40aa-bb11-81685a466773"}} 2018-08-23 08:21:10,409 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments used request id req-1fcd2f45-f4ac-42ff-ae60-66ee2c1de251 2018-08-23 08:21:10,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.749528169632s 2018-08-23 08:21:10,410 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments used request id req-1fcd2f45-f4ac-42ff-ae60-66ee2c1de251 2018-08-23 08:21:10,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:10,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:11,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:10 GMT Server: Apache x-compute-request-id: req-cb4b3636-8487-4411-8050-0a866fd9b17d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb4b3636-8487-4411-8050-0a866fd9b17d Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:10.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:11,403 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-cb4b3636-8487-4411-8050-0a866fd9b17d 2018-08-23 08:21:11,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.993261098862s 2018-08-23 08:21:11,404 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-cb4b3636-8487-4411-8050-0a866fd9b17d 2018-08-23 08:21:11,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:13,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:13,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:13,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:13 GMT Server: Apache x-compute-request-id: req-23b3aab1-6f01-4f1f-8fca-f78285ed7611 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23b3aab1-6f01-4f1f-8fca-f78285ed7611 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [{"server_id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "attachment_id": "197fca40-d59a-4896-a1cb-3244062659ce", "attached_at": "2018-08-23T08:21:11.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "412a32b1-d959-40aa-bb11-81685a466773", "device": "/dev/vdb", "id": "412a32b1-d959-40aa-bb11-81685a466773"}], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:11.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:13,461 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-23b3aab1-6f01-4f1f-8fca-f78285ed7611 2018-08-23 08:21:13,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0525839328766s 2018-08-23 08:21:13,461 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-23b3aab1-6f01-4f1f-8fca-f78285ed7611 2018-08-23 08:21:13,463 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 08:21:13,465 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-23 08:21:13,465 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 08:21:13,468 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 08:21:13,537 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 08:21:13,538 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-23 08:21:13,539 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-23 08:21:13,539 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 08:21:13,576 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-23 08:21:13,577 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-23 08:21:13,604 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-23 08:21:13,623 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-23 08:21:13,623 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-23 08:21:13,624 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-23 08:21:13,624 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-23 08:21:13,625 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-23 08:21:13,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-23 08:21:13,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:14,325 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:21: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-31a2289d-9a94-435b-9b32-07bd6e648fb5 x-compute-request-id: req-31a2289d-9a94-435b-9b32-07bd6e648fb5 Content-Length: 0 Content-Type: application/json 2018-08-23 08:21:14,325 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 used request id req-31a2289d-9a94-435b-9b32-07bd6e648fb5 2018-08-23 08:21:14,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.699881792068s 2018-08-23 08:21:14,326 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7/os-volume_attachments/412a32b1-d959-40aa-bb11-81685a466773 used request id req-31a2289d-9a94-435b-9b32-07bd6e648fb5 2018-08-23 08:21:14,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:14,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:14,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:14 GMT Server: Apache x-compute-request-id: req-988d6e03-9c26-44b9-870e-3efeb82ebc84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-988d6e03-9c26-44b9-870e-3efeb82ebc84 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [{"server_id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "attachment_id": "197fca40-d59a-4896-a1cb-3244062659ce", "attached_at": "2018-08-23T08:21:11.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "412a32b1-d959-40aa-bb11-81685a466773", "device": "/dev/vdb", "id": "412a32b1-d959-40aa-bb11-81685a466773"}], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:14.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:14,379 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-988d6e03-9c26-44b9-870e-3efeb82ebc84 2018-08-23 08:21:14,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0526819229126s 2018-08-23 08:21:14,379 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-988d6e03-9c26-44b9-870e-3efeb82ebc84 2018-08-23 08:21:14,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:16,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:17,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:16 GMT Server: Apache x-compute-request-id: req-a9c0c564-7d60-4acb-aebf-5eca48c63042 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9c0c564-7d60-4acb-aebf-5eca48c63042 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:15.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:17,376 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-a9c0c564-7d60-4acb-aebf-5eca48c63042 2018-08-23 08:21:17,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.992476940155s 2018-08-23 08:21:17,376 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-a9c0c564-7d60-4acb-aebf-5eca48c63042 2018-08-23 08:21:17,500 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:21:17,500 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:16 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-23 08:21:17,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:21:17,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:17,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-052bf340-b67e-4e58-a879-123e4d80e23a x-compute-request-id: req-052bf340-b67e-4e58-a879-123e4d80e23a Content-Type: application/json 2018-08-23 08:21:17,653 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-052bf340-b67e-4e58-a879-123e4d80e23a 2018-08-23 08:21:17,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.148222923279s 2018-08-23 08:21:17,654 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7 used request id req-052bf340-b67e-4e58-a879-123e4d80e23a 2018-08-23 08:21:17,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:21:17,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:17,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b0c8d1d-dfba-4872-ac8b-01d75afe3f2a x-compute-request-id: req-3b0c8d1d-dfba-4872-ac8b-01d75afe3f2a Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:46.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:46Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:36:f9:4e", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0a016cb6-1e43-4213-ae9a-6580fc132cd7", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:17.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "0a016cb6-1e43-4213-ae9a-6580fc132cd7", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:21:17Z", "hostId": "b0913028d4024fb20db15f4d589bf3f66033d696cfd96a766924672f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm2_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:11Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:21:17,908 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b0c8d1d-dfba-4872-ac8b-01d75afe3f2a 2018-08-23 08:21:17,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.254112005234s 2018-08-23 08:21:17,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b0c8d1d-dfba-4872-ac8b-01d75afe3f2a 2018-08-23 08:21:17,913 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:19,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:21:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:20,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c392e56-67d2-4cba-a694-c8957bdc78f9 x-compute-request-id: req-9c392e56-67d2-4cba-a694-c8957bdc78f9 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:46.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:20:46Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:21:20,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c392e56-67d2-4cba-a694-c8957bdc78f9 2018-08-23 08:21:20,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.650544881821s 2018-08-23 08:21:20,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c392e56-67d2-4cba-a694-c8957bdc78f9 2018-08-23 08:21:20,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 08:21:20,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/2bd13e29-2933-418d-be3a-497b018fadb3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:21,603 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d77204dd-2d57-4345-aeb2-b89b6bc40f30 Content-Length: 0 Date: Thu, 23 Aug 2018 08:21:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:21,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/2bd13e29-2933-418d-be3a-497b018fadb3.json used request id req-d77204dd-2d57-4345-aeb2-b89b6bc40f30 2018-08-23 08:21:21,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03206300735s 2018-08-23 08:21:21,604 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/2bd13e29-2933-418d-be3a-497b018fadb3.json used request id req-d77204dd-2d57-4345-aeb2-b89b6bc40f30 2018-08-23 08:21:21,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:21:21,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:21,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-d89181b0-f3b9-4894-a2f4-8cbb509186c2 Date: Thu, 23 Aug 2018 08:21:21 GMT RESP BODY: {"floatingips": [{"router_id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T08:20:48Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "1c812edd-713c-4595-a103-05e408535116", "id": "284efabe-9e4f-4f77-acef-df2385b49f31", "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:48Z", "project_id": "acfe43750342409890cb2c4b15371380"}]} 2018-08-23 08:21:21,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d89181b0-f3b9-4894-a2f4-8cbb509186c2 2018-08-23 08:21:21,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0652542114258s 2018-08-23 08:21:21,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d89181b0-f3b9-4894-a2f4-8cbb509186c2 2018-08-23 08:21:21,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:21,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:21 GMT Server: Apache x-compute-request-id: req-ca0716e9-d761-4382-b351-8ff676b57e0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ca0716e9-d761-4382-b351-8ff676b57e0d Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:15.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:21,729 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-ca0716e9-d761-4382-b351-8ff676b57e0d 2018-08-23 08:21:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0500771999359s 2018-08-23 08:21:21,729 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-ca0716e9-d761-4382-b351-8ff676b57e0d 2018-08-23 08:21:21,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-23 08:21:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:21,825 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:21:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2b166b27-62e1-4352-9a68-2bdd114c79fd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:21:21,825 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773 used request id req-2b166b27-62e1-4352-9a68-2bdd114c79fd 2018-08-23 08:21:21,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.094651222229s 2018-08-23 08:21:21,825 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773 used request id req-2b166b27-62e1-4352-9a68-2bdd114c79fd 2018-08-23 08:21:21,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:21,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:21,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:21 GMT Server: Apache x-compute-request-id: req-23f3eb6b-4066-404f-a1b0-1f4a0d6c57c3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23f3eb6b-4066-404f-a1b0-1f4a0d6c57c3 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "d5f46162c56f461089c92889abeee65b", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "self"}, {"href": "http://172.30.9.21:8776/acfe43750342409890cb2c4b15371380/volumes/412a32b1-d959-40aa-bb11-81685a466773", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-23T08:20:33.000000", "description": null, "os-vol-tenant-attr:tenant_id": "acfe43750342409890cb2c4b15371380", "updated_at": "2018-08-23T08:21:21.000000", "volume_type": null, "name": "cinder_test-volume_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "412a32b1-d959-40aa-bb11-81685a466773", "size": 2}]} 2018-08-23 08:21:21,895 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-23f3eb6b-4066-404f-a1b0-1f4a0d6c57c3 2018-08-23 08:21:21,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0692858695984s 2018-08-23 08:21:21,895 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-23f3eb6b-4066-404f-a1b0-1f4a0d6c57c3 2018-08-23 08:21:21,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:23,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 08:21:23,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:23,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:23 GMT Server: Apache x-compute-request-id: req-c9362e93-838c-425b-ba5d-2550ab16ddb7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c9362e93-838c-425b-ba5d-2550ab16ddb7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 08:21:23,939 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-c9362e93-838c-425b-ba5d-2550ab16ddb7 2018-08-23 08:21:23,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0402159690857s 2018-08-23 08:21:23,940 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/acfe43750342409890cb2c4b15371380/volumes/detail used request id req-c9362e93-838c-425b-ba5d-2550ab16ddb7 2018-08-23 08:21:23,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 08:21:23,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/284efabe-9e4f-4f77-acef-df2385b49f31.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:24,830 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7968f0f-145d-4efa-bcb2-86aad2d95fca Content-Length: 0 Date: Thu, 23 Aug 2018 08:21:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:24,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/284efabe-9e4f-4f77-acef-df2385b49f31.json used request id req-f7968f0f-145d-4efa-bcb2-86aad2d95fca 2018-08-23 08:21:24,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.887321949005s 2018-08-23 08:21:24,831 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/284efabe-9e4f-4f77-acef-df2385b49f31.json used request id req-f7968f0f-145d-4efa-bcb2-86aad2d95fca 2018-08-23 08:21:24,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 08:21:24,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:24,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0e957614-e65c-4990-8c92-8103d460b149 Date: Thu, 23 Aug 2018 08:21:24 GMT RESP BODY: {"floatingips": []} 2018-08-23 08:21:24,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0e957614-e65c-4990-8c92-8103d460b149 2018-08-23 08:21:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0525121688843s 2018-08-23 08:21:24,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0e957614-e65c-4990-8c92-8103d460b149 2018-08-23 08:21:24,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 08:21:24,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:25,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:21:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6b9d2c8-d7db-4fa5-99cd-0fb1818ea654 x-compute-request-id: req-f6b9d2c8-d7db-4fa5-99cd-0fb1818ea654 Content-Type: application/json 2018-08-23 08:21:25,060 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08 used request id req-f6b9d2c8-d7db-4fa5-99cd-0fb1818ea654 2018-08-23 08:21:25,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169570922852s 2018-08-23 08:21:25,061 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08 used request id req-f6b9d2c8-d7db-4fa5-99cd-0fb1818ea654 2018-08-23 08:21:25,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:21:25,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:25,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-1d008846-670d-4649-bc0d-9b606bdec027 x-compute-request-id: req-1d008846-670d-4649-bc0d-9b606bdec027 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:bc:ad", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/46f37686-4b97-4142-9e47-883569546b08", "rel": "bookmark"}], "image": {"id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "links": [{"href": "http://172.30.9.21:8774/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T08:20:46.000000", "flavor": {"id": "fb549273-adaa-47e0-8fe2-6d15337de7bf", "links": [{"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}]}, "id": "46f37686-4b97-4142-9e47-883569546b08", "security_groups": [{"name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}], "user_id": "d5f46162c56f461089c92889abeee65b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T08:21:24Z", "hostId": "e1000a61fd55bf786d0f74a73c5022e0cbf2c3175c5f010de169c1c2", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "name": "cinder_test-vm_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "created": "2018-08-23T08:20:39Z", "tenant_id": "acfe43750342409890cb2c4b15371380", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 08:21:25,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d008846-670d-4649-bc0d-9b606bdec027 2018-08-23 08:21:25,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.83663892746s 2018-08-23 08:21:25,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1d008846-670d-4649-bc0d-9b606bdec027 2018-08-23 08:21:25,901 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 08:21:27,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 08:21:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:27,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68fe67d1-9893-4f6b-a3bd-90811467b440 x-compute-request-id: req-68fe67d1-9893-4f6b-a3bd-90811467b440 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 08:21:27,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68fe67d1-9893-4f6b-a3bd-90811467b440 2018-08-23 08:21:27,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0802268981934s 2018-08-23 08:21:27,983 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68fe67d1-9893-4f6b-a3bd-90811467b440 2018-08-23 08:21:27,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 08:21:27,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:28,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-831a0d71-000f-46d9-9f12-15401f7cb780 Date: Thu, 23 Aug 2018 08:21:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:08Z", "updated_at": "2018-08-23T08:20:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T08:20:09Z", "revision_number": 0, "id": "21c2d5b8-74ea-40f6-a5ce-9ef731030caa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:09Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": 22, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "a7ebad49-bfbd-4294-9d86-1448b292319c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:09Z", "revision_number": 0, "id": "acfe856b-a680-47a2-8479-dffcac4ae498", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:09Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:08Z", "revision_number": 0, "id": "f367f825-a9cd-4f8c-869e-54c1fd957c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:08Z", "security_group_id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 3, "project_id": "acfe43750342409890cb2c4b15371380", "id": "9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4", "name": "cinder_test-sg_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}, {"description": "Default security group", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:02Z", "updated_at": "2018-08-23T08:20:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "33f16f29-2757-44d0-9cb2-f47e05d018aa", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "471ce88d-920f-4fd0-99a8-eb999fce6702", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "5e9d336b-a515-4569-a125-775e0125ae86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "8c95edd7-09a4-4716-8497-17782194bff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "name": "default"}]} 2018-08-23 08:21:28,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-831a0d71-000f-46d9-9f12-15401f7cb780 2018-08-23 08:21:28,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.044233083725s 2018-08-23 08:21:28,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-831a0d71-000f-46d9-9f12-15401f7cb780 2018-08-23 08:21:28,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 08:21:28,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:28,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e6c1ff6-33f0-4072-93ac-0bdaf2986984 Content-Length: 0 Date: Thu, 23 Aug 2018 08:21:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:28,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4.json used request id req-9e6c1ff6-33f0-4072-93ac-0bdaf2986984 2018-08-23 08:21:28,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.181931972504s 2018-08-23 08:21:28,214 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9ea14163-2ea4-4d95-8a5f-cfd5a012c2d4.json used request id req-9e6c1ff6-33f0-4072-93ac-0bdaf2986984 2018-08-23 08:21:28,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 08:21:28,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:28,250 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:21: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-d0e91272-40a8-4f3e-9351-0ec336791bbf x-compute-request-id: req-d0e91272-40a8-4f3e-9351-0ec336791bbf Content-Length: 0 Content-Type: application/json 2018-08-23 08:21:28,250 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230 used request id req-d0e91272-40a8-4f3e-9351-0ec336791bbf 2018-08-23 08:21:28,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0354211330414s 2018-08-23 08:21:28,251 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_8e762ed6-9189-4e9b-b6fe-c0e940ecf230 used request id req-d0e91272-40a8-4f3e-9351-0ec336791bbf 2018-08-23 08:21:28,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:21:28,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" -d '{"subnet_id": "3d170fa6-2b94-47f5-9880-fa64b94eba18"}' 2018-08-23 08:21:30,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9494926d-9179-4b00-bcc8-38ee7c7f1e84 Date: Thu, 23 Aug 2018 08:21:30 GMT RESP BODY: {"network_id": "1a5dac28-9175-497d-acf6-ee8b0e4898e3", "tenant_id": "acfe43750342409890cb2c4b15371380", "subnet_id": "3d170fa6-2b94-47f5-9880-fa64b94eba18", "subnet_ids": ["3d170fa6-2b94-47f5-9880-fa64b94eba18"], "port_id": "5d2f4077-3258-46c9-bc89-656db32248b1", "id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26"} 2018-08-23 08:21:30,049 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/remove_router_interface.json used request id req-9494926d-9179-4b00-bcc8-38ee7c7f1e84 2018-08-23 08:21:30,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79800605774s 2018-08-23 08:21:30,049 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26/remove_router_interface.json used request id req-9494926d-9179-4b00-bcc8-38ee7c7f1e84 returning object 466f56ed-ab63-47c0-a4b2-521a1cd26e26 2018-08-23 08:21:30,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:21:30,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:30,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9202b3a5-5290-4365-95fa-655dcba1300b Date: Thu, 23 Aug 2018 08:21:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:03Z", "admin_state_up": true, "updated_at": "2018-08-23T08:21:29Z", "revision_number": 4, "routes": [], "project_id": "acfe43750342409890cb2c4b15371380", "id": "466f56ed-ab63-47c0-a4b2-521a1cd26e26", "name": "cinder_test-router_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}]} 2018-08-23 08:21:30,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9202b3a5-5290-4365-95fa-655dcba1300b 2018-08-23 08:21:30,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111516952515s 2018-08-23 08:21:30,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9202b3a5-5290-4365-95fa-655dcba1300b 2018-08-23 08:21:30,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:21:30,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:31,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-deaec6f1-054e-40bf-b1f4-88046cf86f2b Content-Length: 0 Date: Thu, 23 Aug 2018 08:21:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:31,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26.json used request id req-deaec6f1-054e-40bf-b1f4-88046cf86f2b 2018-08-23 08:21:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45366811752s 2018-08-23 08:21:31,616 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/466f56ed-ab63-47c0-a4b2-521a1cd26e26.json used request id req-deaec6f1-054e-40bf-b1f4-88046cf86f2b 2018-08-23 08:21:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:21:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:31,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-54d364c1-a1b3-4da6-a01e-333275792197 Date: Thu, 23 Aug 2018 08:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:20:02Z","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":"acfe43750342409890cb2c4b15371380","id":"3d170fa6-2b94-47f5-9880-fa64b94eba18","subnetpool_id":null,"name":"cinder_test-subnet_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}]} 2018-08-23 08:21:31,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-54d364c1-a1b3-4da6-a01e-333275792197 2018-08-23 08:21:31,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0440299510956s 2018-08-23 08:21:31,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-54d364c1-a1b3-4da6-a01e-333275792197 2018-08-23 08:21:31,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:21:31,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3d170fa6-2b94-47f5-9880-fa64b94eba18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:32,878 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-225907d9-7973-481b-8d41-2b45741edd33 Date: Thu, 23 Aug 2018 08:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:32,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3d170fa6-2b94-47f5-9880-fa64b94eba18.json used request id req-225907d9-7973-481b-8d41-2b45741edd33 2018-08-23 08:21:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.21556997299s 2018-08-23 08:21:32,878 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3d170fa6-2b94-47f5-9880-fa64b94eba18.json used request id req-225907d9-7973-481b-8d41-2b45741edd33 2018-08-23 08:21:32,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:21:32,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:32,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-699411a9-85e0-4a66-b388-3262348a58b9 Date: Thu, 23 Aug 2018 08: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":[],"updated_at":"2018-08-23T08:21:32Z","tenant_id":"acfe43750342409890cb2c4b15371380","created_at":"2018-08-23T08:20:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"acfe43750342409890cb2c4b15371380","id":"1a5dac28-9175-497d-acf6-ee8b0e4898e3","name":"cinder_test-net_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:13:18Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 08:21:32,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-699411a9-85e0-4a66-b388-3262348a58b9 2018-08-23 08:21:32,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0960569381714s 2018-08-23 08:21:32,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-699411a9-85e0-4a66-b388-3262348a58b9 2018-08-23 08:21:32,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:21:32,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/1a5dac28-9175-497d-acf6-ee8b0e4898e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:34,165 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23e28a96-4e8f-4fc6-971f-d5f1edd2ade2 Date: Thu, 23 Aug 2018 08:21:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:21:34,165 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1a5dac28-9175-497d-acf6-ee8b0e4898e3.json used request id req-23e28a96-4e8f-4fc6-971f-d5f1edd2ade2 2018-08-23 08:21:34,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18864798546s 2018-08-23 08:21:34,166 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1a5dac28-9175-497d-acf6-ee8b0e4898e3.json used request id req-23e28a96-4e8f-4fc6-971f-d5f1edd2ade2 2018-08-23 08:21:34,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:21:34,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:34,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-4044c9dd-0940-4643-9d06-5052cda2a4d3 Date: Thu, 23 Aug 2018 08:21:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:20:07Z", "file": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/file", "owner": "acfe43750342409890cb2c4b15371380", "id": "d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "size": 12716032, "self": "/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:20:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:21:34,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4044c9dd-0940-4643-9d06-5052cda2a4d3 2018-08-23 08:21:34,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271088838577s 2018-08-23 08:21:34,442 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4044c9dd-0940-4643-9d06-5052cda2a4d3 2018-08-23 08:21:34,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:21:34,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b249660fb1942191f4746ba7d6134d416f205345" 2018-08-23 08:21:35,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7adbc512-d357-44c7-ab8f-a2dea0528831 Date: Thu, 23 Aug 2018 08:21:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:21:35,227 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb used request id req-7adbc512-d357-44c7-ab8f-a2dea0528831 2018-08-23 08:21:35,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.780921936035s 2018-08-23 08:21:35,227 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d69d679a-dff1-4827-910e-a5ec7bd8a5eb used request id req-7adbc512-d357-44c7-ab8f-a2dea0528831 2018-08-23 08:21:35,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:21:35,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:35,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21: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-1d5ae1bf-61b1-49ec-b667-fab61cd3c3f4 x-compute-request-id: req-1d5ae1bf-61b1-49ec-b667-fab61cd3c3f4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fb549273-adaa-47e0-8fe2-6d15337de7bf"}]} 2018-08-23 08:21:35,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1d5ae1bf-61b1-49ec-b667-fab61cd3c3f4 2018-08-23 08:21:35,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237820148468s 2018-08-23 08:21:35,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1d5ae1bf-61b1-49ec-b667-fab61cd3c3f4 2018-08-23 08:21:35,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:21:35,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:35,286 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:21: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-833c92f0-f23a-4350-be69-7731a4e5033d x-compute-request-id: req-833c92f0-f23a-4350-be69-7731a4e5033d Content-Length: 0 Content-Type: application/json 2018-08-23 08:21:35,286 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf used request id req-833c92f0-f23a-4350-be69-7731a4e5033d 2018-08-23 08:21:35,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0321810245514s 2018-08-23 08:21:35,286 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fb549273-adaa-47e0-8fe2-6d15337de7bf used request id req-833c92f0-f23a-4350-be69-7731a4e5033d 2018-08-23 08:21:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:21:35,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:35,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc5aea3-b417-430a-b932-f42f75e52389 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": {"self": "http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d5f46162c56f461089c92889abeee65b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:21:35,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bcc5aea3-b417-430a-b932-f42f75e52389 2018-08-23 08:21:35,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207305908203s 2018-08-23 08:21:35,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bcc5aea3-b417-430a-b932-f42f75e52389 2018-08-23 08:21:35,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:21:35,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:35,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bae8078-f578-47f9-a1b4-c6254f908238 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8e762ed6-9189-4e9b-b6fe-c0e940ecf230", "links": {"self": "http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d5f46162c56f461089c92889abeee65b", "description": null}} 2018-08-23 08:21:35,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b used request id req-9bae8078-f578-47f9-a1b4-c6254f908238 2018-08-23 08:21:35,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194323062897s 2018-08-23 08:21:35,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b used request id req-9bae8078-f578-47f9-a1b4-c6254f908238 2018-08-23 08:21:35,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 08:21:35,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:36,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:21:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4e2843a-62d5-4762-8cce-20f65b1aa7c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:21:36,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b used request id req-f4e2843a-62d5-4762-8cce-20f65b1aa7c5 2018-08-23 08:21:36,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.316371917725s 2018-08-23 08:21:36,012 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d5f46162c56f461089c92889abeee65b used request id req-f4e2843a-62d5-4762-8cce-20f65b1aa7c5 2018-08-23 08:21:36,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:21:36,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:36,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec8e1ec0-dd63-4d94-92fb-6e748f1facb3 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380"}, "tags": [], "enabled": true, "id": "acfe43750342409890cb2c4b15371380", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e762ed6-9189-4e9b-b6fe-c0e940ecf230"}]} 2018-08-23 08:21:36,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ec8e1ec0-dd63-4d94-92fb-6e748f1facb3 2018-08-23 08:21:36,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.27707195282s 2018-08-23 08:21:36,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ec8e1ec0-dd63-4d94-92fb-6e748f1facb3 2018-08-23 08:21:36,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 08:21:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d10dcc2e7fdab301f50ef3cc0edfdc8032150d8" 2018-08-23 08:21:36,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-659ab05f-516c-45d6-adb6-67ee7a5569be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:21:36,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380 used request id req-659ab05f-516c-45d6-adb6-67ee7a5569be 2018-08-23 08:21:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.252530097961s 2018-08-23 08:21:36,554 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/acfe43750342409890cb2c4b15371380 used request id req-659ab05f-516c-45d6-adb6-67ee7a5569be 2018-08-23 08:21:36,608 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-23 08:21:36,769 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:21:36,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:21:36,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:21:36,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:21:36,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5037bada-6a0e-4326-a4e7-068a83ecf732 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:21:36,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5037bada-6a0e-4326-a4e7-068a83ecf732 2018-08-23 08:21:36,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:21:37,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:21:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["LUocX9h-TQOb_74-hsAo7g"], "issued_at": "2018-08-23T08:21:37.000000Z"}} 2018-08-23 08:21:37,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:21:37,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4827598b-7086-4bed-9896-4cd1e49c96a8 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:21:37,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-4827598b-7086-4bed-9896-4cd1e49c96a8 2018-08-23 08:21:37,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 08:21:37,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:21:37,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9392e2e5-9242-440e-82f6-a80d988ec788 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 08:21:37,187 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-9392e2e5-9242-440e-82f6-a80d988ec788 2018-08-23 08:21:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8860b042d3961444d9c0d09510f14eaf8f65c538" 2018-08-23 08:21:37,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47d49fd5-a9ab-4eb0-ad97-3c4466ca61ce Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 08:21:37,344 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-47d49fd5-a9ab-4eb0-ad97-3c4466ca61ce 2018-08-23 08:21:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.164759874344s 2018-08-23 08:21:37,345 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-47d49fd5-a9ab-4eb0-ad97-3c4466ca61ce 2018-08-23 08:21:37,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 08:21:37,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8860b042d3961444d9c0d09510f14eaf8f65c538" 2018-08-23 08:21:37,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1de2dc-3f1b-4727-a0b8-4899dea47b85 Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 08:21:37,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-cf1de2dc-3f1b-4727-a0b8-4899dea47b85 2018-08-23 08:21:37,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.182080984116s 2018-08-23 08:21:37,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-cf1de2dc-3f1b-4727-a0b8-4899dea47b85 2018-08-23 08:21:56,001 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-23 08:21:56,047 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-23 08:21:56,181 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-23 08:21:56,295 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:21:56,296 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:21:56,366 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-23 08:21:56,820 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-23 08:21:56,820 - openstack_tests - INFO - OS Credentials = > 2018-08-23 08:21:57,618 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-23 08:21:58,381 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-23 08:21:58,381 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-23 08:21:58,427 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-23 08:21:58,462 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-23 08:21:58,462 - openstack_tests - INFO - OS Credentials = > 2018-08-23 08:21:59,276 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-23 08:21:59,933 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-23 08:21:59,933 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-23 08:21:59,939 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:06 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:36 | PASS | | singlevm2 | functest | healthcheck | 00:24 | PASS | | vping_ssh | functest | healthcheck | 00:45 | PASS | | vping_userdata | functest | healthcheck | 00:31 | PASS | | cinder_test | functest | healthcheck | 01:16 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-23 08:21:59,952 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-23 08:22:03,434 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-232 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 08:22:03,438 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=wNfEpQn6exxs2ljmBwhFxwIQB export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=75a5557001334edf9fd80cd1c711e2ec export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=NmzFJzYGECkPLjnTLDsldfHcu export OS_REGION_NAME=regionOne 2018-08-23 08:22:03,439 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 08:22:03,440 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-23 08:22:03,480 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:22:04,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:22:04,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:22:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:22:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 08:22:04,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 08:22:04,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:22:04,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7126e41-e2fc-4887-82a7-fa34d9cfddd1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:22:04,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7126e41-e2fc-4887-82a7-fa34d9cfddd1 2018-08-23 08:22:04,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:22:04,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["mVRS6VSgRGy9Q0NeFzBSlw"], "issued_at": "2018-08-23T08:22:04.000000Z"}} 2018-08-23 08:22:04,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:22:04,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:05,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-80000180-d6cb-41bb-bba8-2b78ddbe97f1 Date: Thu, 23 Aug 2018 08:22:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:22:05,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80000180-d6cb-41bb-bba8-2b78ddbe97f1 2018-08-23 08:22:05,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338495016098s 2018-08-23 08:22:05,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-80000180-d6cb-41bb-bba8-2b78ddbe97f1 2018-08-23 08:22:05,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 08:22:10,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c11b6f59-7eee-46dd-9e8e-02b07d985964 | 2018-08-23T08:22:10.264760 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c11b6f59-7eee-46dd-9e8e-02b07d985964 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 08:22:14,394 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 08:22:14,394 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 08:22:21,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=5d65ef25-fc22-456c-a5c7-d8c376457eaf) as the default verifier for the future CLI operations. 2018-08-23 08:22:24,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 08:22:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:24,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-7f95cf13-064d-48df-b3c7-814cb8c61361 Date: Thu, 23 Aug 2018 08:22:24 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 08:22:24,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7f95cf13-064d-48df-b3c7-814cb8c61361 2018-08-23 08:22:24,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.258653879166s 2018-08-23 08:22:24,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7f95cf13-064d-48df-b3c7-814cb8c61361 2018-08-23 08:22:24,904 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-23 08:22:24,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:22:24,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"network": {"shared": true, "name": "tempest_smoke-net_998c9960-0611-4f81-b065-641ddb3c39f1", "admin_state_up": true}}' 2018-08-23 08:22:25,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-12389ad6-ed73-4797-bc1b-4b40d0441322 Date: Thu, 23 Aug 2018 08:22:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bacb556f-76e6-42ba-b667-ea3214253b4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:22:25Z","is_default":false,"provider:segmentation_id":22,"name":"tempest_smoke-net_998c9960-0611-4f81-b065-641ddb3c39f1","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:22:24Z","mtu":1450}} 2018-08-23 08:22:25,106 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-12389ad6-ed73-4797-bc1b-4b40d0441322 2018-08-23 08:22:25,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.200814962387s 2018-08-23 08:22:25,107 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-12389ad6-ed73-4797-bc1b-4b40d0441322 2018-08-23 08:22:25,107 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:22:25Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bacb556f-76e6-42ba-b667-ea3214253b4a', u'provider:segmentation_id': 22, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_998c9960-0611-4f81-b065-641ddb3c39f1', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:22:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:22:25,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:22:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:25,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-a84f7759-474f-436c-bd1f-8f07fbab7850 Date: Thu, 23 Aug 2018 08:22:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"bacb556f-76e6-42ba-b667-ea3214253b4a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:22:25Z","provider:segmentation_id":22,"name":"tempest_smoke-net_998c9960-0611-4f81-b065-641ddb3c39f1","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:22:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:22:25,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a84f7759-474f-436c-bd1f-8f07fbab7850 2018-08-23 08:22:25,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106154918671s 2018-08-23 08:22:25,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a84f7759-474f-436c-bd1f-8f07fbab7850 2018-08-23 08:22:25,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:22:25,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"subnet": {"name": "tempest_smoke-subnet_998c9960-0611-4f81-b065-641ddb3c39f1", "enable_dhcp": true, "network_id": "bacb556f-76e6-42ba-b667-ea3214253b4a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:22:25,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-6837cff2-b54b-4352-9376-abb981838a79 Date: Thu, 23 Aug 2018 08:22:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bacb556f-76e6-42ba-b667-ea3214253b4a","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:22:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:22:25Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391","subnetpool_id":null,"name":"tempest_smoke-subnet_998c9960-0611-4f81-b065-641ddb3c39f1"}} 2018-08-23 08:22:25,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6837cff2-b54b-4352-9376-abb981838a79 2018-08-23 08:22:25,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.385588884354s 2018-08-23 08:22:25,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6837cff2-b54b-4352-9376-abb981838a79 2018-08-23 08:22:25,603 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:22:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_998c9960-0611-4f81-b065-641ddb3c39f1', u'enable_dhcp': True, u'network_id': u'bacb556f-76e6-42ba-b667-ea3214253b4a', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:22:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:22:25,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:22:25,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "tempest_smoke-router_998c9960-0611-4f81-b065-641ddb3c39f1", "admin_state_up": true}}' 2018-08-23 08:22:26,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-4550e490-c1f9-47cf-93f6-34f4088da6d9 Date: Thu, 23 Aug 2018 08:22:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:22:26Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c", "name": "tempest_smoke-router_998c9960-0611-4f81-b065-641ddb3c39f1"}} 2018-08-23 08:22:26,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4550e490-c1f9-47cf-93f6-34f4088da6d9 2018-08-23 08:22:26,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24308609962s 2018-08-23 08:22:26,847 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4550e490-c1f9-47cf-93f6-34f4088da6d9 2018-08-23 08:22:26,847 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:22:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:22:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c', u'name': u'tempest_smoke-router_998c9960-0611-4f81-b065-641ddb3c39f1'}) 2018-08-23 08:22:26,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:22:26,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"subnet_id": "ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391"}' 2018-08-23 08:22:28,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d937aaa6-9897-4f37-886a-4aa6ccfd272c Date: Thu, 23 Aug 2018 08:22:28 GMT RESP BODY: {"network_id": "bacb556f-76e6-42ba-b667-ea3214253b4a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391", "subnet_ids": ["ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391"], "port_id": "6ef6c7e7-18fb-46b9-b263-ab0b2edd0ef0", "id": "228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c"} 2018-08-23 08:22:28,503 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/add_router_interface.json used request id req-d937aaa6-9897-4f37-886a-4aa6ccfd272c 2018-08-23 08:22:28,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.65569996834s 2018-08-23 08:22:28,504 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/add_router_interface.json used request id req-d937aaa6-9897-4f37-886a-4aa6ccfd272c returning object 228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c 2018-08-23 08:22:28,504 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:22:28,636 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:22:28,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:22:28,643 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:22:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:22:28,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:22:28,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:29,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a792ca36-5321-4273-9e81-4e5ad86932b0 Date: Thu, 23 Aug 2018 08:22:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:22:29,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a792ca36-5321-4273-9e81-4e5ad86932b0 2018-08-23 08:22:29,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735428094864s 2018-08-23 08:22:29,381 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a792ca36-5321-4273-9e81-4e5ad86932b0 2018-08-23 08:22:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:22:29,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1"}' 2018-08-23 08:22:29,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dcfbd6ff-ce0e-4d4e-b990-bef0c8ccfc95 Date: Thu, 23 Aug 2018 08:22:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:29Z", "file": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "size": null, "self": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": null, "created_at": "2018-08-23T08:22:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:22:29,450 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dcfbd6ff-ce0e-4d4e-b990-bef0c8ccfc95 2018-08-23 08:22:29,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.060436964035s 2018-08-23 08:22:29,450 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dcfbd6ff-ce0e-4d4e-b990-bef0c8ccfc95 returning object a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b 2018-08-23 08:22:29,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:22:29,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '' 2018-08-23 08:22:29,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2ca3e37-4945-4670-b399-d223d319b642 Date: Thu, 23 Aug 2018 08:22:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:22:29,884 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file used request id req-a2ca3e37-4945-4670-b399-d223d319b642 2018-08-23 08:22:29,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.432779073715s 2018-08-23 08:22:29,884 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file used request id req-a2ca3e37-4945-4670-b399-d223d319b642 2018-08-23 08:22:29,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:22:29,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:29,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f56eff4e-4235-46a0-a459-a17e7dbb766e Date: Thu, 23 Aug 2018 08:22:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:29Z", "file": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "size": 12716032, "self": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:22:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:22:29,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f56eff4e-4235-46a0-a459-a17e7dbb766e 2018-08-23 08:22:29,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029510974884s 2018-08-23 08:22:29,918 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f56eff4e-4235-46a0-a459-a17e7dbb766e 2018-08-23 08:22:29,920 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b', 'size': 12716032, u'self': u'/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:22:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T08:22:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1', 'created': u'2018-08-23T08:22:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:22:29Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:22:29,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:22:29,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_998c9960-0611-4f81-b065-641ddb3c39f1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:22:30,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41c10bd7-74e9-4d89-9c34-7c05c8fb2e4e x-compute-request-id: req-41c10bd7-74e9-4d89-9c34-7c05c8fb2e4e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_998c9960-0611-4f81-b065-641ddb3c39f1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "f1b249bc-d358-401b-a450-a51063a65ed2"}} 2018-08-23 08:22:30,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-41c10bd7-74e9-4d89-9c34-7c05c8fb2e4e 2018-08-23 08:22:30,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.333377122879s 2018-08-23 08:22:30,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-41c10bd7-74e9-4d89-9c34-7c05c8fb2e4e 2018-08-23 08:22:30,255 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_998c9960-0611-4f81-b065-641ddb3c39f1', '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'75a5557001334edf9fd80cd1c711e2ec', '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'f1b249bc-d358-401b-a450-a51063a65ed2', 'swap': 0}) 2018-08-23 08:22:30,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:22:30,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"extra_specs": {}}' 2018-08-23 08:22:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c451fff-fc30-470f-a81f-f916aa06a8b0 x-compute-request-id: req-0c451fff-fc30-470f-a81f-f916aa06a8b0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:22:30,276 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2/os-extra_specs used request id req-0c451fff-fc30-470f-a81f-f916aa06a8b0 2018-08-23 08:22:30,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020122051239s 2018-08-23 08:22:30,277 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2/os-extra_specs used request id req-0c451fff-fc30-470f-a81f-f916aa06a8b0 2018-08-23 08:22:30,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:22:30,286 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8e7ad9a-c1f9-447f-9e09-b0fc058a89e0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:22:30,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-a8e7ad9a-c1f9-447f-9e09-b0fc058a89e0 2018-08-23 08:22:30,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:22:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a650d0-f0a6-482e-8ecf-6a5081cba7ab Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:22:30,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13a650d0-f0a6-482e-8ecf-6a5081cba7ab 2018-08-23 08:22:30,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178236961365s 2018-08-23 08:22:30,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13a650d0-f0a6-482e-8ecf-6a5081cba7ab 2018-08-23 08:22:30,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:22:30,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:30,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c38f06c-3cfa-48a0-b8b1-ffbe2dc3b21f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:22:30,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1c38f06c-3cfa-48a0-b8b1-ffbe2dc3b21f 2018-08-23 08:22:30,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184678077698s 2018-08-23 08:22:30,659 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1c38f06c-3cfa-48a0-b8b1-ffbe2dc3b21f 2018-08-23 08:22:30,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 08:22:30,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:30,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ead947a-5321-48bd-89a5-49c1aa102b6f x-compute-request-id: req-5ead947a-5321-48bd-89a5-49c1aa102b6f Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 08:22:30,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-5ead947a-5321-48bd-89a5-49c1aa102b6f 2018-08-23 08:22:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.040009021759s 2018-08-23 08:22:30,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-5ead947a-5321-48bd-89a5-49c1aa102b6f 2018-08-23 08:22:30,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:22:30,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:30,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c37044b6-4096-4465-886d-cb6510982eca Date: Thu, 23 Aug 2018 08:22:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:29Z", "file": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "size": 12716032, "self": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:22:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:22:30,735 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c37044b6-4096-4465-886d-cb6510982eca 2018-08-23 08:22:30,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246319770813s 2018-08-23 08:22:30,736 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c37044b6-4096-4465-886d-cb6510982eca 2018-08-23 08:22:30,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:22:30,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1"}' 2018-08-23 08:22:30,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fa16fb9b-b406-4890-b9c3-e09750b7bd8c Date: Thu, 23 Aug 2018 08:22:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:30Z", "file": "/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e05b0132-2f83-4868-99bc-c486200a4227", "size": null, "self": "/v2/images/e05b0132-2f83-4868-99bc-c486200a4227", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": null, "created_at": "2018-08-23T08:22:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:22:30,813 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa16fb9b-b406-4890-b9c3-e09750b7bd8c 2018-08-23 08:22:30,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0698230266571s 2018-08-23 08:22:30,814 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa16fb9b-b406-4890-b9c3-e09750b7bd8c returning object e05b0132-2f83-4868-99bc-c486200a4227 2018-08-23 08:22:30,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:22:30,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '' 2018-08-23 08:22:32,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e10c750-8910-40e0-b534-9af614eadc18 Date: Thu, 23 Aug 2018 08:22:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:22:32,103 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file used request id req-8e10c750-8910-40e0-b534-9af614eadc18 2018-08-23 08:22:32,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28854107857s 2018-08-23 08:22:32,104 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file used request id req-8e10c750-8910-40e0-b534-9af614eadc18 2018-08-23 08:22:32,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:22:32,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:22:32,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-8d92e20b-4ecf-4cb7-8e8b-4213d4265990 Date: Thu, 23 Aug 2018 08:22:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:32Z", "file": "/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e05b0132-2f83-4868-99bc-c486200a4227", "size": 12716032, "self": "/v2/images/e05b0132-2f83-4868-99bc-c486200a4227", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e05b0132-2f83-4868-99bc-c486200a4227/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e05b0132-2f83-4868-99bc-c486200a4227/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:22:30Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:29Z", "file": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "size": 12716032, "self": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:22:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:22:32,141 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8d92e20b-4ecf-4cb7-8e8b-4213d4265990 2018-08-23 08:22:32,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0312581062317s 2018-08-23 08:22:32,141 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8d92e20b-4ecf-4cb7-8e8b-4213d4265990 2018-08-23 08:22:32,145 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e05b0132-2f83-4868-99bc-c486200a4227/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e05b0132-2f83-4868-99bc-c486200a4227/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'e05b0132-2f83-4868-99bc-c486200a4227', 'size': 12716032, u'self': u'/v2/images/e05b0132-2f83-4868-99bc-c486200a4227', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e05b0132-2f83-4868-99bc-c486200a4227/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:22:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T08:22:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e05b0132-2f83-4868-99bc-c486200a4227', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1', 'created': u'2018-08-23T08:22:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:22:30Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e05b0132-2f83-4868-99bc-c486200a4227', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_998c9960-0611-4f81-b065-641ddb3c39f1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:22:32,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:22:32,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:22:32,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b1e7c1e-310e-43bc-8594-40d011666a24 x-compute-request-id: req-2b1e7c1e-310e-43bc-8594-40d011666a24 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2da28f35-7b7c-47e3-82fa-aab26d29fa46"}} 2018-08-23 08:22:32,215 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2b1e7c1e-310e-43bc-8594-40d011666a24 2018-08-23 08:22:32,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0690460205078s 2018-08-23 08:22:32,215 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2b1e7c1e-310e-43bc-8594-40d011666a24 2018-08-23 08:22:32,216 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_998c9960-0611-4f81-b065-641ddb3c39f1', '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'75a5557001334edf9fd80cd1c711e2ec', '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'2da28f35-7b7c-47e3-82fa-aab26d29fa46', 'swap': 0}) 2018-08-23 08:22:32,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:22:32,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"extra_specs": {}}' 2018-08-23 08:22:32,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:22:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fa2bae3-f908-4b85-a775-ae8789e80519 x-compute-request-id: req-2fa2bae3-f908-4b85-a775-ae8789e80519 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:22:32,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46/os-extra_specs used request id req-2fa2bae3-f908-4b85-a775-ae8789e80519 2018-08-23 08:22:32,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268640518188s 2018-08-23 08:22:32,244 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46/os-extra_specs used request id req-2fa2bae3-f908-4b85-a775-ae8789e80519 2018-08-23 08:22:32,244 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_998c9960-0611-4f81-b065-641ddb3c39f1', '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'75a5557001334edf9fd80cd1c711e2ec', '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'2da28f35-7b7c-47e3-82fa-aab26d29fa46', 'swap': 0}) 2018-08-23 08:22:35,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-23 08:22:35,821 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-23 08:22:35,822 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-23 08:22:35,825 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-23 08:22:35,829 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-23 08:22:39,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-5d65ef25-fc22-456c-a5c7-d8c376457eaf/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-23 08:22:39,874 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-23 08:22:39,876 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-23 08:22:39,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-23 08:22:47,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:47.859 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-23 08:22:50,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:50.921 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.446s] 2018-08-23 08:22:50,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:50.971 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.050s] 2018-08-23 08:22:53,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:53.709 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.807s] 2018-08-23 08:22:57,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:57.466 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.083s] 2018-08-23 08:22:58,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:22:58.990 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.073s] 2018-08-23 08:23:00,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:00.818 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.826s] 2018-08-23 08:23:03,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:03.885 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.648s] 2018-08-23 08:23:04,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:04.750 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.424s] 2018-08-23 08:23:14,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:14.462 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.848s] 2018-08-23 08:23:14,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:14.470 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-23 08:23:18,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:18.860 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.170s] 2018-08-23 08:23:21,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:21.791 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.938s] 2018-08-23 08:23:27,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:27.444 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.374s] 2018-08-23 08:23:28,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:28.042 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.077s] 2018-08-23 08:23:28,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:28.043 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-23 08:23:33,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:33.500 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.922s] 2018-08-23 08:23:38,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:38.489 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.215s] 2018-08-23 08:23:39,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:39.901 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.073s] 2018-08-23 08:23:39,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:39.902 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-23 08:23:44,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:44.906 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.758s] 2018-08-23 08:23:45,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:45.585 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.679s] 2018-08-23 08:23:46,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:46.556 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.971s] 2018-08-23 08:23:48,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:48.676 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.460s] 2018-08-23 08:23:54,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:54.420 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-23 08:23:57,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:23:57.046 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.126s] 2018-08-23 08:24:01,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:01.960 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.913s] 2018-08-23 08:24:06,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:06.904 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.082s] 2018-08-23 08:24:06,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:06.905 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-23 08:24:09,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:09.436 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.989s] 2018-08-23 08:24:10,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.042 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.606s] 2018-08-23 08:24:10,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.167 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.125s] 2018-08-23 08:24:10,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.232 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2018-08-23 08:24:10,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.337 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.104s] 2018-08-23 08:24:10,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.386 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.049s] 2018-08-23 08:24:10,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:10.481 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.521s] 2018-08-23 08:24:20,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:20.491 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-23 08:24:21,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:21.813 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.004s] 2018-08-23 08:24:23,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:23.345 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.197s] 2018-08-23 08:24:23,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:23.492 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.147s] 2018-08-23 08:24:23,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:23.645 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.153s] 2018-08-23 08:24:23,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:23.652 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-23 08:24:24,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:24.173 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.358s] 2018-08-23 08:24:24,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:24.218 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-08-23 08:24:28,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:28.831 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.833s] 2018-08-23 08:24:29,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:29.144 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.313s] 2018-08-23 08:24:29,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:29.241 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.097s] 2018-08-23 08:24:29,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:29.287 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.046s] 2018-08-23 08:24:29,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:29.425 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.138s] 2018-08-23 08:24:29,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:29.472 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-23 08:24:31,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:31.628 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.800s] 2018-08-23 08:24:32,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:32.357 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.179s] 2018-08-23 08:24:32,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:32.373 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-23 08:24:47,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:47.082 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.686s] 2018-08-23 08:24:47,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:47.480 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.240s] 2018-08-23 08:24:52,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:52.082 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.343s] 2018-08-23 08:24:52,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:52.162 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.079s] 2018-08-23 08:24:52,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:52.224 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.062s] 2018-08-23 08:24:52,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:52.301 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.076s] 2018-08-23 08:24:52,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:52.858 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.775s] 2018-08-23 08:24:53,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:24:53.939 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.458s] 2018-08-23 08:25:00,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:00.379 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.439s] 2018-08-23 08:25:04,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:04.732 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.353s] 2018-08-23 08:25:05,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:05.422 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2018-08-23 08:25:07,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:07.583 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.530s] 2018-08-23 08:25:11,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:11.440 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.856s] 2018-08-23 08:25:18,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:18.730 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.290s] 2018-08-23 08:25:19,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:19.485 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.871s] 2018-08-23 08:25:27,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:27.558 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.494s] 2018-08-23 08:25:30,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:30.246 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.686s] 2018-08-23 08:25:31,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:31.925 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.016s] 2018-08-23 08:25:32,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:32.836 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.479s] 2018-08-23 08:25:32,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:32.853 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.608s] 2018-08-23 08:25:39,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:39.144 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-23 08:25:40,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:40.142 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.216s] 2018-08-23 08:25:42,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:42.329 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.186s] 2018-08-23 08:25:42,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:42.376 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.048s] 2018-08-23 08:25:42,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:25:42.416 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.040s] 2018-08-23 08:26:00,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:00.108 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.090s] 2018-08-23 08:26:02,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:02.997 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.062s] 2018-08-23 08:26:03,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:03.109 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.112s] 2018-08-23 08:26:07,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:07.763 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.655s] 2018-08-23 08:26:09,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:09.434 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-23 08:26:13,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:13.489 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.173s] 2018-08-23 08:26:13,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:13.625 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.861s] 2018-08-23 08:26:17,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:17.778 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.152s] 2018-08-23 08:26:22,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:22.167 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.136s] 2018-08-23 08:26:31,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:31.053 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-23 08:26:34,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:34.461 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.691s] 2018-08-23 08:26:38,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:38.074 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.745s] 2018-08-23 08:26:38,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:38.527 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.453s] 2018-08-23 08:26:40,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:40.426 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.965s] 2018-08-23 08:26:43,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:43.259 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.831s] 2018-08-23 08:26:43,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:43.306 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.047s] 2018-08-23 08:26:43,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:43.421 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.115s] 2018-08-23 08:26:49,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:49.246 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.228s] 2018-08-23 08:26:50,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:50.475 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.258s] 2018-08-23 08:26:51,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:51.685 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.437s] 2018-08-23 08:26:51,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:51.872 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.395s] 2018-08-23 08:26:51,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:51.915 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.046s] 2018-08-23 08:26:54,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:26:54.206 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.521s] 2018-08-23 08:27:12,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:27:12.916 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.283s] 2018-08-23 08:27:23,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:27:23.067 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.805s] 2018-08-23 08:27:31,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 08:27:31.121 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.052s] 2018-08-23 08:27:34,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ad4d4f35-0f30-4611-87c5-a80f2221c18f 2018-08-23 08:27:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad4d4f35-0f30-4611-87c5-a80f2221c18f']'. 2018-08-23 08:27:35,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-23 08:27:35,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad4d4f35-0f30-4611-87c5-a80f2221c18f | 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-23 08:22:42 | 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-23 08:27:34 | 2018-08-23 08:27:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:52 | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5d65ef25-fc22-456c-a5c7-d8c376457eaf) | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-23 08:27:35,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c11b6f59-7eee-46dd-9e8e-02b07d985964) | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 283.269 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-23 08:27:35,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-23 08:27:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 08:27:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-23 08:27:35,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-23 08:27:35,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-23 08:27:35,962 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:27:35,962 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:11 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-23 08:27:35,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:27:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:37,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8bb7a00-1217-4c91-9bbc-dab8b63a86f9 Date: Thu, 23 Aug 2018 08:27:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:27:37,215 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227 used request id req-a8bb7a00-1217-4c91-9bbc-dab8b63a86f9 2018-08-23 08:27:37,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.24901509285s 2018-08-23 08:27:37,215 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e05b0132-2f83-4868-99bc-c486200a4227 used request id req-a8bb7a00-1217-4c91-9bbc-dab8b63a86f9 2018-08-23 08:27:37,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:27:37,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:37,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-9aea1a65-2292-4542-9fe6-0c68f48b0174 x-compute-request-id: req-9aea1a65-2292-4542-9fe6-0c68f48b0174 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_998c9960-0611-4f81-b065-641ddb3c39f1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2da28f35-7b7c-47e3-82fa-aab26d29fa46"}, {"name": "tempest_smoke-flavor_998c9960-0611-4f81-b065-641ddb3c39f1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "f1b249bc-d358-401b-a450-a51063a65ed2"}]} 2018-08-23 08:27:37,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9aea1a65-2292-4542-9fe6-0c68f48b0174 2018-08-23 08:27:37,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.278730154037s 2018-08-23 08:27:37,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9aea1a65-2292-4542-9fe6-0c68f48b0174 2018-08-23 08:27:37,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:27:37,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:37,534 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08: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 x-openstack-request-id: req-b6ec09d7-1bd3-4811-b1d8-24dfeff962a1 x-compute-request-id: req-b6ec09d7-1bd3-4811-b1d8-24dfeff962a1 Content-Length: 0 Content-Type: application/json 2018-08-23 08:27:37,535 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46 used request id req-b6ec09d7-1bd3-4811-b1d8-24dfeff962a1 2018-08-23 08:27:37,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0382080078125s 2018-08-23 08:27:37,535 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2da28f35-7b7c-47e3-82fa-aab26d29fa46 used request id req-b6ec09d7-1bd3-4811-b1d8-24dfeff962a1 2018-08-23 08:27:37,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:27:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" -d '{"subnet_id": "ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391"}' 2018-08-23 08:27:39,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-397c263c-9d68-46cd-9034-daccde4d13b6 Date: Thu, 23 Aug 2018 08:27:39 GMT RESP BODY: {"network_id": "bacb556f-76e6-42ba-b667-ea3214253b4a", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391", "subnet_ids": ["ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391"], "port_id": "6ef6c7e7-18fb-46b9-b263-ab0b2edd0ef0", "id": "228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c"} 2018-08-23 08:27:39,294 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/remove_router_interface.json used request id req-397c263c-9d68-46cd-9034-daccde4d13b6 2018-08-23 08:27:39,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.75928997993s 2018-08-23 08:27:39,295 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c/remove_router_interface.json used request id req-397c263c-9d68-46cd-9034-daccde4d13b6 returning object 228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c 2018-08-23 08:27:39,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:27:39,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:39,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-23afdc7c-abeb-475e-8245-d7265d5cbe0f Date: Thu, 23 Aug 2018 08:27:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:22:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:27:38Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c", "name": "tempest_smoke-router_998c9960-0611-4f81-b065-641ddb3c39f1"}]} 2018-08-23 08:27:39,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-23afdc7c-abeb-475e-8245-d7265d5cbe0f 2018-08-23 08:27:39,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10941195488s 2018-08-23 08:27:39,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-23afdc7c-abeb-475e-8245-d7265d5cbe0f 2018-08-23 08:27:39,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:27:39,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:41,024 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed08a92a-1521-4a81-b0da-5f8bea9f7033 Content-Length: 0 Date: Thu, 23 Aug 2018 08:27:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:27:41,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c.json used request id req-ed08a92a-1521-4a81-b0da-5f8bea9f7033 2018-08-23 08:27:41,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61803412437s 2018-08-23 08:27:41,025 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/228b7b7a-64e7-45a3-ab33-7bcd3bea6c3c.json used request id req-ed08a92a-1521-4a81-b0da-5f8bea9f7033 2018-08-23 08:27:41,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:27:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:41,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-27c38e1d-06aa-4f33-b616-b00db42661c5 Date: Thu, 23 Aug 2018 08:27:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bacb556f-76e6-42ba-b667-ea3214253b4a","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:22:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:22:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391","subnetpool_id":null,"name":"tempest_smoke-subnet_998c9960-0611-4f81-b065-641ddb3c39f1"}]} 2018-08-23 08:27:41,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-27c38e1d-06aa-4f33-b616-b00db42661c5 2018-08-23 08:27:41,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0399060249329s 2018-08-23 08:27:41,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-27c38e1d-06aa-4f33-b616-b00db42661c5 2018-08-23 08:27:41,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:27:41,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:41,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56592676-c655-4371-b7c6-933c98457c00 Date: Thu, 23 Aug 2018 08:27:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:27:41,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391.json used request id req-56592676-c655-4371-b7c6-933c98457c00 2018-08-23 08:27:41,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.837763786316s 2018-08-23 08:27:41,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ea8a3d8d-f4e1-48b8-a6f5-1fcf89580391.json used request id req-56592676-c655-4371-b7c6-933c98457c00 2018-08-23 08:27:41,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:27:41,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:42,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-cfbac526-a380-46c1-9968-cb104fed1c3c Date: Thu, 23 Aug 2018 08:27:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bacb556f-76e6-42ba-b667-ea3214253b4a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:27:41Z","provider:segmentation_id":22,"name":"tempest_smoke-net_998c9960-0611-4f81-b065-641ddb3c39f1","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:22:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:27:42,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cfbac526-a380-46c1-9968-cb104fed1c3c 2018-08-23 08:27:42,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0976958274841s 2018-08-23 08:27:42,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cfbac526-a380-46c1-9968-cb104fed1c3c 2018-08-23 08:27:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:27:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/bacb556f-76e6-42ba-b667-ea3214253b4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:43,215 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f156726d-0732-43e4-ab40-c699605f4de5 Date: Thu, 23 Aug 2018 08:27:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:27:43,215 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bacb556f-76e6-42ba-b667-ea3214253b4a.json used request id req-f156726d-0732-43e4-ab40-c699605f4de5 2018-08-23 08:27:43,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21000885963s 2018-08-23 08:27:43,216 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bacb556f-76e6-42ba-b667-ea3214253b4a.json used request id req-f156726d-0732-43e4-ab40-c699605f4de5 2018-08-23 08:27:43,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:27:43,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:43,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-156079d4-ae3e-4468-a201-744ca7be024f Date: Thu, 23 Aug 2018 08:27:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:22:29Z", "file": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "size": 12716032, "self": "/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_998c9960-0611-4f81-b065-641ddb3c39f1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:22:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:27:43,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-156079d4-ae3e-4468-a201-744ca7be024f 2018-08-23 08:27:43,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0266149044037s 2018-08-23 08:27:43,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-156079d4-ae3e-4468-a201-744ca7be024f 2018-08-23 08:27:43,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:27:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:43,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8568dbaf-bf54-4289-8587-48140432b07b Date: Thu, 23 Aug 2018 08:27:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:27:43,562 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b used request id req-8568dbaf-bf54-4289-8587-48140432b07b 2018-08-23 08:27:43,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.312836170197s 2018-08-23 08:27:43,562 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a644b1c6-c1eb-4b7a-bae5-235dd9f98b0b used request id req-8568dbaf-bf54-4289-8587-48140432b07b 2018-08-23 08:27:43,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:27:43,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:43,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e621eb1-3b56-4b6f-b755-53a8b74034e0 x-compute-request-id: req-7e621eb1-3b56-4b6f-b755-53a8b74034e0 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_998c9960-0611-4f81-b065-641ddb3c39f1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f1b249bc-d358-401b-a450-a51063a65ed2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "f1b249bc-d358-401b-a450-a51063a65ed2"}]} 2018-08-23 08:27:43,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7e621eb1-3b56-4b6f-b755-53a8b74034e0 2018-08-23 08:27:43,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236129760742s 2018-08-23 08:27:43,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7e621eb1-3b56-4b6f-b755-53a8b74034e0 2018-08-23 08:27:43,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:27:43,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}02f175a6e6ee4773f12a9bcdfbe067f4444d94e4" 2018-08-23 08:27:43,633 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53181f17-fdff-428c-8068-7ce2e810c03b x-compute-request-id: req-53181f17-fdff-428c-8068-7ce2e810c03b Content-Length: 0 Content-Type: application/json 2018-08-23 08:27:43,633 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2 used request id req-53181f17-fdff-428c-8068-7ce2e810c03b 2018-08-23 08:27:43,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.044508934021s 2018-08-23 08:27:43,633 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f1b249bc-d358-401b-a450-a51063a65ed2 used request id req-53181f17-fdff-428c-8068-7ce2e810c03b 2018-08-23 08:27:43,690 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:27:43,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 08:27:43,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 08:27:43,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:27:43,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148842b9-e659-41f6-8c0c-06743d957de5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:27:43,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-148842b9-e659-41f6-8c0c-06743d957de5 2018-08-23 08:27:43,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:27:44,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["qsRxTgHtSoGNzQcFHej-cQ"], "issued_at": "2018-08-23T08:27:44.000000Z"}} 2018-08-23 08:27:44,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:27:44,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:27:44,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e914a199-7656-4260-8b5c-b49d16a4d06f Date: Thu, 23 Aug 2018 08:27:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:27:44,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e914a199-7656-4260-8b5c-b49d16a4d06f 2018-08-23 08:27:44,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263069868088s 2018-08-23 08:27:44,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e914a199-7656-4260-8b5c-b49d16a4d06f 2018-08-23 08:27:44,394 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 08:27:47,256 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 08:27:50,135 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 04d14151-85ff-4272-9901-f215257775f9 | 2018-08-23T08:27:49.717350 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 04d14151-85ff-4272-9901-f215257775f9 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 08:27:53,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 08:27:53,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 08:27:56,566 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 08:28:00,209 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=debe15ed-4ff6-48df-b6a2-790864bdefe4) as the default verifier for the future CLI operations. 2018-08-23 08:28:03,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 08:28:03,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:03,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-21945a9f-ac4e-4c5e-adf1-4ef82a830673 Date: Thu, 23 Aug 2018 08:28:03 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 08:28:03,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-21945a9f-ac4e-4c5e-adf1-4ef82a830673 2018-08-23 08:28:03,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0116109848022s 2018-08-23 08:28:03,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-21945a9f-ac4e-4c5e-adf1-4ef82a830673 2018-08-23 08:28:03,519 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-23 08:28:03,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:28:03,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_c4399beb-dbe5-4882-b223-16d5ed358ea3", "admin_state_up": true}}' 2018-08-23 08:28:03,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-2869ec46-d8c7-41e7-a31a-0b55e54b0752 Date: Thu, 23 Aug 2018 08:28:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c67390bd-2dae-4e61-bf10-e2713a8538f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:28:03Z","is_default":false,"provider:segmentation_id":56,"name":"neutron-tempest-plugin-api-net_c4399beb-dbe5-4882-b223-16d5ed358ea3","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:28:03Z","mtu":1450}} 2018-08-23 08:28:03,807 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2869ec46-d8c7-41e7-a31a-0b55e54b0752 2018-08-23 08:28:03,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.286702871323s 2018-08-23 08:28:03,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2869ec46-d8c7-41e7-a31a-0b55e54b0752 2018-08-23 08:28:03,808 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:28:03Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c67390bd-2dae-4e61-bf10-e2713a8538f1', u'provider:segmentation_id': 56, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:28:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:28:03,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:28:03,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:03,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1363 X-Openstack-Request-Id: req-384e76b9-2850-453b-96ea-1f2009da8a49 Date: Thu, 23 Aug 2018 08:28:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"c67390bd-2dae-4e61-bf10-e2713a8538f1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:28:03Z","provider:segmentation_id":56,"name":"neutron-tempest-plugin-api-net_c4399beb-dbe5-4882-b223-16d5ed358ea3","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:28:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:13:18Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:28:03,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-384e76b9-2850-453b-96ea-1f2009da8a49 2018-08-23 08:28:03,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108036994934s 2018-08-23 08:28:03,917 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-384e76b9-2850-453b-96ea-1f2009da8a49 2018-08-23 08:28:03,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:28:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_c4399beb-dbe5-4882-b223-16d5ed358ea3", "enable_dhcp": true, "network_id": "c67390bd-2dae-4e61-bf10-e2713a8538f1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:28:04,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-6199b364-de68-408c-8d6c-507f08230736 Date: Thu, 23 Aug 2018 08:28:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c67390bd-2dae-4e61-bf10-e2713a8538f1","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:28:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:28:04Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"b49227e3-dd2b-4d79-a868-796ae631ee7a","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_c4399beb-dbe5-4882-b223-16d5ed358ea3"}} 2018-08-23 08:28:04,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6199b364-de68-408c-8d6c-507f08230736 2018-08-23 08:28:04,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.680347919464s 2018-08-23 08:28:04,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6199b364-de68-408c-8d6c-507f08230736 2018-08-23 08:28:04,599 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:28:04Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b49227e3-dd2b-4d79-a868-796ae631ee7a', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'enable_dhcp': True, u'network_id': u'c67390bd-2dae-4e61-bf10-e2713a8538f1', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:28:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 08:28:04,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:28:04,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "neutron-tempest-plugin-api-router_c4399beb-dbe5-4882-b223-16d5ed358ea3", "admin_state_up": true}}' 2018-08-23 08:28:05,663 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-e72dedcf-4e24-44bb-a5d1-a24bb47e139c Date: Thu, 23 Aug 2018 08:28:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:28:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:28:05Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "fb79a142-9660-4f12-b721-b3b87036415c", "name": "neutron-tempest-plugin-api-router_c4399beb-dbe5-4882-b223-16d5ed358ea3"}} 2018-08-23 08:28:05,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e72dedcf-4e24-44bb-a5d1-a24bb47e139c 2018-08-23 08:28:05,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.06386804581s 2018-08-23 08:28:05,664 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e72dedcf-4e24-44bb-a5d1-a24bb47e139c 2018-08-23 08:28:05,664 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T08:28:04Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:28:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'fb79a142-9660-4f12-b721-b3b87036415c', u'name': u'neutron-tempest-plugin-api-router_c4399beb-dbe5-4882-b223-16d5ed358ea3'}) 2018-08-23 08:28:05,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:28:05,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"subnet_id": "b49227e3-dd2b-4d79-a868-796ae631ee7a"}' 2018-08-23 08:28:07,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b113015-a766-412a-9255-8126f269e515 Date: Thu, 23 Aug 2018 08:28:07 GMT RESP BODY: {"network_id": "c67390bd-2dae-4e61-bf10-e2713a8538f1", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "b49227e3-dd2b-4d79-a868-796ae631ee7a", "subnet_ids": ["b49227e3-dd2b-4d79-a868-796ae631ee7a"], "port_id": "f6ed09cd-170d-44b9-9c08-19dbf9c7f7ad", "id": "fb79a142-9660-4f12-b721-b3b87036415c"} 2018-08-23 08:28:07,363 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/add_router_interface.json used request id req-4b113015-a766-412a-9255-8126f269e515 2018-08-23 08:28:07,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.69797110558s 2018-08-23 08:28:07,363 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/add_router_interface.json used request id req-4b113015-a766-412a-9255-8126f269e515 returning object fb79a142-9660-4f12-b721-b3b87036415c 2018-08-23 08:28:07,364 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:28:07,495 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:28:07,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:28:07,502 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:28:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:28:07,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:28:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:07,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e1842779-851c-4738-80f6-f8a64301506f Date: Thu, 23 Aug 2018 08:28:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:28:07,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e1842779-851c-4738-80f6-f8a64301506f 2018-08-23 08:28:07,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281924962997s 2018-08-23 08:28:07,789 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e1842779-851c-4738-80f6-f8a64301506f 2018-08-23 08:28:07,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:28:07,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3"}' 2018-08-23 08:28:07,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-359409ed-fa9f-4bd9-ad93-f4e854ac9cc0 Date: Thu, 23 Aug 2018 08:28:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:07Z", "file": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "ba388812-44e2-4d6e-927e-754dc948ad63", "size": null, "self": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": null, "created_at": "2018-08-23T08:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:28:07,845 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-359409ed-fa9f-4bd9-ad93-f4e854ac9cc0 2018-08-23 08:28:07,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0481741428375s 2018-08-23 08:28:07,845 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-359409ed-fa9f-4bd9-ad93-f4e854ac9cc0 returning object ba388812-44e2-4d6e-927e-754dc948ad63 2018-08-23 08:28:07,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:28:07,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '' 2018-08-23 08:28:09,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5da5ac4-8ec4-41f9-ae4b-7be291d04359 Date: Thu, 23 Aug 2018 08:28:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:28:09,120 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file used request id req-b5da5ac4-8ec4-41f9-ae4b-7be291d04359 2018-08-23 08:28:09,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.2743601799s 2018-08-23 08:28:09,121 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file used request id req-b5da5ac4-8ec4-41f9-ae4b-7be291d04359 2018-08-23 08:28:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:28:09,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:09,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-76b0c5f2-f63f-4eb9-950e-ff5d773c06f1 Date: Thu, 23 Aug 2018 08:28:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:09Z", "file": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "ba388812-44e2-4d6e-927e-754dc948ad63", "size": 12716032, "self": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:28:09,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76b0c5f2-f63f-4eb9-950e-ff5d773c06f1 2018-08-23 08:28:09,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0393640995026s 2018-08-23 08:28:09,165 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76b0c5f2-f63f-4eb9-950e-ff5d773c06f1 2018-08-23 08:28:09,167 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'ba388812-44e2-4d6e-927e-754dc948ad63', 'size': 12716032, u'self': u'/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:28:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T08:28:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3', 'created': u'2018-08-23T08:28:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:28:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:28:09,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:28:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_c4399beb-dbe5-4882-b223-16d5ed358ea3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:28:09,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28: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-d096de4a-7629-4d8e-b417-71cbf37870d7 x-compute-request-id: req-d096de4a-7629-4d8e-b417-71cbf37870d7 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_c4399beb-dbe5-4882-b223-16d5ed358ea3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "87d30152-c6af-4448-9a12-9dd109eb78c2"}} 2018-08-23 08:28:09,478 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d096de4a-7629-4d8e-b417-71cbf37870d7 2018-08-23 08:28:09,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.310309886932s 2018-08-23 08:28:09,478 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d096de4a-7629-4d8e-b417-71cbf37870d7 2018-08-23 08:28:09,479 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_c4399beb-dbe5-4882-b223-16d5ed358ea3', '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'75a5557001334edf9fd80cd1c711e2ec', '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'87d30152-c6af-4448-9a12-9dd109eb78c2', 'swap': 0}) 2018-08-23 08:28:09,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:28:09,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"extra_specs": {}}' 2018-08-23 08:28:09,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28: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-c3253e05-e397-40e3-bf55-597dbb78f3dd x-compute-request-id: req-c3253e05-e397-40e3-bf55-597dbb78f3dd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:28:09,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2/os-extra_specs used request id req-c3253e05-e397-40e3-bf55-597dbb78f3dd 2018-08-23 08:28:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222940444946s 2018-08-23 08:28:09,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2/os-extra_specs used request id req-c3253e05-e397-40e3-bf55-597dbb78f3dd 2018-08-23 08:28:09,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:28:09,512 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:28:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e3ac238-ef85-4c80-97ff-7b5e172ba2b2 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:28:09,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-0e3ac238-ef85-4c80-97ff-7b5e172ba2b2 2018-08-23 08:28:09,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:28:09,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:09,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025d3c32-e44c-420a-a402-bd1f3cbfa6bc Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:28:09,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-025d3c32-e44c-420a-a402-bd1f3cbfa6bc 2018-08-23 08:28:09,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189730167389s 2018-08-23 08:28:09,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-025d3c32-e44c-420a-a402-bd1f3cbfa6bc 2018-08-23 08:28:09,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:28:09,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:09,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd71b66-f8af-4b30-abc7-335bd353ffb8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:28:09,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-efd71b66-f8af-4b30-abc7-335bd353ffb8 2018-08-23 08:28:09,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114683866501s 2018-08-23 08:28:09,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-efd71b66-f8af-4b30-abc7-335bd353ffb8 2018-08-23 08:28:09,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 08:28:09,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:09,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28: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-6f90cbb3-479c-4b5c-9d3a-8a05f43ad0c1 x-compute-request-id: req-6f90cbb3-479c-4b5c-9d3a-8a05f43ad0c1 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 08:28:09,879 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6f90cbb3-479c-4b5c-9d3a-8a05f43ad0c1 2018-08-23 08:28:09,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0437080860138s 2018-08-23 08:28:09,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-6f90cbb3-479c-4b5c-9d3a-8a05f43ad0c1 2018-08-23 08:28:09,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:28:09,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:09,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-125cceb2-212f-4df3-89bf-235fa398c38e Date: Thu, 23 Aug 2018 08:28:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:09Z", "file": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "ba388812-44e2-4d6e-927e-754dc948ad63", "size": 12716032, "self": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:28:09,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-125cceb2-212f-4df3-89bf-235fa398c38e 2018-08-23 08:28:09,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0234339237213s 2018-08-23 08:28:09,908 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-125cceb2-212f-4df3-89bf-235fa398c38e 2018-08-23 08:28:09,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:28:09,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3"}' 2018-08-23 08:28:09,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bb28a916-6d21-4d8b-a3e7-18c953653a05 Date: Thu, 23 Aug 2018 08:28:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:09Z", "file": "/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "50618a30-8d09-4702-a348-e25b9137ab24", "size": null, "self": "/v2/images/50618a30-8d09-4702-a348-e25b9137ab24", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": null, "created_at": "2018-08-23T08:28:09Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:28:09,958 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bb28a916-6d21-4d8b-a3e7-18c953653a05 2018-08-23 08:28:09,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.041778087616s 2018-08-23 08:28:09,958 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bb28a916-6d21-4d8b-a3e7-18c953653a05 returning object 50618a30-8d09-4702-a348-e25b9137ab24 2018-08-23 08:28:09,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:28:09,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '' 2018-08-23 08:28:11,223 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7c25553-8fe4-422f-bf2d-1fa9b496fead Date: Thu, 23 Aug 2018 08:28:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:28:11,223 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file used request id req-e7c25553-8fe4-422f-bf2d-1fa9b496fead 2018-08-23 08:28:11,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26465892792s 2018-08-23 08:28:11,224 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file used request id req-e7c25553-8fe4-422f-bf2d-1fa9b496fead 2018-08-23 08:28:11,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:28:11,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:28:11,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-0d5a9654-1ab7-4edd-b88f-52732a319fb2 Date: Thu, 23 Aug 2018 08:28:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:11Z", "file": "/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "50618a30-8d09-4702-a348-e25b9137ab24", "size": 12716032, "self": "/v2/images/50618a30-8d09-4702-a348-e25b9137ab24", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/50618a30-8d09-4702-a348-e25b9137ab24/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/50618a30-8d09-4702-a348-e25b9137ab24/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:28:09Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:09Z", "file": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "ba388812-44e2-4d6e-927e-754dc948ad63", "size": 12716032, "self": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:28:11,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0d5a9654-1ab7-4edd-b88f-52732a319fb2 2018-08-23 08:28:11,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0336790084839s 2018-08-23 08:28:11,262 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0d5a9654-1ab7-4edd-b88f-52732a319fb2 2018-08-23 08:28:11,265 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/50618a30-8d09-4702-a348-e25b9137ab24/snap', u'metadata': Munch({})})], 'file': u'/v2/images/50618a30-8d09-4702-a348-e25b9137ab24/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'50618a30-8d09-4702-a348-e25b9137ab24', 'size': 12716032, u'self': u'/v2/images/50618a30-8d09-4702-a348-e25b9137ab24', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/50618a30-8d09-4702-a348-e25b9137ab24/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:28:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T08:28:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/50618a30-8d09-4702-a348-e25b9137ab24', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', 'created': u'2018-08-23T08:28:09Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:28:09Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/50618a30-8d09-4702-a348-e25b9137ab24', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:28:11,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:28:11,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:28:11,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2f5bd0b-53e9-4f91-82d8-1c8f6a25d2c9 x-compute-request-id: req-e2f5bd0b-53e9-4f91-82d8-1c8f6a25d2c9 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ee9ee4a2-a8c6-405e-8a14-045dc5f22b58"}} 2018-08-23 08:28:11,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e2f5bd0b-53e9-4f91-82d8-1c8f6a25d2c9 2018-08-23 08:28:11,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0393130779266s 2018-08-23 08:28:11,305 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e2f5bd0b-53e9-4f91-82d8-1c8f6a25d2c9 2018-08-23 08:28:11,306 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', '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'75a5557001334edf9fd80cd1c711e2ec', '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'ee9ee4a2-a8c6-405e-8a14-045dc5f22b58', 'swap': 0}) 2018-08-23 08:28:11,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:28:11,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"extra_specs": {}}' 2018-08-23 08:28:11,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7192c1ee-5f05-415a-b069-0a3bce31acdc x-compute-request-id: req-7192c1ee-5f05-415a-b069-0a3bce31acdc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:28:11,328 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58/os-extra_specs used request id req-7192c1ee-5f05-415a-b069-0a3bce31acdc 2018-08-23 08:28:11,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208320617676s 2018-08-23 08:28:11,328 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58/os-extra_specs used request id req-7192c1ee-5f05-415a-b069-0a3bce31acdc 2018-08-23 08:28:11,328 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3', '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'75a5557001334edf9fd80cd1c711e2ec', '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'ee9ee4a2-a8c6-405e-8a14-045dc5f22b58', 'swap': 0}) 2018-08-23 08:28:14,836 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-23 08:28:14,837 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-23 08:28:14,837 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-23 08:28:14,840 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-23 08:28:14,843 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-23 08:28:18,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-debe15ed-4ff6-48df-b6a2-790864bdefe4/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-23 08:28:18,461 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-23 08:28:18,464 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-23 08:28:18,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-23 08:40:01,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 14c58ccd-28a2-4779-92cf-5a6028fffb2c 2018-08-23 08:40:01,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '14c58ccd-28a2-4779-92cf-5a6028fffb2c']'. 2018-08-23 08:40:02,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-23 08:40:02,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-23 08:40:02,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 08:40:02,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 14c58ccd-28a2-4779-92cf-5a6028fffb2c | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-23 08:28:20 | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-23 08:40:01 | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:41 | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-23 08:40:02,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: debe15ed-4ff6-48df-b6a2-790864bdefe4) | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 04d14151-85ff-4272-9901-f215257775f9) | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-23 08:40:02,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 688.997 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 08:40:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-23 08:40:02,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-23 08:40:03,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-23 08:40:03,391 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 08:40:03,392 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 11:60 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-23 08:40:03,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:40:03,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:03,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb16cc77-2a94-441f-b028-856d1bc47183 Date: Thu, 23 Aug 2018 08:40:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:40:03,932 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24 used request id req-fb16cc77-2a94-441f-b028-856d1bc47183 2018-08-23 08:40:03,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.534379005432s 2018-08-23 08:40:03,932 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/50618a30-8d09-4702-a348-e25b9137ab24 used request id req-fb16cc77-2a94-441f-b028-856d1bc47183 2018-08-23 08:40:03,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:40:03,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:04,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40: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-577e60f2-107f-487d-a29a-2d006953a9c2 x-compute-request-id: req-577e60f2-107f-487d-a29a-2d006953a9c2 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_c4399beb-dbe5-4882-b223-16d5ed358ea3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "87d30152-c6af-4448-9a12-9dd109eb78c2"}, {"name": "neutron-tempest-plugin-api-flavor_alt_c4399beb-dbe5-4882-b223-16d5ed358ea3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ee9ee4a2-a8c6-405e-8a14-045dc5f22b58"}]} 2018-08-23 08:40:04,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-577e60f2-107f-487d-a29a-2d006953a9c2 2018-08-23 08:40:04,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.284729003906s 2018-08-23 08:40:04,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-577e60f2-107f-487d-a29a-2d006953a9c2 2018-08-23 08:40:04,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:40:04,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:04,293 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:40: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-0b22c319-9700-407b-a58c-8923acc37e48 x-compute-request-id: req-0b22c319-9700-407b-a58c-8923acc37e48 Content-Length: 0 Content-Type: application/json 2018-08-23 08:40:04,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58 used request id req-0b22c319-9700-407b-a58c-8923acc37e48 2018-08-23 08:40:04,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0730710029602s 2018-08-23 08:40:04,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ee9ee4a2-a8c6-405e-8a14-045dc5f22b58 used request id req-0b22c319-9700-407b-a58c-8923acc37e48 2018-08-23 08:40:04,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 08:40:04,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" -d '{"subnet_id": "b49227e3-dd2b-4d79-a868-796ae631ee7a"}' 2018-08-23 08:40:06,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a4f16a7b-45e4-4544-a3f0-c0ee3e387fc9 Date: Thu, 23 Aug 2018 08:40:06 GMT RESP BODY: {"network_id": "c67390bd-2dae-4e61-bf10-e2713a8538f1", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "b49227e3-dd2b-4d79-a868-796ae631ee7a", "subnet_ids": ["b49227e3-dd2b-4d79-a868-796ae631ee7a"], "port_id": "f6ed09cd-170d-44b9-9c08-19dbf9c7f7ad", "id": "fb79a142-9660-4f12-b721-b3b87036415c"} 2018-08-23 08:40:06,084 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/remove_router_interface.json used request id req-a4f16a7b-45e4-4544-a3f0-c0ee3e387fc9 2018-08-23 08:40:06,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78980898857s 2018-08-23 08:40:06,084 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c/remove_router_interface.json used request id req-a4f16a7b-45e4-4544-a3f0-c0ee3e387fc9 returning object fb79a142-9660-4f12-b721-b3b87036415c 2018-08-23 08:40:06,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 08:40:06,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:06,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-7ebefdaa-1ffd-485f-af39-a6634caf8817 Date: Thu, 23 Aug 2018 08:40:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:28:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:40:05Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "fb79a142-9660-4f12-b721-b3b87036415c", "name": "neutron-tempest-plugin-api-router_c4399beb-dbe5-4882-b223-16d5ed358ea3"}]} 2018-08-23 08:40:06,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7ebefdaa-1ffd-485f-af39-a6634caf8817 2018-08-23 08:40:06,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109272003174s 2018-08-23 08:40:06,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7ebefdaa-1ffd-485f-af39-a6634caf8817 2018-08-23 08:40:06,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 08:40:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:07,941 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d19abf53-23c5-4a43-bb84-af2a237c7f2f Content-Length: 0 Date: Thu, 23 Aug 2018 08:40:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:40:07,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c.json used request id req-d19abf53-23c5-4a43-bb84-af2a237c7f2f 2018-08-23 08:40:07,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.74491095543s 2018-08-23 08:40:07,941 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fb79a142-9660-4f12-b721-b3b87036415c.json used request id req-d19abf53-23c5-4a43-bb84-af2a237c7f2f 2018-08-23 08:40:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 08:40:07,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:07,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-60a73bb4-9306-49c6-87c7-7739c1ed604f Date: Thu, 23 Aug 2018 08:40:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c67390bd-2dae-4e61-bf10-e2713a8538f1","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:28:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:28:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"b49227e3-dd2b-4d79-a868-796ae631ee7a","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_c4399beb-dbe5-4882-b223-16d5ed358ea3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 08:40:07,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-60a73bb4-9306-49c6-87c7-7739c1ed604f 2018-08-23 08:40:07,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0402669906616s 2018-08-23 08:40:07,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-60a73bb4-9306-49c6-87c7-7739c1ed604f 2018-08-23 08:40:07,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 08:40:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b49227e3-dd2b-4d79-a868-796ae631ee7a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:08,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59ceb1b2-bf42-44a6-9f1d-096fe79d7592 Date: Thu, 23 Aug 2018 08:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:40:08,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b49227e3-dd2b-4d79-a868-796ae631ee7a.json used request id req-59ceb1b2-bf42-44a6-9f1d-096fe79d7592 2018-08-23 08:40:08,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.846249103546s 2018-08-23 08:40:08,830 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b49227e3-dd2b-4d79-a868-796ae631ee7a.json used request id req-59ceb1b2-bf42-44a6-9f1d-096fe79d7592 2018-08-23 08:40:08,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:40:08,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:09,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1368 X-Openstack-Request-Id: req-a68bb967-72a0-4eee-985e-adfe1b80cd4a Date: Thu, 23 Aug 2018 08:40:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c67390bd-2dae-4e61-bf10-e2713a8538f1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:40:08Z","provider:segmentation_id":56,"name":"neutron-tempest-plugin-api-net_c4399beb-dbe5-4882-b223-16d5ed358ea3","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T08:28:03Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:40:09,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a68bb967-72a0-4eee-985e-adfe1b80cd4a 2018-08-23 08:40:09,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299913883209s 2018-08-23 08:40:09,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a68bb967-72a0-4eee-985e-adfe1b80cd4a 2018-08-23 08:40:09,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 08:40:09,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/c67390bd-2dae-4e61-bf10-e2713a8538f1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:10,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7eb01160-394f-4912-9abf-31de54c82728 Date: Thu, 23 Aug 2018 08:40:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 08:40:10,188 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c67390bd-2dae-4e61-bf10-e2713a8538f1.json used request id req-7eb01160-394f-4912-9abf-31de54c82728 2018-08-23 08:40:10,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05609583855s 2018-08-23 08:40:10,189 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c67390bd-2dae-4e61-bf10-e2713a8538f1.json used request id req-7eb01160-394f-4912-9abf-31de54c82728 2018-08-23 08:40:10,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:40:10,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:10,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b01571d7-14c3-4777-8597-3f0cc3641b90 Date: Thu, 23 Aug 2018 08:40:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:28:09Z", "file": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "ba388812-44e2-4d6e-927e-754dc948ad63", "size": 12716032, "self": "/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/ba388812-44e2-4d6e-927e-754dc948ad63/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_c4399beb-dbe5-4882-b223-16d5ed358ea3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:40:10,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b01571d7-14c3-4777-8597-3f0cc3641b90 2018-08-23 08:40:10,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0420508384705s 2018-08-23 08:40:10,235 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b01571d7-14c3-4777-8597-3f0cc3641b90 2018-08-23 08:40:10,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 08:40:10,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:10,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e7ec174-f404-4442-8f46-359265dc3428 Date: Thu, 23 Aug 2018 08:40:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:40:10,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63 used request id req-4e7ec174-f404-4442-8f46-359265dc3428 2018-08-23 08:40:10,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.307552099228s 2018-08-23 08:40:10,544 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ba388812-44e2-4d6e-927e-754dc948ad63 used request id req-4e7ec174-f404-4442-8f46-359265dc3428 2018-08-23 08:40:10,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 08:40:10,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:10,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-767d1a79-ca16-4f6a-bf1c-b5f8cdd0d75b x-compute-request-id: req-767d1a79-ca16-4f6a-bf1c-b5f8cdd0d75b Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_c4399beb-dbe5-4882-b223-16d5ed358ea3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "87d30152-c6af-4448-9a12-9dd109eb78c2"}]} 2018-08-23 08:40:10,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-767d1a79-ca16-4f6a-bf1c-b5f8cdd0d75b 2018-08-23 08:40:10,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0217640399933s 2018-08-23 08:40:10,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-767d1a79-ca16-4f6a-bf1c-b5f8cdd0d75b 2018-08-23 08:40:10,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 08:40:10,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca8891c821d41ca771fc0fd75ab452fa54613c7b" 2018-08-23 08:40:10,596 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 08:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bcffcd5-6709-4c75-9714-6993db76b5a1 x-compute-request-id: req-7bcffcd5-6709-4c75-9714-6993db76b5a1 Content-Length: 0 Content-Type: application/json 2018-08-23 08:40:10,596 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2 used request id req-7bcffcd5-6709-4c75-9714-6993db76b5a1 2018-08-23 08:40:10,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0283319950104s 2018-08-23 08:40:10,597 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/87d30152-c6af-4448-9a12-9dd109eb78c2 used request id req-7bcffcd5-6709-4c75-9714-6993db76b5a1 2018-08-23 08:40:10,597 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-23 08:40:10,649 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-23 08:40:10,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:40:10,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 08:40:10,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:40:10,693 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:40:10,694 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 08:40:10,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 08:40:10,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:40:10,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e0400b-0107-440d-851a-6df25698dc1a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:40:10,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-57e0400b-0107-440d-851a-6df25698dc1a 2018-08-23 08:40:10,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:40:11,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["czwlzDLdTNmztd4nPSqFiA"], "issued_at": "2018-08-23T08:40:11.000000Z"}} 2018-08-23 08:40:11,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:40:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:11,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-f8696592-ffa7-4522-bfb6-4fb0e728b35e Date: Thu, 23 Aug 2018 08:40:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:40:11,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8696592-ffa7-4522-bfb6-4fb0e728b35e 2018-08-23 08:40:11,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342164039612s 2018-08-23 08:40:11,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8696592-ffa7-4522-bfb6-4fb0e728b35e 2018-08-23 08:40:11,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:40:11,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f590c213-4b98-4e1f-9c3e-392a8134ec61 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 08:40:11,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-f590c213-4b98-4e1f-9c3e-392a8134ec61 2018-08-23 08:40:11,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:40:11,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:11,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0497f7a3-d71c-49eb-822a-fb82a2f42403 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 08:40:11,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0497f7a3-d71c-49eb-822a-fb82a2f42403 2018-08-23 08:40:11,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.142882823944s 2018-08-23 08:40:11,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0497f7a3-d71c-49eb-822a-fb82a2f42403 2018-08-23 08:40:11,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 08:40:11,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}}' 2018-08-23 08:40:11,810 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfbdab6d-4476-4a29-98a3-4fc05eef00ae Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a"}, "tags": [], "enabled": true, "id": "a34ab82b2a0f4c959194f45a2b14634a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}} 2018-08-23 08:40:11,810 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dfbdab6d-4476-4a29-98a3-4fc05eef00ae 2018-08-23 08:40:11,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.209089994431s 2018-08-23 08:40:11,811 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dfbdab6d-4476-4a29-98a3-4fc05eef00ae 2018-08-23 08:40:11,811 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: rally_sanity', u'tags': [], 'enabled': True, 'id': u'a34ab82b2a0f4c959194f45a2b14634a', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08'}) 2018-08-23 08:40:11,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 08:40:11,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8be4cf09-14df-4c25-a07a-b9da6b2953e5", "email": null, "name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}}' 2018-08-23 08:40:12,322 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 08:40:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc352ca6-3f11-4e44-8848-046ccbb323d4 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": {"self": "http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2c481475ddd447238c15184316b349dd", "domain_id": "default", "password_expires_at": null}} 2018-08-23 08:40:12,322 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cc352ca6-3f11-4e44-8848-046ccbb323d4 2018-08-23 08:40:12,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.504585981369s 2018-08-23 08:40:12,323 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cc352ca6-3f11-4e44-8848-046ccbb323d4 2018-08-23 08:40:12,323 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2c481475ddd447238c15184316b349dd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08'}) 2018-08-23 08:40:12,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:40:12,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:12,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-850843c2-16e5-45ae-bf4e-da6851a5352e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:40:12,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-850843c2-16e5-45ae-bf4e-da6851a5352e 2018-08-23 08:40:12,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193252086639s 2018-08-23 08:40:12,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-850843c2-16e5-45ae-bf4e-da6851a5352e 2018-08-23 08:40:12,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:40:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:12,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9cab32e-2818-4e4d-8113-0939bcf6ab91 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:40:12,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9cab32e-2818-4e4d-8113-0939bcf6ab91 2018-08-23 08:40:12,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185304880142s 2018-08-23 08:40:12,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9cab32e-2818-4e4d-8113-0939bcf6ab91 2018-08-23 08:40:12,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:40:12,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:12,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a04957be-5dc6-4e11-8f7f-058a661e1e29 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:40:12,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a04957be-5dc6-4e11-8f7f-058a661e1e29 2018-08-23 08:40:12,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1186170578s 2018-08-23 08:40:12,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a04957be-5dc6-4e11-8f7f-058a661e1e29 2018-08-23 08:40:12,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:40:12,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:12,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42c8fa2-9162-486f-b0e2-f2466c441fee Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:40:12,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f42c8fa2-9162-486f-b0e2-f2466c441fee 2018-08-23 08:40:12,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107273101807s 2018-08-23 08:40:12,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f42c8fa2-9162-486f-b0e2-f2466c441fee 2018-08-23 08:40:12,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:40:12,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-337a51b9-f4b0-4278-9700-e0ee487a0b8e Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": {"self": "http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2c481475ddd447238c15184316b349dd", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:40:13,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-337a51b9-f4b0-4278-9700-e0ee487a0b8e 2018-08-23 08:40:13,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203819036484s 2018-08-23 08:40:13,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-337a51b9-f4b0-4278-9700-e0ee487a0b8e 2018-08-23 08:40:13,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:40:13,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16afed78-9222-4f6c-a2f8-c98ba1b3940d Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a"}, "tags": [], "enabled": true, "id": "a34ab82b2a0f4c959194f45a2b14634a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 08:40:13,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-16afed78-9222-4f6c-a2f8-c98ba1b3940d 2018-08-23 08:40:13,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103880167007s 2018-08-23 08:40:13,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-16afed78-9222-4f6c-a2f8-c98ba1b3940d 2018-08-23 08:40:13,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:40:13,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad194aaa-87a4-48ea-8aa7-7d317dc99355 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a", "previous": null, "next": null}} 2018-08-23 08:40:13,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a used request id req-ad194aaa-87a4-48ea-8aa7-7d317dc99355 2018-08-23 08:40:13,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194681167603s 2018-08-23 08:40:13,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a used request id req-ad194aaa-87a4-48ea-8aa7-7d317dc99355 2018-08-23 08:40:13,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:40:13,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a416560e-d04e-478c-80dc-56100daf1e08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:40:13,611 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-a416560e-d04e-478c-80dc-56100daf1e08 2018-08-23 08:40:13,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141359090805s 2018-08-23 08:40:13,611 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-a416560e-d04e-478c-80dc-56100daf1e08 2018-08-23 08:40:13,612 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'a34ab82b2a0f4c959194f45a2b14634a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8be4cf09-14df-4c25-a07a-b9da6b2953e5', 'username': u'rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 08:40:13,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 08:40:13,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 08:40:13,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 08:40:13,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 08:40:13,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 08:40:13,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 08:40:13,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 08:40:13,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 08:40:13,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 08:40:13,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 08:40:13,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 08:40:13,617 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'password': '8be4cf09-14df-4c25-a07a-b9da6b2953e5', 'project_name': 'rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'a34ab82b2a0f4c959194f45a2b14634a', 'project_domain_name': 'Default'} 2018-08-23 08:40:13,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:40:13,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990fb5e0-35aa-4bb7-9855-fd22d3133d32 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:40:13,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-990fb5e0-35aa-4bb7-9855-fd22d3133d32 2018-08-23 08:40:13,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104027986526s 2018-08-23 08:40:13,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-990fb5e0-35aa-4bb7-9855-fd22d3133d32 2018-08-23 08:40:13,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 08:40:13,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecfa8162-c59a-400b-b621-735a60879c54 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 08:40:13,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecfa8162-c59a-400b-b621-735a60879c54 2018-08-23 08:40:13,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11470913887s 2018-08-23 08:40:13,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecfa8162-c59a-400b-b621-735a60879c54 2018-08-23 08:40:13,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 08:40:13,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:13,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1a8d624-4259-4de6-8070-5612c158b69a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 08:40:13,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f1a8d624-4259-4de6-8070-5612c158b69a 2018-08-23 08:40:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103348970413s 2018-08-23 08:40:13,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f1a8d624-4259-4de6-8070-5612c158b69a 2018-08-23 08:40:13,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 08:40:13,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:14,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b77ec4e-e102-4ead-b4f6-3f20a6023f60 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": {"self": "http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2c481475ddd447238c15184316b349dd", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 08:40:14,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4b77ec4e-e102-4ead-b4f6-3f20a6023f60 2018-08-23 08:40:14,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.158796072006s 2018-08-23 08:40:14,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4b77ec4e-e102-4ead-b4f6-3f20a6023f60 2018-08-23 08:40:14,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 08:40:14,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:14,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-809ff1c7-4047-4c40-8a9a-6926c2321591 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a"}, "tags": [], "enabled": true, "id": "a34ab82b2a0f4c959194f45a2b14634a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 08:40:14,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-809ff1c7-4047-4c40-8a9a-6926c2321591 2018-08-23 08:40:14,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184785842896s 2018-08-23 08:40:14,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-809ff1c7-4047-4c40-8a9a-6926c2321591 2018-08-23 08:40:14,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 08:40:14,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:14,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b82198a5-bb76-4b45-a29a-ce984b0ec919 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a", "previous": null, "next": null}} 2018-08-23 08:40:14,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a used request id req-b82198a5-bb76-4b45-a29a-ce984b0ec919 2018-08-23 08:40:14,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10107588768s 2018-08-23 08:40:14,418 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2c481475ddd447238c15184316b349dd&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=a34ab82b2a0f4c959194f45a2b14634a used request id req-b82198a5-bb76-4b45-a29a-ce984b0ec919 2018-08-23 08:40:14,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 08:40:14,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/8c7831c4a8f34c87b670447935b80819 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 08:40:14,563 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 08:40:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d934266-fa9e-471d-b01d-54d2ee7efd38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 08:40:14,563 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/8c7831c4a8f34c87b670447935b80819 used request id req-9d934266-fa9e-471d-b01d-54d2ee7efd38 2018-08-23 08:40:14,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141371965408s 2018-08-23 08:40:14,563 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a/users/2c481475ddd447238c15184316b349dd/roles/8c7831c4a8f34c87b670447935b80819 used request id req-9d934266-fa9e-471d-b01d-54d2ee7efd38 2018-08-23 08:40:14,563 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-23 08:40:14,931 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-23 08:40:14,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:40:14,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ef91e0-7f84-4626-a140-f7c8429457f3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 08:40:14,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2ef91e0-7f84-4626-a140-f7c8429457f3 2018-08-23 08:40:14,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 08:40:15,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T09:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a34ab82b2a0f4c959194f45a2b14634a", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_a34ab82b2a0f4c959194f45a2b14634a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_a34ab82b2a0f4c959194f45a2b14634a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/a34ab82b2a0f4c959194f45a2b14634a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/a34ab82b2a0f4c959194f45a2b14634a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/a34ab82b2a0f4c959194f45a2b14634a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a34ab82b2a0f4c959194f45a2b14634a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/a34ab82b2a0f4c959194f45a2b14634a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/a34ab82b2a0f4c959194f45a2b14634a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/a34ab82b2a0f4c959194f45a2b14634a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "id": "2c481475ddd447238c15184316b349dd"}, "audit_ids": ["ewQdCMLbTmeUkIoBP61Q3w"], "issued_at": "2018-08-23T08:40:15.000000Z"}} 2018-08-23 08:40:15,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 08:40:15,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"network": {"shared": true, "name": "rally_sanity-net_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "admin_state_up": true}}' 2018-08-23 08:40:16,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c6c3af06-b7ce-4e2e-8886-eaa66319f5e0 Date: Thu, 23 Aug 2018 08:40:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"571ac6c7-8040-4599-be94-736d5ed78533","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a34ab82b2a0f4c959194f45a2b14634a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:40:15Z","is_default":false,"provider:segmentation_id":37,"name":"rally_sanity-net_cf93d7a6-39ac-4ac1-b0b1-02004c82df08","admin_state_up":true,"tenant_id":"a34ab82b2a0f4c959194f45a2b14634a","created_at":"2018-08-23T08:40:15Z","mtu":1450}} 2018-08-23 08:40:16,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c6c3af06-b7ce-4e2e-8886-eaa66319f5e0 2018-08-23 08:40:16,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.696721076965s 2018-08-23 08:40:16,049 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c6c3af06-b7ce-4e2e-8886-eaa66319f5e0 2018-08-23 08:40:16,050 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T08:40:15Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'571ac6c7-8040-4599-be94-736d5ed78533', u'provider:segmentation_id': 37, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', u'admin_state_up': True, u'tenant_id': u'a34ab82b2a0f4c959194f45a2b14634a', u'created_at': u'2018-08-23T08:40:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'a34ab82b2a0f4c959194f45a2b14634a'}) 2018-08-23 08:40:16,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 08:40:16,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 08:40:16,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-b01ba241-cadc-4d2a-89ef-63d5ece97312 Date: Thu, 23 Aug 2018 08:40:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"571ac6c7-8040-4599-be94-736d5ed78533","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a34ab82b2a0f4c959194f45a2b14634a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T08:40:15Z","provider:segmentation_id":37,"name":"rally_sanity-net_cf93d7a6-39ac-4ac1-b0b1-02004c82df08","admin_state_up":true,"tenant_id":"a34ab82b2a0f4c959194f45a2b14634a","created_at":"2018-08-23T08:40:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 08:40:16,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b01ba241-cadc-4d2a-89ef-63d5ece97312 2018-08-23 08:40:16,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118163108826s 2018-08-23 08:40:16,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b01ba241-cadc-4d2a-89ef-63d5ece97312 2018-08-23 08:40:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 08:40:16,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"subnet": {"name": "rally_sanity-subnet_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "enable_dhcp": true, "network_id": "571ac6c7-8040-4599-be94-736d5ed78533", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 08:40:16,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e27b7940-17ba-440d-99ea-786e54085f2b Date: Thu, 23 Aug 2018 08:40:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571ac6c7-8040-4599-be94-736d5ed78533","tenant_id":"a34ab82b2a0f4c959194f45a2b14634a","created_at":"2018-08-23T08:40:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:40:16Z","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":"a34ab82b2a0f4c959194f45a2b14634a","id":"954b8513-eede-428a-bc9b-6f5671643584","subnetpool_id":null,"name":"rally_sanity-subnet_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}} 2018-08-23 08:40:16,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e27b7940-17ba-440d-99ea-786e54085f2b 2018-08-23 08:40:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.772277116776s 2018-08-23 08:40:16,943 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e27b7940-17ba-440d-99ea-786e54085f2b 2018-08-23 08:40:16,943 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T08:40:16Z', 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'954b8513-eede-428a-bc9b-6f5671643584', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', u'enable_dhcp': True, u'network_id': u'571ac6c7-8040-4599-be94-736d5ed78533', u'tenant_id': u'a34ab82b2a0f4c959194f45a2b14634a', u'created_at': u'2018-08-23T08:40:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a34ab82b2a0f4c959194f45a2b14634a'}) 2018-08-23 08:40:16,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 08:40:16,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "rally_sanity-router_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "admin_state_up": true}}' 2018-08-23 08:40:18,376 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-858a9a3f-26b9-4b5f-a5d8-8afc131e6591 Date: Thu, 23 Aug 2018 08:40:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "created_at": "2018-08-23T08:40:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T08:40:18Z", "revision_number": 2, "routes": [], "project_id": "a34ab82b2a0f4c959194f45a2b14634a", "id": "1d1915cf-5831-4ad9-bc98-3c24c2a6aec3", "name": "rally_sanity-router_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}} 2018-08-23 08:40:18,376 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-858a9a3f-26b9-4b5f-a5d8-8afc131e6591 2018-08-23 08:40:18,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43201303482s 2018-08-23 08:40:18,376 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-858a9a3f-26b9-4b5f-a5d8-8afc131e6591 2018-08-23 08:40:18,377 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a34ab82b2a0f4c959194f45a2b14634a', u'created_at': u'2018-08-23T08:40:17Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T08:40:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'a34ab82b2a0f4c959194f45a2b14634a', u'id': u'1d1915cf-5831-4ad9-bc98-3c24c2a6aec3', u'name': u'rally_sanity-router_cf93d7a6-39ac-4ac1-b0b1-02004c82df08'}) 2018-08-23 08:40:18,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 08:40:18,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"subnet_id": "954b8513-eede-428a-bc9b-6f5671643584"}' 2018-08-23 08:40:20,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f8d4851-bce6-4de8-868f-b075410d63ff Date: Thu, 23 Aug 2018 08:40:20 GMT RESP BODY: {"network_id": "571ac6c7-8040-4599-be94-736d5ed78533", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "subnet_id": "954b8513-eede-428a-bc9b-6f5671643584", "subnet_ids": ["954b8513-eede-428a-bc9b-6f5671643584"], "port_id": "b89fd9a3-4470-4e2c-a579-98eaa757f995", "id": "1d1915cf-5831-4ad9-bc98-3c24c2a6aec3"} 2018-08-23 08:40:20,127 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/add_router_interface.json used request id req-7f8d4851-bce6-4de8-868f-b075410d63ff 2018-08-23 08:40:20,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.749325037s 2018-08-23 08:40:20,127 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/add_router_interface.json used request id req-7f8d4851-bce6-4de8-868f-b075410d63ff returning object 1d1915cf-5831-4ad9-bc98-3c24c2a6aec3 2018-08-23 08:40:20,128 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 08:40:20,254 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 08:40:20,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 08:40:20,261 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 08:40:20 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 08:40:20,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:40:20,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 08:40:20,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8067dddd-d6d8-4452-85be-d6f4e43c350e Date: Thu, 23 Aug 2018 08:40:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:40:20,550 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8067dddd-d6d8-4452-85be-d6f4e43c350e 2018-08-23 08:40:20,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284489870071s 2018-08-23 08:40:20,550 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8067dddd-d6d8-4452-85be-d6f4e43c350e 2018-08-23 08:40:20,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 08:40:20,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}' 2018-08-23 08:40:20,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-115fb441-e8fa-4522-8100-5a1621d4ea49 Date: Thu, 23 Aug 2018 08:40:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:40:20Z", "file": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file", "owner": "a34ab82b2a0f4c959194f45a2b14634a", "id": "764a0c40-e190-4479-822d-45ad1dfbd0ff", "size": null, "self": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "checksum": null, "created_at": "2018-08-23T08:40:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 08:40:20,596 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-115fb441-e8fa-4522-8100-5a1621d4ea49 2018-08-23 08:40:20,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0375230312347s 2018-08-23 08:40:20,596 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-115fb441-e8fa-4522-8100-5a1621d4ea49 returning object 764a0c40-e190-4479-822d-45ad1dfbd0ff 2018-08-23 08:40:20,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 08:40:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '' 2018-08-23 08:40:21,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55c8e7ee-dd3b-4c78-a1d1-316e78097949 Date: Thu, 23 Aug 2018 08:40:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 08:40:21,521 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file used request id req-55c8e7ee-dd3b-4c78-a1d1-316e78097949 2018-08-23 08:40:21,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.924534082413s 2018-08-23 08:40:21,522 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file used request id req-55c8e7ee-dd3b-4c78-a1d1-316e78097949 2018-08-23 08:40:21,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 08:40:21,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 08:40:21,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-1ba95e75-cd8e-45b7-bf39-a0455adf2006 Date: Thu, 23 Aug 2018 08:40:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:40:21Z", "file": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file", "owner": "a34ab82b2a0f4c959194f45a2b14634a", "id": "764a0c40-e190-4479-822d-45ad1dfbd0ff", "size": 12716032, "self": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:40:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 08:40:21,553 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1ba95e75-cd8e-45b7-bf39-a0455adf2006 2018-08-23 08:40:21,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.026505947113s 2018-08-23 08:40:21,554 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1ba95e75-cd8e-45b7-bf39-a0455adf2006 2018-08-23 08:40:21,556 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file', 'owner': u'a34ab82b2a0f4c959194f45a2b14634a', 'id': u'764a0c40-e190-4479-822d-45ad1dfbd0ff', 'size': 12716032, u'self': u'/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a34ab82b2a0f4c959194f45a2b14634a', 'name': 'rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T08:40:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T08:40:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'created': u'2018-08-23T08:40:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T08:40:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 08:40:21,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:40:21,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:40:21,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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,Accept-Encoding x-openstack-request-id: req-20f80cd6-b92b-4c52-a3ac-0020b8870617 x-compute-request-id: req-20f80cd6-b92b-4c52-a3ac-0020b8870617 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8a0249bc-7638-487d-a7a3-1abcbb8761fe"}} 2018-08-23 08:40:21,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-20f80cd6-b92b-4c52-a3ac-0020b8870617 2018-08-23 08:40:21,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.228106021881s 2018-08-23 08:40:21,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-20f80cd6-b92b-4c52-a3ac-0020b8870617 2018-08-23 08:40:21,786 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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'75a5557001334edf9fd80cd1c711e2ec', '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'8a0249bc-7638-487d-a7a3-1abcbb8761fe', 'swap': 0}) 2018-08-23 08:40:21,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:40:21,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"extra_specs": {}}' 2018-08-23 08:40:21,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08: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-a2c682f2-3c2a-4098-a8f2-f90643ba59f9 x-compute-request-id: req-a2c682f2-3c2a-4098-a8f2-f90643ba59f9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:40:21,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe/os-extra_specs used request id req-a2c682f2-3c2a-4098-a8f2-f90643ba59f9 2018-08-23 08:40:21,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0370080471039s 2018-08-23 08:40:21,824 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe/os-extra_specs used request id req-a2c682f2-3c2a-4098-a8f2-f90643ba59f9 2018-08-23 08:40:21,825 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 08:40:24,815 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 08:40:27,492 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 50a71e9f-b757-4d17-8876-2ec6b73ef68a | 2018-08-23T08:40:27.076196 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 50a71e9f-b757-4d17-8876-2ec6b73ef68a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 08:40:31,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 08:40:31,340 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-23 08:40:31,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 08:40:31,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 08:40:31,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40: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-8cfa4151-1e60-4ac7-9b66-6164273e8394 x-compute-request-id: req-8cfa4151-1e60-4ac7-9b66-6164273e8394 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 08:40:31,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-8cfa4151-1e60-4ac7-9b66-6164273e8394 2018-08-23 08:40:31,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.266885995865s 2018-08-23 08:40:31,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-8cfa4151-1e60-4ac7-9b66-6164273e8394 2018-08-23 08:40:31,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 08:40:31,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 08:40:31,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40: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-2206611f-5b59-481c-948c-9bb4b289d3d0 x-compute-request-id: req-2206611f-5b59-481c-948c-9bb4b289d3d0 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b54f67dd-2af5-4707-b6a7-e2be48384233"}} 2018-08-23 08:40:31,664 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2206611f-5b59-481c-948c-9bb4b289d3d0 2018-08-23 08:40:31,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0543940067291s 2018-08-23 08:40:31,664 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2206611f-5b59-481c-948c-9bb4b289d3d0 2018-08-23 08:40:31,665 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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'75a5557001334edf9fd80cd1c711e2ec', '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'b54f67dd-2af5-4707-b6a7-e2be48384233', 'swap': 0}) 2018-08-23 08:40:31,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 08:40:31,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" -d '{"extra_specs": {}}' 2018-08-23 08:40:31,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 08:40: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-db1b3538-71a5-40aa-baf4-268236f2d670 x-compute-request-id: req-db1b3538-71a5-40aa-baf4-268236f2d670 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 08:40:31,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233/os-extra_specs used request id req-db1b3538-71a5-40aa-baf4-268236f2d670 2018-08-23 08:40:31,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207290649414s 2018-08-23 08:40:31,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233/os-extra_specs used request id req-db1b3538-71a5-40aa-baf4-268236f2d670 2018-08-23 08:40:31,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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'75a5557001334edf9fd80cd1c711e2ec', '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'b54f67dd-2af5-4707-b6a7-e2be48384233', 'swap': 0}) 2018-08-23 08:40:31,688 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-23 08:40:31,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-08-23 08:40:31,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:40:31,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:40:31,703 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:41:50,341 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e22d919c-6f73-4d0b-b8b5-b29bbec4df03 2018-08-23 08:41:50,342 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-23 08:41:50,343 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e22d919c-6f73-4d0b-b8b5-b29bbec4df03'] 2018-08-23 08:41:51,334 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e22d919c-6f73-4d0b-b8b5-b29bbec4df03 -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | total | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> duration | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.570229 Full duration: 9.966728 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 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.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> duration | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 1.019 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.019106 Full duration: 9.907504 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 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.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.786936 Full duration: 9.302106 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 1.583 | 100.0% | 1 | | total | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | -> duration | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 2.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.038062 Full duration: 10.818412 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88914 Full duration: 9.700478 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e22d919c-6f73-4d0b-b8b5-b29bbec4df03 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> duration | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 0.793 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.792881 Full duration: 10.234735 HINTS: * To plot HTML graphics with this data, run: rally task report e22d919c-6f73-4d0b-b8b5-b29bbec4df03 --out output.html * To generate a JUnit report, run: rally task export e22d919c-6f73-4d0b-b8b5-b29bbec4df03 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e22d919c-6f73-4d0b-b8b5-b29bbec4df03 --json --out output.json 2018-08-23 08:41:51,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e22d919c-6f73-4d0b-b8b5-b29bbec4df03', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-23 08:41:53,943 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e22d919c-6f73-4d0b-b8b5-b29bbec4df03 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-23 08:41:53.843 766 INFO rally.api [-] Building 'json' report for the following task(s): 'e22d919c-6f73-4d0b-b8b5-b29bbec4df03'. 2018-08-23 08:41:53.848 766 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:41:53,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e22d919c-6f73-4d0b-b8b5-b29bbec4df03', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-23 08:41:56,535 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e22d919c-6f73-4d0b-b8b5-b29bbec4df03 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-23 08:41:56.419 769 INFO rally.api [-] Building 'html' report for the following task(s): 'e22d919c-6f73-4d0b-b8b5-b29bbec4df03'. 2018-08-23 08:41:56.441 769 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:41:56,542 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-23 08:41:56,542 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-23 08:41:56,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-08-23 08:41:56,543 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:41:56,556 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:41:56,557 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:43:37,793 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aac7fc35-5832-492c-9c28-829da5abbd10 2018-08-23 08:43:37,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'aac7fc35-5832-492c-9c28-829da5abbd10'] 2018-08-23 08:43:38,690 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid aac7fc35-5832-492c-9c28-829da5abbd10 -------------------------------------------------------------------------------- Task aac7fc35-5832-492c-9c28-829da5abbd10: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task aac7fc35-5832-492c-9c28-829da5abbd10 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 | 2.98 | 2.98 | 2.98 | 2.98 | 2.98 | 2.98 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 0.05 | 100.0% | 1 | | -> glance_v2.upload_data | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | glance_v2.delete_image | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | total | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> duration | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.02513 Full duration: 14.601802 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task aac7fc35-5832-492c-9c28-829da5abbd10 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 0.463 | 100.0% | 1 | | glance_v2.list_images | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 0.036 | 100.0% | 1 | | total | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | -> duration | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 3.074 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.074347 Full duration: 15.742402 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task aac7fc35-5832-492c-9c28-829da5abbd10 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | -> duration | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.307347 Full duration: 10.326109 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "571ac6c7-8040-4599-be94-736d5ed78533" } ], "flavor": { "name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task aac7fc35-5832-492c-9c28-829da5abbd10 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.596 | 3.596 | 3.596 | 3.596 | 3.596 | 3.596 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 0.043 | 100.0% | 1 | | -> glance_v2.upload_data | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | nova.boot_servers | 13.479 | 13.479 | 13.479 | 13.479 | 13.479 | 13.479 | 100.0% | 1 | | total | 17.075 | 17.075 | 17.075 | 17.075 | 17.075 | 17.075 | 100.0% | 1 | | -> duration | 16.075 | 16.075 | 16.075 | 16.075 | 16.075 | 16.075 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.075456 Full duration: 39.884597 HINTS: * To plot HTML graphics with this data, run: rally task report aac7fc35-5832-492c-9c28-829da5abbd10 --out output.html * To generate a JUnit report, run: rally task export aac7fc35-5832-492c-9c28-829da5abbd10 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aac7fc35-5832-492c-9c28-829da5abbd10 --json --out output.json 2018-08-23 08:43:38,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'aac7fc35-5832-492c-9c28-829da5abbd10', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-23 08:43:41,292 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid aac7fc35-5832-492c-9c28-829da5abbd10 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-23 08:43:41.194 1322 INFO rally.api [-] Building 'json' report for the following task(s): 'aac7fc35-5832-492c-9c28-829da5abbd10'. 2018-08-23 08:43:41.199 1322 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:43:41,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'aac7fc35-5832-492c-9c28-829da5abbd10', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-23 08:43:43,899 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid aac7fc35-5832-492c-9c28-829da5abbd10 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-23 08:43:43.784 1325 INFO rally.api [-] Building 'html' report for the following task(s): 'aac7fc35-5832-492c-9c28-829da5abbd10'. 2018-08-23 08:43:43.805 1325 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:43:43,906 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-23 08:43:43,906 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-23 08:43:43,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-08-23 08:43:43,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:43:43,920 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:43:43,921 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:47:16,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 64c118d2-2bd5-474f-8a81-bffc6391bc69 2018-08-23 08:47:16,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '64c118d2-2bd5-474f-8a81-bffc6391bc69'] 2018-08-23 08:47:17,329 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 64c118d2-2bd5-474f-8a81-bffc6391bc69 -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.415 | 3.415 | 3.415 | 3.415 | 3.415 | 3.415 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 2.754 | 100.0% | 1 | | total | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 100.0% | 1 | | -> duration | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.169472 Full duration: 24.592922 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.472 | 3.472 | 3.472 | 3.472 | 3.472 | 3.472 | 100.0% | 1 | | cinder_v2.delete_volume | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 0.569 | 100.0% | 1 | | total | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 100.0% | 1 | | -> duration | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 4.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.040752 Full duration: 16.700096 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.874 | 3.874 | 3.874 | 3.874 | 3.874 | 3.874 | 100.0% | 1 | | cinder_v2.delete_volume | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | total | 4.409 | 4.409 | 4.409 | 4.409 | 4.409 | 4.409 | 100.0% | 1 | | -> duration | 4.409 | 4.409 | 4.409 | 4.409 | 4.409 | 4.409 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.408867 Full duration: 17.616868 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.536 | 3.536 | 3.536 | 3.536 | 3.536 | 3.536 | 100.0% | 1 | | cinder_v2.delete_volume | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 0.607 | 100.0% | 1 | | total | 4.143 | 4.143 | 4.143 | 4.143 | 4.143 | 4.143 | 100.0% | 1 | | -> duration | 4.143 | 4.143 | 4.143 | 4.143 | 4.143 | 4.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.143175 Full duration: 16.768533 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.502 | 3.502 | 3.502 | 3.502 | 3.502 | 3.502 | 100.0% | 1 | | cinder_v2.extend_volume | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | cinder_v2.delete_volume | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | total | 4.648 | 4.648 | 4.648 | 4.648 | 4.648 | 4.648 | 100.0% | 1 | | -> duration | 4.648 | 4.648 | 4.648 | 4.648 | 4.648 | 4.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.647926 Full duration: 17.256204 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.625 | 3.625 | 3.625 | 3.625 | 3.625 | 3.625 | 100.0% | 1 | | cinder_v2.delete_volume | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 2.702 | 100.0% | 1 | | total | 6.328 | 6.328 | 6.328 | 6.328 | 6.328 | 6.328 | 100.0% | 1 | | -> duration | 6.328 | 6.328 | 6.328 | 6.328 | 6.328 | 6.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.327607 Full duration: 24.51778 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | cinder_v2.list_qos | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | -> duration | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.139213 Full duration: 15.402348 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | cinder_v2.set_qos | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 0.41 | 100.0% | 1 | | total | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | -> duration | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 1.059 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.059126 Full duration: 15.082712 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | cinder_v2.list_types | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> duration | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.051014 Full duration: 15.125588 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 64c118d2-2bd5-474f-8a81-bffc6391bc69 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.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | total | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> duration | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 1.063 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.063406 Full duration: 16.514171 HINTS: * To plot HTML graphics with this data, run: rally task report 64c118d2-2bd5-474f-8a81-bffc6391bc69 --out output.html * To generate a JUnit report, run: rally task export 64c118d2-2bd5-474f-8a81-bffc6391bc69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 64c118d2-2bd5-474f-8a81-bffc6391bc69 --json --out output.json 2018-08-23 08:47:17,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '64c118d2-2bd5-474f-8a81-bffc6391bc69', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-23 08:47:19,964 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 64c118d2-2bd5-474f-8a81-bffc6391bc69 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-23 08:47:19.859 3114 INFO rally.api [-] Building 'json' report for the following task(s): '64c118d2-2bd5-474f-8a81-bffc6391bc69'. 2018-08-23 08:47:19.868 3114 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:47:19,964 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '64c118d2-2bd5-474f-8a81-bffc6391bc69', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-23 08:47:22,618 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 64c118d2-2bd5-474f-8a81-bffc6391bc69 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-23 08:47:22.495 3117 INFO rally.api [-] Building 'html' report for the following task(s): '64c118d2-2bd5-474f-8a81-bffc6391bc69'. 2018-08-23 08:47:22.522 3117 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:47:22,632 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-23 08:47:22,632 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-23 08:47:22,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-08-23 08:47:22,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:47:22,646 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:47:22,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:49:39,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d4a96307-7087-4abd-81e3-201c5ada2603 2018-08-23 08:49:39,738 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd4a96307-7087-4abd-81e3-201c5ada2603'] 2018-08-23 08:49:40,859 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d4a96307-7087-4abd-81e3-201c5ada2603 -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690091 Full duration: 9.360417 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690424 Full duration: 8.921817 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 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.705956 Full duration: 9.215119 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> duration | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.022234 Full duration: 9.891082 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> duration | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689706 Full duration: 9.270975 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> duration | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.978253 Full duration: 10.577706 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 0.695 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.695582 Full duration: 8.9412 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 1.235 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 0.353 | 100.0% | 1 | | total | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> duration | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 1.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.587885 Full duration: 10.965954 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605451 Full duration: 8.882395 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | gnocchi.delete_metric | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | -> duration | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 1.227 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.226505 Full duration: 10.74543 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task d4a96307-7087-4abd-81e3-201c5ada2603 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | gnocchi.delete_resource | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> duration | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.994714 Full duration: 9.8582 HINTS: * To plot HTML graphics with this data, run: rally task report d4a96307-7087-4abd-81e3-201c5ada2603 --out output.html * To generate a JUnit report, run: rally task export d4a96307-7087-4abd-81e3-201c5ada2603 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d4a96307-7087-4abd-81e3-201c5ada2603 --json --out output.json 2018-08-23 08:49:40,859 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd4a96307-7087-4abd-81e3-201c5ada2603', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-23 08:49:43,403 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d4a96307-7087-4abd-81e3-201c5ada2603 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-23 08:49:43.300 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'd4a96307-7087-4abd-81e3-201c5ada2603'. 2018-08-23 08:49:43.308 4252 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:49:43,403 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd4a96307-7087-4abd-81e3-201c5ada2603', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-23 08:49:45,981 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d4a96307-7087-4abd-81e3-201c5ada2603 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-23 08:49:45.859 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'd4a96307-7087-4abd-81e3-201c5ada2603'. 2018-08-23 08:49:45.886 4255 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:49:45,994 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-23 08:49:45,994 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-23 08:49:45,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-23 08:49:45,995 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:49:46,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:49:46,008 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:51:31,182 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : dcd43add-95ef-4cf5-9458-9310875084cd 2018-08-23 08:51:31,182 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'dcd43add-95ef-4cf5-9458-9310875084cd'] 2018-08-23 08:51:32,070 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid dcd43add-95ef-4cf5-9458-9310875084cd -------------------------------------------------------------------------------- Task dcd43add-95ef-4cf5-9458-9310875084cd: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dcd43add-95ef-4cf5-9458-9310875084cd 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 | 6.593 | 6.593 | 6.593 | 6.593 | 6.593 | 6.593 | 100.0% | 1 | | heat.update_stack | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 100.0% | 1 | | heat.delete_stack | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 100.0% | 1 | | total | 15.082 | 15.082 | 15.082 | 15.082 | 15.082 | 15.082 | 100.0% | 1 | | -> duration | 11.082 | 11.082 | 11.082 | 11.082 | 11.082 | 11.082 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.081561 Full duration: 26.286153 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dcd43add-95ef-4cf5-9458-9310875084cd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.517 | 5.517 | 5.517 | 5.517 | 5.517 | 5.517 | 100.0% | 1 | | heat.check_stack | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | heat.delete_stack | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 2.648 | 100.0% | 1 | | total | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 9.462 | 100.0% | 1 | | -> duration | 7.462 | 7.462 | 7.462 | 7.462 | 7.462 | 7.462 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.462413 Full duration: 19.861109 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dcd43add-95ef-4cf5-9458-9310875084cd has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.346 | 5.346 | 5.346 | 5.346 | 5.346 | 5.346 | 100.0% | 1 | | heat.suspend_stack | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 1.244 | 100.0% | 1 | | heat.resume_stack | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 1.902 | 100.0% | 1 | | heat.delete_stack | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | total | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 10.776 | 100.0% | 1 | | -> duration | 8.776 | 8.776 | 8.776 | 8.776 | 8.776 | 8.776 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.776497 Full duration: 21.337769 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task dcd43add-95ef-4cf5-9458-9310875084cd 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.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.704063 Full duration: 10.479473 HINTS: * To plot HTML graphics with this data, run: rally task report dcd43add-95ef-4cf5-9458-9310875084cd --out output.html * To generate a JUnit report, run: rally task export dcd43add-95ef-4cf5-9458-9310875084cd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report dcd43add-95ef-4cf5-9458-9310875084cd --json --out output.json 2018-08-23 08:51:32,070 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'dcd43add-95ef-4cf5-9458-9310875084cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-23 08:51:34,803 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid dcd43add-95ef-4cf5-9458-9310875084cd --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-23 08:51:34.686 5168 INFO rally.api [-] Building 'json' report for the following task(s): 'dcd43add-95ef-4cf5-9458-9310875084cd'. 2018-08-23 08:51:34.692 5168 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:51:34,803 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'dcd43add-95ef-4cf5-9458-9310875084cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-23 08:51:37,182 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid dcd43add-95ef-4cf5-9458-9310875084cd --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-23 08:51:37.061 5171 INFO rally.api [-] Building 'html' report for the following task(s): 'dcd43add-95ef-4cf5-9458-9310875084cd'. 2018-08-23 08:51:37.082 5171 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:51:37,189 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-23 08:51:37,189 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-23 08:51:37,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-08-23 08:51:37,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:51:37,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:51:37,204 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 08:55:38,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a53e250e-ef90-4c1b-aa8a-36bc5f295f69 2018-08-23 08:55:38,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a53e250e-ef90-4c1b-aa8a-36bc5f295f69'] 2018-08-23 08:55:39,165 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a53e250e-ef90-4c1b-aa8a-36bc5f295f69 -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.633 | 0.633 | 0.633 | 0.633 | 0.633 | 0.633 | 100.0% | 1 | | keystone_v3.add_role | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | keystone_v3.revoke_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> duration | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.960164 Full duration: 17.789496 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | keystone_v3.add_role | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | keystone_v3.list_roles | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> duration | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.027559 Full duration: 17.719447 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.895 | 0.895 | 0.895 | 0.895 | 0.895 | 0.895 | 100.0% | 1 | | keystone_v3.list_projects | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> duration | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.010439 Full duration: 18.323305 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | keystone_v3.delete_role | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> duration | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.863153 Full duration: 16.067151 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.delete_service | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.823999 Full duration: 16.059219 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | keystone_v3.create_user | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | -> keystone_v3.add_role | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 0.175 | 100.0% | 1 | | keystone_v3.create_role | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | keystone_v3.get_project | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_user | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.get_role | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.list_services | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 0.186 | 100.0% | 1 | | keystone_v3.get_services | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | -> duration | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 2.847 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.847258 Full duration: 24.982464 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | keystone_v3.update_project | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | keystone_v3.delete_project | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | -> duration | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 1.246 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.246212 Full duration: 16.356511 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | total | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | -> duration | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.071165 Full duration: 18.417611 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | total | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> duration | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.005049 Full duration: 18.22542 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | keystone_v3.list_users | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 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.206652 Full duration: 18.439157 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a53e250e-ef90-4c1b-aa8a-36bc5f295f69 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.986 | 0.986 | 0.986 | 0.986 | 0.986 | 0.986 | 100.0% | 1 | | keystone_v3.create_users | 6.825 | 6.825 | 6.825 | 6.825 | 6.825 | 6.825 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.824 | 6.824 | 6.824 | 6.824 | 6.824 | 6.824 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 1.183 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 1.57 | 100.0% | 1 | | total | 9.145 | 9.145 | 9.145 | 9.145 | 9.145 | 9.145 | 100.0% | 1 | | -> duration | 9.145 | 9.145 | 9.145 | 9.145 | 9.145 | 9.145 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.145187 Full duration: 31.764972 HINTS: * To plot HTML graphics with this data, run: rally task report a53e250e-ef90-4c1b-aa8a-36bc5f295f69 --out output.html * To generate a JUnit report, run: rally task export a53e250e-ef90-4c1b-aa8a-36bc5f295f69 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a53e250e-ef90-4c1b-aa8a-36bc5f295f69 --json --out output.json 2018-08-23 08:55:39,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a53e250e-ef90-4c1b-aa8a-36bc5f295f69', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-23 08:55:41,754 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a53e250e-ef90-4c1b-aa8a-36bc5f295f69 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-23 08:55:41.647 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'a53e250e-ef90-4c1b-aa8a-36bc5f295f69'. 2018-08-23 08:55:41.657 7086 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:55:41,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a53e250e-ef90-4c1b-aa8a-36bc5f295f69', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-23 08:55:44,499 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a53e250e-ef90-4c1b-aa8a-36bc5f295f69 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-23 08:55:44.375 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'a53e250e-ef90-4c1b-aa8a-36bc5f295f69'. 2018-08-23 08:55:44.405 7089 INFO rally.api [-] The report has been successfully built. 2018-08-23 08:55:44,515 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-23 08:55:44,515 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-23 08:55:44,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-08-23 08:55:44,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 08:55:44,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 08:55:44,528 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 09:01:29,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f092350a-bfb5-4a26-a02c-1fdaf7b3544b 2018-08-23 09:01:29,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f092350a-bfb5-4a26-a02c-1fdaf7b3544b'] 2018-08-23 09:01:30,236 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f092350a-bfb5-4a26-a02c-1fdaf7b3544b -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.115 | 1.115 | 1.115 | 1.115 | 1.115 | 1.115 | 100.0% | 1 | | neutron.delete_network | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | total | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> duration | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.083138 Full duration: 18.506101 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.38 | 1.38 | 1.38 | 1.38 | 1.38 | 1.38 | 100.0% | 1 | | neutron.delete_port | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | total | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 100.0% | 1 | | -> duration | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 2.21 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.209736 Full duration: 29.933138 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.913 | 0.913 | 0.913 | 0.913 | 0.913 | 0.913 | 100.0% | 1 | | neutron.create_subnet | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 0.587 | 100.0% | 1 | | neutron.create_router | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | neutron.add_interface_router | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 1.917 | 100.0% | 1 | | neutron.remove_interface_router | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 100.0% | 1 | | neutron.delete_router | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | total | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> duration | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 5.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.587521 Full duration: 38.785171 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | neutron.delete_subnet | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 100.0% | 1 | | -> duration | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 1.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.99481 Full duration: 30.455391 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | neutron.list_networks | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | -> duration | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 1.447 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.447182 Full duration: 20.576133 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.409 | 1.409 | 1.409 | 1.409 | 1.409 | 1.409 | 100.0% | 1 | | neutron.list_ports | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> duration | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.486602 Full duration: 31.698706 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.create_subnet | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | neutron.create_router | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | neutron.add_interface_router | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | neutron.list_routers | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 0.352 | 100.0% | 1 | | total | 3.913 | 3.913 | 3.913 | 3.913 | 3.913 | 3.913 | 100.0% | 1 | | -> duration | 3.913 | 3.913 | 3.913 | 3.913 | 3.913 | 3.913 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.913024 Full duration: 42.529614 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | neutron.create_subnet | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 0.556 | 100.0% | 1 | | neutron.list_subnets | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 100.0% | 1 | | -> duration | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 1.558 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.557619 Full duration: 34.842538 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.121 | 1.121 | 1.121 | 1.121 | 1.121 | 1.121 | 100.0% | 1 | | neutron.delete_security_group | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | -> duration | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 1.269 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.26895 Full duration: 17.033373 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.create_security_group_rule | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | neutron.delete_security_group | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> duration | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 1.452 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.451686 Full duration: 16.9946 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f092350a-bfb5-4a26-a02c-1fdaf7b3544b 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.051 | 1.051 | 1.051 | 1.051 | 1.051 | 1.051 | 100.0% | 1 | | neutron.create_router | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | neutron.add_gateway_router | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 1.264 | 100.0% | 1 | | neutron.remove_gateway_router | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 1.24 | 100.0% | 1 | | total | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | -> duration | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 3.673 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.672708 Full duration: 29.967815 HINTS: * To plot HTML graphics with this data, run: rally task report f092350a-bfb5-4a26-a02c-1fdaf7b3544b --out output.html * To generate a JUnit report, run: rally task export f092350a-bfb5-4a26-a02c-1fdaf7b3544b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f092350a-bfb5-4a26-a02c-1fdaf7b3544b --json --out output.json 2018-08-23 09:01:30,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f092350a-bfb5-4a26-a02c-1fdaf7b3544b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-23 09:01:32,958 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f092350a-bfb5-4a26-a02c-1fdaf7b3544b --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-23 09:01:32.850 10384 INFO rally.api [-] Building 'json' report for the following task(s): 'f092350a-bfb5-4a26-a02c-1fdaf7b3544b'. 2018-08-23 09:01:32.862 10384 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:01:32,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f092350a-bfb5-4a26-a02c-1fdaf7b3544b', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-23 09:01:35,595 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f092350a-bfb5-4a26-a02c-1fdaf7b3544b --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-23 09:01:35.470 10387 INFO rally.api [-] Building 'html' report for the following task(s): 'f092350a-bfb5-4a26-a02c-1fdaf7b3544b'. 2018-08-23 09:01:35.500 10387 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:01:35,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-23 09:01:35,612 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-23 09:01:35,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-23 09:01:35,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 09:01:35,623 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 09:01:35,623 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 09:02:49,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e33722ed-89e7-4b09-9797-cc4b82f04405 2018-08-23 09:02:49,607 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e33722ed-89e7-4b09-9797-cc4b82f04405'] 2018-08-23 09:02:50,394 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e33722ed-89e7-4b09-9797-cc4b82f04405 -------------------------------------------------------------------------------- Task e33722ed-89e7-4b09-9797-cc4b82f04405: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08" }, "image": { "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08" }, "nics": [ { "net-id": "571ac6c7-8040-4599-be94-736d5ed78533" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e33722ed-89e7-4b09-9797-cc4b82f04405 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.32 | 10.32 | 10.32 | 10.32 | 10.32 | 10.32 | 100.0% | 1 | | nova.live_migrate | 10.265 | 10.265 | 10.265 | 10.265 | 10.265 | 10.265 | 0.0% | 1 | | total | 20.585 | 20.585 | 20.585 | 20.585 | 20.585 | 20.585 | 0.0% | 1 | | -> duration | 19.585 | 19.585 | 19.585 | 19.585 | 19.585 | 19.585 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.585434 Full duration: 38.03969 HINTS: * To plot HTML graphics with this data, run: rally task report e33722ed-89e7-4b09-9797-cc4b82f04405 --out output.html * To generate a JUnit report, run: rally task export e33722ed-89e7-4b09-9797-cc4b82f04405 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e33722ed-89e7-4b09-9797-cc4b82f04405 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-23 09:02:50,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e33722ed-89e7-4b09-9797-cc4b82f04405', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-23 09:02:52,966 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e33722ed-89e7-4b09-9797-cc4b82f04405 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-23 09:02:52.868 10622 INFO rally.api [-] Building 'json' report for the following task(s): 'e33722ed-89e7-4b09-9797-cc4b82f04405'. 2018-08-23 09:02:52.870 10622 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:02:52,966 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e33722ed-89e7-4b09-9797-cc4b82f04405', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-23 09:02:55,462 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e33722ed-89e7-4b09-9797-cc4b82f04405 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-23 09:02:55.351 10625 INFO rally.api [-] Building 'html' report for the following task(s): 'e33722ed-89e7-4b09-9797-cc4b82f04405'. 2018-08-23 09:02:55.368 10625 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:02:55,464 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-23 09:02:55,464 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-23 09:02:55,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-08-23 09:02:55,465 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-23 09:02:55,476 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-23 09:02:55,477 - 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': '571ac6c7-8040-4599-be94-736d5ed78533', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'flavor_name': 'rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', '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_cf93d7a6-39ac-4ac1-b0b1-02004c82df08', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-08-23 09:03:59,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 24d4a832-04d0-4f1f-bb04-2e29bc78e106 2018-08-23 09:03:59,488 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '24d4a832-04d0-4f1f-bb04-2e29bc78e106'] 2018-08-23 09:04:00,477 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 24d4a832-04d0-4f1f-bb04-2e29bc78e106 -------------------------------------------------------------------------------- Task 24d4a832-04d0-4f1f-bb04-2e29bc78e106: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24d4a832-04d0-4f1f-bb04-2e29bc78e106 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | quotas.delete_quotas | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> duration | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.082815 Full duration: 11.178515 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24d4a832-04d0-4f1f-bb04-2e29bc78e106 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.802 | 0.802 | 0.802 | 0.802 | 0.802 | 0.802 | 100.0% | 1 | | total | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> duration | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80255 Full duration: 10.962217 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24d4a832-04d0-4f1f-bb04-2e29bc78e106 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.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> duration | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 0.824 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.82355 Full duration: 11.004091 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 24d4a832-04d0-4f1f-bb04-2e29bc78e106 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.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | total | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> duration | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.150875 Full duration: 10.749303 HINTS: * To plot HTML graphics with this data, run: rally task report 24d4a832-04d0-4f1f-bb04-2e29bc78e106 --out output.html * To generate a JUnit report, run: rally task export 24d4a832-04d0-4f1f-bb04-2e29bc78e106 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 24d4a832-04d0-4f1f-bb04-2e29bc78e106 --json --out output.json 2018-08-23 09:04:00,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '24d4a832-04d0-4f1f-bb04-2e29bc78e106', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-23 09:04:03,072 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 24d4a832-04d0-4f1f-bb04-2e29bc78e106 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-23 09:04:02.974 11138 INFO rally.api [-] Building 'json' report for the following task(s): '24d4a832-04d0-4f1f-bb04-2e29bc78e106'. 2018-08-23 09:04:02.978 11138 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:04:03,073 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '24d4a832-04d0-4f1f-bb04-2e29bc78e106', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-23 09:04:05,669 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 24d4a832-04d0-4f1f-bb04-2e29bc78e106 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-23 09:04:05.555 11141 INFO rally.api [-] Building 'html' report for the following task(s): '24d4a832-04d0-4f1f-bb04-2e29bc78e106'. 2018-08-23 09:04:05.575 11141 INFO rally.api [-] The report has been successfully built. 2018-08-23 09:04:05,675 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-23 09:04:05,678 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:59 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:59 | 10 | 100.00% | | gnocchi | 01:46 | 11 | 100.00% | | heat | 01:17 | 4 | 100.00% | | keystone | 03:34 | 11 | 100.00% | | neutron | 05:11 | 11 | 100.00% | | nova | 00:38 | 1 | 0.00% | | quotas | 00:43 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:32 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-23 09:04:05,679 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-23 09:04:05,803 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 09:04:05,803 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:51 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-23 09:04:05,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:04:05,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:06,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d96d8a88-5f07-4225-a5be-8a9eae3c31c4 x-compute-request-id: req-d96d8a88-5f07-4225-a5be-8a9eae3c31c4 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8a0249bc-7638-487d-a7a3-1abcbb8761fe"}, {"name": "rally_sanity-flavor_alt_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b54f67dd-2af5-4707-b6a7-e2be48384233"}]} 2018-08-23 09:04:06,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d96d8a88-5f07-4225-a5be-8a9eae3c31c4 2018-08-23 09:04:06,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.310396909714s 2018-08-23 09:04:06,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d96d8a88-5f07-4225-a5be-8a9eae3c31c4 2018-08-23 09:04:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:04:06,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:06,156 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:04: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-864de1ce-95b6-4a44-a453-9a575418f98a x-compute-request-id: req-864de1ce-95b6-4a44-a453-9a575418f98a Content-Length: 0 Content-Type: application/json 2018-08-23 09:04:06,156 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233 used request id req-864de1ce-95b6-4a44-a453-9a575418f98a 2018-08-23 09:04:06,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0333080291748s 2018-08-23 09:04:06,156 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b54f67dd-2af5-4707-b6a7-e2be48384233 used request id req-864de1ce-95b6-4a44-a453-9a575418f98a 2018-08-23 09:04:06,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 09:04:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" -d '{"subnet_id": "954b8513-eede-428a-bc9b-6f5671643584"}' 2018-08-23 09:04:08,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0ff600e0-8acb-4cb6-810b-433556ef7946 Date: Thu, 23 Aug 2018 09:04:08 GMT RESP BODY: {"network_id": "571ac6c7-8040-4599-be94-736d5ed78533", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "subnet_id": "954b8513-eede-428a-bc9b-6f5671643584", "subnet_ids": ["954b8513-eede-428a-bc9b-6f5671643584"], "port_id": "b89fd9a3-4470-4e2c-a579-98eaa757f995", "id": "1d1915cf-5831-4ad9-bc98-3c24c2a6aec3"} 2018-08-23 09:04:08,023 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/remove_router_interface.json used request id req-0ff600e0-8acb-4cb6-810b-433556ef7946 2018-08-23 09:04:08,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86649799347s 2018-08-23 09:04:08,024 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3/remove_router_interface.json used request id req-0ff600e0-8acb-4cb6-810b-433556ef7946 returning object 1d1915cf-5831-4ad9-bc98-3c24c2a6aec3 2018-08-23 09:04:08,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 09:04:08,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:08,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-826e9033-8c7c-44a9-ba14-0d5bcbac567c Date: Thu, 23 Aug 2018 09:04:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "created_at": "2018-08-23T08:40:17Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:04:07Z", "revision_number": 4, "routes": [], "project_id": "a34ab82b2a0f4c959194f45a2b14634a", "id": "1d1915cf-5831-4ad9-bc98-3c24c2a6aec3", "name": "rally_sanity-router_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}]} 2018-08-23 09:04:08,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-826e9033-8c7c-44a9-ba14-0d5bcbac567c 2018-08-23 09:04:08,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11115193367s 2018-08-23 09:04:08,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-826e9033-8c7c-44a9-ba14-0d5bcbac567c 2018-08-23 09:04:08,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 09:04:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:09,646 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e71eee6-8733-48db-9d00-aaf1daf1f16d Content-Length: 0 Date: Thu, 23 Aug 2018 09:04:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:04:09,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3.json used request id req-4e71eee6-8733-48db-9d00-aaf1daf1f16d 2018-08-23 09:04:09,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50908994675s 2018-08-23 09:04:09,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1d1915cf-5831-4ad9-bc98-3c24c2a6aec3.json used request id req-4e71eee6-8733-48db-9d00-aaf1daf1f16d 2018-08-23 09:04:09,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 09:04:09,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:09,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-79cedcd5-b202-40f8-8ce7-2e371bed61e7 Date: Thu, 23 Aug 2018 09:04:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571ac6c7-8040-4599-be94-736d5ed78533","tenant_id":"a34ab82b2a0f4c959194f45a2b14634a","created_at":"2018-08-23T08:40:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T08:40:16Z","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":"a34ab82b2a0f4c959194f45a2b14634a","id":"954b8513-eede-428a-bc9b-6f5671643584","subnetpool_id":null,"name":"rally_sanity-subnet_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 09:04:09,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79cedcd5-b202-40f8-8ce7-2e371bed61e7 2018-08-23 09:04:09,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0473189353943s 2018-08-23 09:04:09,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79cedcd5-b202-40f8-8ce7-2e371bed61e7 2018-08-23 09:04:09,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 09:04:09,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/954b8513-eede-428a-bc9b-6f5671643584.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:10,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9415dd01-7806-4d7a-84c4-2f406325204a Date: Thu, 23 Aug 2018 09:04:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:04:10,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/954b8513-eede-428a-bc9b-6f5671643584.json used request id req-9415dd01-7806-4d7a-84c4-2f406325204a 2018-08-23 09:04:10,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08881998062s 2018-08-23 09:04:10,785 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/954b8513-eede-428a-bc9b-6f5671643584.json used request id req-9415dd01-7806-4d7a-84c4-2f406325204a 2018-08-23 09:04:10,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:04:10,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:10,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-86e4e0ad-ae0c-4de0-873b-e4e2231a9c2e Date: Thu, 23 Aug 2018 09:04:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"571ac6c7-8040-4599-be94-736d5ed78533","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"a34ab82b2a0f4c959194f45a2b14634a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:04:10Z","provider:segmentation_id":37,"name":"rally_sanity-net_cf93d7a6-39ac-4ac1-b0b1-02004c82df08","admin_state_up":true,"tenant_id":"a34ab82b2a0f4c959194f45a2b14634a","created_at":"2018-08-23T08:40:15Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:04:10,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86e4e0ad-ae0c-4de0-873b-e4e2231a9c2e 2018-08-23 09:04:10,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0919559001923s 2018-08-23 09:04:10,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86e4e0ad-ae0c-4de0-873b-e4e2231a9c2e 2018-08-23 09:04:10,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 09:04:10,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/571ac6c7-8040-4599-be94-736d5ed78533.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:12,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-703687a9-8360-406b-a15b-2e29224be749 Date: Thu, 23 Aug 2018 09:04:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:04:12,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/571ac6c7-8040-4599-be94-736d5ed78533.json used request id req-703687a9-8360-406b-a15b-2e29224be749 2018-08-23 09:04:12,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84710288048s 2018-08-23 09:04:12,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/571ac6c7-8040-4599-be94-736d5ed78533.json used request id req-703687a9-8360-406b-a15b-2e29224be749 2018-08-23 09:04:12,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:04:12,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:13,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-e456f259-19f2-4443-8289-41d55f368886 Date: Thu, 23 Aug 2018 09:04:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T08:40:21Z", "file": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/file", "owner": "a34ab82b2a0f4c959194f45a2b14634a", "id": "764a0c40-e190-4479-822d-45ad1dfbd0ff", "size": 12716032, "self": "/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/764a0c40-e190-4479-822d-45ad1dfbd0ff/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T08:40:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:04:13,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e456f259-19f2-4443-8289-41d55f368886 2018-08-23 09:04:13,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303672075272s 2018-08-23 09:04:13,036 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e456f259-19f2-4443-8289-41d55f368886 2018-08-23 09:04:13,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:04:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}38b3fd283f91bd9e0e1555443ea04920cef33aff" 2018-08-23 09:04:14,257 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b65a52a2-e08e-4af2-822c-1ff9c39db92e Date: Thu, 23 Aug 2018 09:04:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:04:14,258 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff used request id req-b65a52a2-e08e-4af2-822c-1ff9c39db92e 2018-08-23 09:04:14,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21985816956s 2018-08-23 09:04:14,258 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/764a0c40-e190-4479-822d-45ad1dfbd0ff used request id req-b65a52a2-e08e-4af2-822c-1ff9c39db92e 2018-08-23 09:04:14,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:04:14,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:14,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16bad4e1-3304-484a-be61-03da40379ec8 x-compute-request-id: req-16bad4e1-3304-484a-be61-03da40379ec8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "8a0249bc-7638-487d-a7a3-1abcbb8761fe"}]} 2018-08-23 09:04:14,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-16bad4e1-3304-484a-be61-03da40379ec8 2018-08-23 09:04:14,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230090618134s 2018-08-23 09:04:14,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-16bad4e1-3304-484a-be61-03da40379ec8 2018-08-23 09:04:14,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:04:14,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:14,321 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:04:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67e56835-b5e3-4551-85d5-09665ab51308 x-compute-request-id: req-67e56835-b5e3-4551-85d5-09665ab51308 Content-Length: 0 Content-Type: application/json 2018-08-23 09:04:14,321 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe used request id req-67e56835-b5e3-4551-85d5-09665ab51308 2018-08-23 09:04:14,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0374200344086s 2018-08-23 09:04:14,322 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8a0249bc-7638-487d-a7a3-1abcbb8761fe used request id req-67e56835-b5e3-4551-85d5-09665ab51308 2018-08-23 09:04:14,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:04:14,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:14,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5cb52c-99e9-4899-bfbc-3b005ef817d2 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": {"self": "http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2c481475ddd447238c15184316b349dd", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:04:14,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7e5cb52c-99e9-4899-bfbc-3b005ef817d2 2018-08-23 09:04:14,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212471008301s 2018-08-23 09:04:14,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7e5cb52c-99e9-4899-bfbc-3b005ef817d2 2018-08-23 09:04:14,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:04:14,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:14,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94743440-ec02-4ec4-b292-347fcb72b0f7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_cf93d7a6-39ac-4ac1-b0b1-02004c82df08", "links": {"self": "http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2c481475ddd447238c15184316b349dd", "description": null}} 2018-08-23 09:04:14,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd used request id req-94743440-ec02-4ec4-b292-347fcb72b0f7 2018-08-23 09:04:14,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198508024216s 2018-08-23 09:04:14,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd used request id req-94743440-ec02-4ec4-b292-347fcb72b0f7 2018-08-23 09:04:14,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 09:04:14,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:15,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:04:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0764e79c-f265-4dec-be01-e8b3292c925d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:04:15,013 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd used request id req-0764e79c-f265-4dec-be01-e8b3292c925d 2018-08-23 09:04:15,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.271948099136s 2018-08-23 09:04:15,013 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2c481475ddd447238c15184316b349dd used request id req-0764e79c-f265-4dec-be01-e8b3292c925d 2018-08-23 09:04:15,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:04:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:15,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebcf2381-9baa-46e7-8058-01609ea0092a Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a"}, "tags": [], "enabled": true, "id": "a34ab82b2a0f4c959194f45a2b14634a", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_cf93d7a6-39ac-4ac1-b0b1-02004c82df08"}]} 2018-08-23 09:04:15,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ebcf2381-9baa-46e7-8058-01609ea0092a 2018-08-23 09:04:15,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199537038803s 2018-08-23 09:04:15,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ebcf2381-9baa-46e7-8058-01609ea0092a 2018-08-23 09:04:15,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 09:04:15,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4029341629adcb96a69849c864118d4b64b74b76" 2018-08-23 09:04:15,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:04:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e21b52ba-ef1f-4b91-ba6e-aca55799ab59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:04:15,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a used request id req-e21b52ba-ef1f-4b91-ba6e-aca55799ab59 2018-08-23 09:04:15,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.258352994919s 2018-08-23 09:04:15,482 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a34ab82b2a0f4c959194f45a2b14634a used request id req-e21b52ba-ef1f-4b91-ba6e-aca55799ab59 2018-08-23 09:04:15,483 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-23 09:04:15,540 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-23 09:04:15,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:04:15,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:04:15,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:04:15,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:04:15,585 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:04:15,586 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:04:15,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:04:15,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87432035-7835-4495-8166-d31273b244ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:04:15,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-87432035-7835-4495-8166-d31273b244ab 2018-08-23 09:04:15,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:04:15,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["NlJ4Etp7R3amUN4dH-0JlA"], "issued_at": "2018-08-23T09:04:15.000000Z"}} 2018-08-23 09:04:15,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:04:15,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:16,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d8a886c9-ff44-4fe5-9c94-e31938b6122f Date: Thu, 23 Aug 2018 09:04:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:04:16,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d8a886c9-ff44-4fe5-9c94-e31938b6122f 2018-08-23 09:04:16,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2624771595s 2018-08-23 09:04:16,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d8a886c9-ff44-4fe5-9c94-e31938b6122f 2018-08-23 09:04:16,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 09:04:19,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 09:04:21,962 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 4ff25857-b35b-4a40-872b-be18d5a6a768 | 2018-08-23T09:04:21.531992 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 4ff25857-b35b-4a40-872b-be18d5a6a768 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 09:04:25,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 09:04:25,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 09:04:28,561 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 09:04:32,071 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=4f2ac943-1189-4375-9c3f-a3163f4d1db9) as the default verifier for the future CLI operations. 2018-08-23 09:04:35,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 09:04:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:35,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-7b817cee-ffa1-4f77-b1b6-9052b329b1fb Date: Thu, 23 Aug 2018 09:04:35 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 09:04:35,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7b817cee-ffa1-4f77-b1b6-9052b329b1fb 2018-08-23 09:04:35,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.286128997803s 2018-08-23 09:04:35,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7b817cee-ffa1-4f77-b1b6-9052b329b1fb 2018-08-23 09:04:35,789 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-23 09:04:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 09:04:35,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"network": {"shared": true, "name": "refstack_defcore-net_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "admin_state_up": true}}' 2018-08-23 09:04:36,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-4d9e569a-cd6e-4248-b8c6-9202a7f6a0d3 Date: Thu, 23 Aug 2018 09:04:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1065a7aa-5f9e-498a-b292-f8581f9e7a3c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:04:35Z","is_default":false,"provider:segmentation_id":30,"name":"refstack_defcore-net_c14aa1e7-7f61-46f7-a45c-e0563579ae21","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:04:35Z","mtu":1450}} 2018-08-23 09:04:36,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d9e569a-cd6e-4248-b8c6-9202a7f6a0d3 2018-08-23 09:04:36,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.34082198143s 2018-08-23 09:04:36,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d9e569a-cd6e-4248-b8c6-9202a7f6a0d3 2018-08-23 09:04:36,132 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T09:04:35Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1065a7aa-5f9e-498a-b292-f8581f9e7a3c', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:04:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 09:04:36,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:04:36,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:36,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-d4c7ed47-af64-4d35-ac8e-e853e21dde10 Date: Thu, 23 Aug 2018 09:04:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"1065a7aa-5f9e-498a-b292-f8581f9e7a3c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:04:35Z","provider:segmentation_id":30,"name":"refstack_defcore-net_c14aa1e7-7f61-46f7-a45c-e0563579ae21","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:04:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:04:36,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d4c7ed47-af64-4d35-ac8e-e853e21dde10 2018-08-23 09:04:36,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315918922424s 2018-08-23 09:04:36,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d4c7ed47-af64-4d35-ac8e-e853e21dde10 2018-08-23 09:04:36,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 09:04:36,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"subnet": {"name": "refstack_defcore-subnet_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "enable_dhcp": true, "network_id": "1065a7aa-5f9e-498a-b292-f8581f9e7a3c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 09:04:36,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a6b55c3a-9fe8-4b50-9297-cfc56ff49c04 Date: Thu, 23 Aug 2018 09:04:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1065a7aa-5f9e-498a-b292-f8581f9e7a3c","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:04:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:04:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"b5d41873-af57-4369-8351-9f393fad573a","subnetpool_id":null,"name":"refstack_defcore-subnet_c14aa1e7-7f61-46f7-a45c-e0563579ae21"}} 2018-08-23 09:04:36,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a6b55c3a-9fe8-4b50-9297-cfc56ff49c04 2018-08-23 09:04:36,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.398118019104s 2018-08-23 09:04:36,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a6b55c3a-9fe8-4b50-9297-cfc56ff49c04 2018-08-23 09:04:36,850 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T09:04:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b5d41873-af57-4369-8351-9f393fad573a', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'enable_dhcp': True, u'network_id': u'1065a7aa-5f9e-498a-b292-f8581f9e7a3c', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:04:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 09:04:36,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 09:04:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "refstack_defcore-router_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "admin_state_up": true}}' 2018-08-23 09:04:37,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9d21d7ee-b4d6-488b-be32-5c9f355b8e2b Date: Thu, 23 Aug 2018 09:04:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T09:04:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:04:37Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "a3830c15-4e2b-415c-bab4-c5b688bac04f", "name": "refstack_defcore-router_c14aa1e7-7f61-46f7-a45c-e0563579ae21"}} 2018-08-23 09:04:37,876 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d21d7ee-b4d6-488b-be32-5c9f355b8e2b 2018-08-23 09:04:37,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02540588379s 2018-08-23 09:04:37,876 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d21d7ee-b4d6-488b-be32-5c9f355b8e2b 2018-08-23 09:04:37,877 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:04:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T09:04:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'a3830c15-4e2b-415c-bab4-c5b688bac04f', u'name': u'refstack_defcore-router_c14aa1e7-7f61-46f7-a45c-e0563579ae21'}) 2018-08-23 09:04:37,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 09:04:37,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"subnet_id": "b5d41873-af57-4369-8351-9f393fad573a"}' 2018-08-23 09:04:39,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-52ff01a2-29f3-46a4-8c54-8c70d7d59597 Date: Thu, 23 Aug 2018 09:04:39 GMT RESP BODY: {"network_id": "1065a7aa-5f9e-498a-b292-f8581f9e7a3c", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "b5d41873-af57-4369-8351-9f393fad573a", "subnet_ids": ["b5d41873-af57-4369-8351-9f393fad573a"], "port_id": "00c30566-a796-464e-9385-123e055355fb", "id": "a3830c15-4e2b-415c-bab4-c5b688bac04f"} 2018-08-23 09:04:39,770 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/add_router_interface.json used request id req-52ff01a2-29f3-46a4-8c54-8c70d7d59597 2018-08-23 09:04:39,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.8929669857s 2018-08-23 09:04:39,771 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/add_router_interface.json used request id req-52ff01a2-29f3-46a4-8c54-8c70d7d59597 returning object a3830c15-4e2b-415c-bab4-c5b688bac04f 2018-08-23 09:04:39,771 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 09:04:39,903 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 09:04:39,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:04:39,910 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 09:04:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 09:04:39,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:04:39,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:40,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5e36a633-2c69-4c52-94c4-a20154abf812 Date: Thu, 23 Aug 2018 09:04:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:04:40,217 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5e36a633-2c69-4c52-94c4-a20154abf812 2018-08-23 09:04:40,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302884101868s 2018-08-23 09:04:40,218 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5e36a633-2c69-4c52-94c4-a20154abf812 2018-08-23 09:04:40,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:04:40,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21"}' 2018-08-23 09:04:40,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4e8b085b-e9c8-4ce2-931d-df62c3fe21e8 Date: Thu, 23 Aug 2018 09:04:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:40Z", "file": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "size": null, "self": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": null, "created_at": "2018-08-23T09:04:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:04:40,287 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4e8b085b-e9c8-4ce2-931d-df62c3fe21e8 2018-08-23 09:04:40,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0606989860535s 2018-08-23 09:04:40,287 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4e8b085b-e9c8-4ce2-931d-df62c3fe21e8 returning object e83d3e56-04cf-4255-9a79-f8c15dc3d1ba 2018-08-23 09:04:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:04:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '' 2018-08-23 09:04:40,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb7798e2-3876-4d8b-aaba-7791cd9dce54 Date: Thu, 23 Aug 2018 09:04:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:04:40,828 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file used request id req-eb7798e2-3876-4d8b-aaba-7791cd9dce54 2018-08-23 09:04:40,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.540069103241s 2018-08-23 09:04:40,828 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file used request id req-eb7798e2-3876-4d8b-aaba-7791cd9dce54 2018-08-23 09:04:40,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:04:40,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:40,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-08f1bc0b-b3b7-4eb3-b87a-e64fbf769680 Date: Thu, 23 Aug 2018 09:04:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:40Z", "file": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "size": 12716032, "self": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:04:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:04:40,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-08f1bc0b-b3b7-4eb3-b87a-e64fbf769680 2018-08-23 09:04:40,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0225670337677s 2018-08-23 09:04:40,853 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-08f1bc0b-b3b7-4eb3-b87a-e64fbf769680 2018-08-23 09:04:40,854 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'e83d3e56-04cf-4255-9a79-f8c15dc3d1ba', 'size': 12716032, u'self': u'/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:04:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T09:04:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21', 'created': u'2018-08-23T09:04:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T09:04:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:04:40,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:04:40,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 09:04:41,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-6860179e-6981-4ddf-afe0-109b300248de x-compute-request-id: req-6860179e-6981-4ddf-afe0-109b300248de Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b19de57a-b94b-4431-b73b-ca403c4be037"}} 2018-08-23 09:04:41,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6860179e-6981-4ddf-afe0-109b300248de 2018-08-23 09:04:41,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.303212881088s 2018-08-23 09:04:41,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6860179e-6981-4ddf-afe0-109b300248de 2018-08-23 09:04:41,158 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_c14aa1e7-7f61-46f7-a45c-e0563579ae21', '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'75a5557001334edf9fd80cd1c711e2ec', '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'b19de57a-b94b-4431-b73b-ca403c4be037', 'swap': 0}) 2018-08-23 09:04:41,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:04:41,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"extra_specs": {}}' 2018-08-23 09:04:41,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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 x-openstack-request-id: req-f9719cc6-ea52-4750-af4f-4ff65cc6e1b9 x-compute-request-id: req-f9719cc6-ea52-4750-af4f-4ff65cc6e1b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:04:41,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037/os-extra_specs used request id req-f9719cc6-ea52-4750-af4f-4ff65cc6e1b9 2018-08-23 09:04:41,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0169630050659s 2018-08-23 09:04:41,176 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037/os-extra_specs used request id req-f9719cc6-ea52-4750-af4f-4ff65cc6e1b9 2018-08-23 09:04:41,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:04:41,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 09:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c35def33-a61b-44d5-9964-4abc12691e93 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 09:04:41,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-c35def33-a61b-44d5-9964-4abc12691e93 2018-08-23 09:04:41,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:04:41,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:41,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e175996a-4821-4349-a81b-1d298691e7ca Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:04:41,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e175996a-4821-4349-a81b-1d298691e7ca 2018-08-23 09:04:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180942058563s 2018-08-23 09:04:41,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e175996a-4821-4349-a81b-1d298691e7ca 2018-08-23 09:04:41,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:04:41,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:41,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbd3e90-9319-461c-86a9-0e18201a75f7 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:04:41,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dbbd3e90-9319-461c-86a9-0e18201a75f7 2018-08-23 09:04:41,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176420927048s 2018-08-23 09:04:41,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dbbd3e90-9319-461c-86a9-0e18201a75f7 2018-08-23 09:04:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 09:04:41,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:41,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-56f2c7e4-da98-4ada-a08d-7a7aec092810 x-compute-request-id: req-56f2c7e4-da98-4ada-a08d-7a7aec092810 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 09:04:41,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-56f2c7e4-da98-4ada-a08d-7a7aec092810 2018-08-23 09:04:41,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0344228744507s 2018-08-23 09:04:41,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-56f2c7e4-da98-4ada-a08d-7a7aec092810 2018-08-23 09:04:41,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:04:41,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:41,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-9b78ce6b-8fa4-4bbb-9b29-b6774c74f490 Date: Thu, 23 Aug 2018 09:04:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:40Z", "file": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "size": 12716032, "self": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:04:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:04:41,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9b78ce6b-8fa4-4bbb-9b29-b6774c74f490 2018-08-23 09:04:41,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0217518806458s 2018-08-23 09:04:41,622 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9b78ce6b-8fa4-4bbb-9b29-b6774c74f490 2018-08-23 09:04:41,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:04:41,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21"}' 2018-08-23 09:04:41,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a60375be-307d-4d58-91bd-b8b11f575047 Date: Thu, 23 Aug 2018 09:04:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:41Z", "file": "/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "af1611e7-ac89-475d-bfa0-9b36f72c25ed", "size": null, "self": "/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": null, "created_at": "2018-08-23T09:04:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:04:41,964 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a60375be-307d-4d58-91bd-b8b11f575047 2018-08-23 09:04:41,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.336265087128s 2018-08-23 09:04:41,964 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a60375be-307d-4d58-91bd-b8b11f575047 returning object af1611e7-ac89-475d-bfa0-9b36f72c25ed 2018-08-23 09:04:41,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:04:41,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '' 2018-08-23 09:04:42,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f285c3-5377-4507-88ce-a5d580ee7999 Date: Thu, 23 Aug 2018 09:04:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:04:42,974 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file used request id req-d6f285c3-5377-4507-88ce-a5d580ee7999 2018-08-23 09:04:42,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.00897693634s 2018-08-23 09:04:42,974 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file used request id req-d6f285c3-5377-4507-88ce-a5d580ee7999 2018-08-23 09:04:42,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:04:42,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:04:43,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-e542b714-f0cf-4e22-b2f6-5ef0f7f68ebc Date: Thu, 23 Aug 2018 09:04:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:42Z", "file": "/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "af1611e7-ac89-475d-bfa0-9b36f72c25ed", "size": 12716032, "self": "/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:04:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:40Z", "file": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "size": 12716032, "self": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:04:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:04:43,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e542b714-f0cf-4e22-b2f6-5ef0f7f68ebc 2018-08-23 09:04:43,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274379253387s 2018-08-23 09:04:43,006 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e542b714-f0cf-4e22-b2f6-5ef0f7f68ebc 2018-08-23 09:04:43,009 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/snap', u'metadata': Munch({})})], 'file': u'/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'af1611e7-ac89-475d-bfa0-9b36f72c25ed', 'size': 12716032, u'self': u'/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:04:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T09:04:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', 'created': u'2018-08-23T09:04:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T09:04:41Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:04:43,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:04:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 09:04:43,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04: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-504014d7-c9c1-4645-90b6-9ca59382dca6 x-compute-request-id: req-504014d7-c9c1-4645-90b6-9ca59382dca6 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e7205336-55b6-4fa8-aa68-172dbc6aa189"}} 2018-08-23 09:04:43,066 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-504014d7-c9c1-4645-90b6-9ca59382dca6 2018-08-23 09:04:43,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0567569732666s 2018-08-23 09:04:43,067 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-504014d7-c9c1-4645-90b6-9ca59382dca6 2018-08-23 09:04:43,067 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', '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'75a5557001334edf9fd80cd1c711e2ec', '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'e7205336-55b6-4fa8-aa68-172dbc6aa189', 'swap': 0}) 2018-08-23 09:04:43,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:04:43,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"extra_specs": {}}' 2018-08-23 09:04:43,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:04: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-cb28d83a-21e0-4758-8709-fb5d71c28548 x-compute-request-id: req-cb28d83a-21e0-4758-8709-fb5d71c28548 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:04:43,090 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189/os-extra_specs used request id req-cb28d83a-21e0-4758-8709-fb5d71c28548 2018-08-23 09:04:43,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219449996948s 2018-08-23 09:04:43,090 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189/os-extra_specs used request id req-cb28d83a-21e0-4758-8709-fb5d71c28548 2018-08-23 09:04:43,091 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21', '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'75a5557001334edf9fd80cd1c711e2ec', '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'e7205336-55b6-4fa8-aa68-172dbc6aa189', 'swap': 0}) 2018-08-23 09:04:46,975 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-23 09:04:46,976 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-23 09:04:46,976 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-23 09:04:46,978 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-23 09:04:51,444 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-23 09:04:51,445 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-23 09:04:51,446 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-23 09:04:51,447 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-23 09:04:51,448 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-23 09:04:51,449 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-23 09:04:51,450 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-23 09:04:51,451 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-23 09:04:51,451 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-23 09:04:51,451 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-23 09:04:51,451 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-23 09:04:51,451 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-23 09:04:51,452 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-23 09:04:51,452 - 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']'. 2018-08-23 09:05:05,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:05.570 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.767s] 2018-08-23 09:05:05,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:05.637 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.068s] 2018-08-23 09:05:05,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:05.851 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.512s] 2018-08-23 09:05:05,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:05.907 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.815s] 2018-08-23 09:05:06,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:06.016 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-23 09:05:11,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:11.416 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.971s] 2018-08-23 09:05:12,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:12.213 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [6.362s] 2018-08-23 09:05:14,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:14.788 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.572s] 2018-08-23 09:05:17,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:17.155 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.368s] 2018-08-23 09:05:18,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:18.987 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.909s] 2018-08-23 09:05:19,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:19.102 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [5.492s] 2018-08-23 09:05:20,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:20.109 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [1.122s] 2018-08-23 09:05:20,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:20.422 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.012s] 2018-08-23 09:05:21,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:21.232 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [4.075s] 2018-08-23 09:05:21,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:21.265 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.163s] 2018-08-23 09:05:21,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:21.441 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [1.018s] 2018-08-23 09:05:21,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:21.521 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.080s] 2018-08-23 09:05:21,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:21.590 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.068s] 2018-08-23 09:05:22,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:22.894 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [1.305s] 2018-08-23 09:05:24,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:24.529 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [1.633s] 2018-08-23 09:05:24,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:24.888 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.655s] 2018-08-23 09:05:25,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:25.874 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [1.345s] 2018-08-23 09:05:25,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:25.954 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.079s] 2018-08-23 09:05:26,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:26.023 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.068s] 2018-08-23 09:05:26,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:26.071 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [5.961s] 2018-08-23 09:05:26,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:26.078 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-08-23 09:05:26,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:26.115 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.093s] 2018-08-23 09:05:26,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:26.121 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.043s] 2018-08-23 09:05:27,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:27.948 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [3.060s] 2018-08-23 09:05:28,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:28.924 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.977s] 2018-08-23 09:05:29,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:29.019 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.095s] 2018-08-23 09:05:29,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:29.106 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.086s] 2018-08-23 09:05:29,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:29.179 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.073s] 2018-08-23 09:05:30,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:30.055 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.101s] 2018-08-23 09:05:30,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:30.097 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [8.213s] 2018-08-23 09:05:36,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:36.977 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.996s] 2018-08-23 09:05:37,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:37.097 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [7.040s] 2018-08-23 09:05:37,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:37.598 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.620s] 2018-08-23 09:05:38,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:38.036 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.438s] 2018-08-23 09:05:38,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:38.931 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.895s] 2018-08-23 09:05:40,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:40.028 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.096s] 2018-08-23 09:05:40,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:40.126 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [33.653s] 2018-08-23 09:05:40,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:40.534 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.433s] 2018-08-23 09:05:40,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:40.919 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.890s] 2018-08-23 09:05:42,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:42.750 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.217s] 2018-08-23 09:05:42,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:42.804 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.054s] 2018-08-23 09:05:42,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:42.890 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [4.333s] 2018-08-23 09:05:46,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:46.124 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [3.233s] 2018-08-23 09:05:48,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:48.692 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [4.375s] 2018-08-23 09:05:49,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:49.381 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [3.256s] 2018-08-23 09:05:49,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:49.811 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [12.581s] 2018-08-23 09:05:50,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.257 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [38.833s] 2018-08-23 09:05:50,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.303 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.157s] 2018-08-23 09:05:50,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.534 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.230s] 2018-08-23 09:05:50,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.811 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.276s] 2018-08-23 09:05:50,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.823 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-08-23 09:05:50,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.835 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-08-23 09:05:50,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:50.919 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.084s] 2018-08-23 09:05:51,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.025 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.105s] 2018-08-23 09:05:51,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.146 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.120s] 2018-08-23 09:05:51,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.803 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.657s] 2018-08-23 09:05:51,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.823 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.020s] 2018-08-23 09:05:51,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.924 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.101s] 2018-08-23 09:05:51,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:51.971 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.742s] 2018-08-23 09:05:52,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:52.451 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.642s] 2018-08-23 09:05:52,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:52.538 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.566s] 2018-08-23 09:05:53,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:53.362 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [3.981s] 2018-08-23 09:05:53,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:53.464 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.925s] 2018-08-23 09:05:54,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:54.046 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.582s] 2018-08-23 09:05:55,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:55.108 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [1.062s] 2018-08-23 09:05:55,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:55.613 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [2.249s] 2018-08-23 09:05:55,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:55.849 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.740s] 2018-08-23 09:05:55,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:55.862 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2018-08-23 09:05:55,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:55.910 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.047s] 2018-08-23 09:05:56,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.256 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.653s] 2018-08-23 09:05:56,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.383 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.472s] 2018-08-23 09:05:56,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.441 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.058s] 2018-08-23 09:05:56,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.450 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-08-23 09:05:56,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.512 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.317s] 2018-08-23 09:05:56,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.651 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.773s] 2018-08-23 09:05:56,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:56.707 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.449s] 2018-08-23 09:05:57,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.041 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.589s] 2018-08-23 09:05:57,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.111 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.070s] 2018-08-23 09:05:57,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.446 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.739s] 2018-08-23 09:05:57,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.865 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.753s] 2018-08-23 09:05:57,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.898 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [2.284s] 2018-08-23 09:05:57,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.927 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.062s] 2018-08-23 09:05:57,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.938 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-08-23 09:05:57,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.962 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.098s] 2018-08-23 09:05:57,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:57.991 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.053s] 2018-08-23 09:05:58,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.039 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.048s] 2018-08-23 09:05:58,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.093 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.053s] 2018-08-23 09:05:58,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.144 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.051s] 2018-08-23 09:05:58,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.424 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.977s] 2018-08-23 09:05:58,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.521 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.625s] 2018-08-23 09:05:58,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.589 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.626s] 2018-08-23 09:05:58,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.745 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.321s] 2018-08-23 09:05:58,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.861 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.116s] 2018-08-23 09:05:58,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:58.984 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.123s] 2018-08-23 09:05:59,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.053 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.531s] 2018-08-23 09:05:59,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.143 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.159s] 2018-08-23 09:05:59,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.340 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.196s] 2018-08-23 09:05:59,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.601 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.949s] 2018-08-23 09:05:59,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.667 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.327s] 2018-08-23 09:05:59,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:05:59.899 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.232s] 2018-08-23 09:06:00,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:00.168 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.115s] 2018-08-23 09:06:03,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:03.669 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [3.499s] 2018-08-23 09:06:04,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:04.380 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.711s] 2018-08-23 09:06:05,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:05.301 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.920s] 2018-08-23 09:06:05,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:05.358 11183 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.372s] 2018-08-23 09:06:05,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:05.935 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.633s] 2018-08-23 09:06:07,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:07.492 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.086s] 2018-08-23 09:06:07,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:07.566 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.073s] 2018-08-23 09:06:07,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:07.845 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.279s] 2018-08-23 09:06:07,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:07.893 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.956s] 2018-08-23 09:06:09,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:09.136 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [1.243s] 2018-08-23 09:06:09,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:09.690 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.553s] 2018-08-23 09:06:09,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:09.789 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [9.566s] 2018-08-23 09:06:09,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:09.841 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.995s] 2018-08-23 09:06:10,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.065 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.224s] 2018-08-23 09:06:10,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.447 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.381s] 2018-08-23 09:06:10,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.544 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.097s] 2018-08-23 09:06:10,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.563 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.489s] 2018-08-23 09:06:10,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.616 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.072s] 2018-08-23 09:06:10,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.784 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.167s] 2018-08-23 09:06:10,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.896 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.112s] 2018-08-23 09:06:10,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:10.947 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.257s] 2018-08-23 09:06:11,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:11.498 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.600s] 2018-08-23 09:06:11,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:11.694 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.745s] 2018-08-23 09:06:12,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:12.140 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.642s] 2018-08-23 09:06:12,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:12.255 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.114s] 2018-08-23 09:06:12,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:12.441 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.185s] 2018-08-23 09:06:12,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:12.540 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.099s] 2018-08-23 09:06:15,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:15.190 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.400s] 2018-08-23 09:06:17,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:17.394 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [4.309s] 2018-08-23 09:06:20,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:20.010 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.616s] 2018-08-23 09:06:22,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:22.856 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.183s] 2018-08-23 09:06:23,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:23.964 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [8.772s] 2018-08-23 09:06:23,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:23.971 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.955s] 2018-08-23 09:06:24,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:24.585 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.728s] 2018-08-23 09:06:24,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:24.657 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.691s] 2018-08-23 09:06:24,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:24.960 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.082s] 2018-08-23 09:06:27,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:27.172 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.511s] 2018-08-23 09:06:28,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:28.656 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.485s] 2018-08-23 09:06:30,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:30.663 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.699s] 2018-08-23 09:06:31,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:31.406 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.746s] 2018-08-23 09:06:31,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:31.562 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.160s] 2018-08-23 09:06:34,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:34.473 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [44.208s] 2018-08-23 09:06:35,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:35.767 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.103s] 2018-08-23 09:06:41,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:41.865 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.098s] 2018-08-23 09:06:47,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:47.737 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.871s] 2018-08-23 09:06:48,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:48.813 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.730s] 2018-08-23 09:06:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:50.028 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [25.439s] 2018-08-23 09:06:51,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:51.123 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.649s] 2018-08-23 09:06:54,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:54.515 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.777s] 2018-08-23 09:06:57,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:57.144 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.330s] 2018-08-23 09:06:59,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:59.447 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.932s] 2018-08-23 09:06:59,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:06:59.954 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.507s] 2018-08-23 09:07:00,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.073 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.118s] 2018-08-23 09:07:00,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.171 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.098s] 2018-08-23 09:07:00,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.222 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2018-08-23 09:07:00,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.273 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.050s] 2018-08-23 09:07:00,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.371 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.097s] 2018-08-23 09:07:00,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.461 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.089s] 2018-08-23 09:07:00,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.507 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2018-08-23 09:07:00,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:00.548 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.040s] 2018-08-23 09:07:03,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:03.186 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.945s] 2018-08-23 09:07:04,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:04.815 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.670s] 2018-08-23 09:07:04,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:04.840 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.291s] 2018-08-23 09:07:08,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:08.671 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.855s] 2018-08-23 09:07:11,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:11.847 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.658s] 2018-08-23 09:07:15,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:15.783 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [68.946s] 2018-08-23 09:07:19,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:19.279 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.362s] 2018-08-23 09:07:21,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:21.383 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.535s] 2018-08-23 09:07:24,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:24.668 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.388s] 2018-08-23 09:07:26,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:26.701 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.032s] 2018-08-23 09:07:26,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:26.751 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.051s] 2018-08-23 09:07:26,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:26.805 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.053s] 2018-08-23 09:07:36,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:36.278 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [9.471s] 2018-08-23 09:07:36,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:36.358 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.081s] 2018-08-23 09:07:36,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:36.396 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [27.722s] 2018-08-23 09:07:36,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:36.403 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.044s] 2018-08-23 09:07:37,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:07:37.871 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.476s] 2018-08-23 09:08:06,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:06.254 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [75.117s] 2018-08-23 09:08:10,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:10.589 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-23 09:08:11,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:11.347 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [126.183s] 2018-08-23 09:08:11,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:11.417 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-08-23 09:08:11,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:11.874 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.457s] 2018-08-23 09:08:11,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:11.972 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-08-23 09:08:11,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:11.973 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-23 09:08:16,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:16.117 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.312s] 2018-08-23 09:08:16,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:16.423 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.306s] 2018-08-23 09:08:26,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:26.075 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.627s] 2018-08-23 09:08:26,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:26.204 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.425s] 2018-08-23 09:08:26,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:26.675 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.600s] 2018-08-23 09:08:30,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:30.812 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.165s] 2018-08-23 09:08:30,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:30.994 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.182s] 2018-08-23 09:08:31,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:31.152 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.157s] 2018-08-23 09:08:43,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:43.236 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [126.201s] 2018-08-23 09:08:43,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:43.321 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.085s] 2018-08-23 09:08:43,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:43.534 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.212s] 2018-08-23 09:08:43,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:43.629 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.095s] 2018-08-23 09:08:43,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:43.630 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-23 09:08:47,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:47.226 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [21.015s] 2018-08-23 09:08:58,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:08:58.411 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.280s] 2018-08-23 09:09:00,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:09:00.658 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [201.495s] 2018-08-23 09:09:27,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:09:27.266 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [26.599s] 2018-08-23 09:09:51,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:09:51.918 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [64.674s] 2018-08-23 09:10:12,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:12.482 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [5.553s] 2018-08-23 09:10:12,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:12.763 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.281s] 2018-08-23 09:10:13,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:13.146 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.383s] 2018-08-23 09:10:16,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:16.318 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [3.170s] 2018-08-23 09:10:20,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:20.086 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [3.767s] 2018-08-23 09:10:20,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:20.128 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.043s] 2018-08-23 09:10:20,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-23 09:10:20.175 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.047s] 2018-08-23 09:10:33,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 80a8a70b-51e9-467a-8956-6e066db49d58 2018-08-23 09:10:33,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '80a8a70b-51e9-467a-8956-6e066db49d58']'. 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 80a8a70b-51e9-467a-8956-6e066db49d58 | 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-23 09:04:53 | 2018-08-23 09:10:34,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-23 09:10:33 | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:40 | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4f2ac943-1189-4375-9c3f-a3163f4d1db9) | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4ff25857-b35b-4a40-872b-be18d5a6a768) | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 320.106 | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 215 | 2018-08-23 09:10:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-23 09:10:34,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-23 09:10:34,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-08-23 09:10:35,095 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 09:10:35,096 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:59 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-23 09:10:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:10:35,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:36,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a672712-4509-42ee-8f3a-01fb669d0b87 Date: Thu, 23 Aug 2018 09:10:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:10:36,396 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed used request id req-5a672712-4509-42ee-8f3a-01fb669d0b87 2018-08-23 09:10:36,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.29552793503s 2018-08-23 09:10:36,397 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/af1611e7-ac89-475d-bfa0-9b36f72c25ed used request id req-5a672712-4509-42ee-8f3a-01fb669d0b87 2018-08-23 09:10:36,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:10:36,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a87f4f5-1eae-4242-9cc0-50670ba571fd x-compute-request-id: req-2a87f4f5-1eae-4242-9cc0-50670ba571fd Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b19de57a-b94b-4431-b73b-ca403c4be037"}, {"name": "refstack_defcore-flavor_alt_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e7205336-55b6-4fa8-aa68-172dbc6aa189"}]} 2018-08-23 09:10:36,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2a87f4f5-1eae-4242-9cc0-50670ba571fd 2018-08-23 09:10:36,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272861003876s 2018-08-23 09:10:36,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2a87f4f5-1eae-4242-9cc0-50670ba571fd 2018-08-23 09:10:36,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:10:36,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:36,718 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18420a9f-ac9e-45d3-9964-cc535e9c9288 x-compute-request-id: req-18420a9f-ac9e-45d3-9964-cc535e9c9288 Content-Length: 0 Content-Type: application/json 2018-08-23 09:10:36,718 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189 used request id req-18420a9f-ac9e-45d3-9964-cc535e9c9288 2018-08-23 09:10:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0452909469604s 2018-08-23 09:10:36,719 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e7205336-55b6-4fa8-aa68-172dbc6aa189 used request id req-18420a9f-ac9e-45d3-9964-cc535e9c9288 2018-08-23 09:10:36,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 09:10:36,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" -d '{"subnet_id": "b5d41873-af57-4369-8351-9f393fad573a"}' 2018-08-23 09:10:38,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-151334a1-66b4-4be2-ae02-3512517f8155 Date: Thu, 23 Aug 2018 09:10:38 GMT RESP BODY: {"network_id": "1065a7aa-5f9e-498a-b292-f8581f9e7a3c", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "b5d41873-af57-4369-8351-9f393fad573a", "subnet_ids": ["b5d41873-af57-4369-8351-9f393fad573a"], "port_id": "00c30566-a796-464e-9385-123e055355fb", "id": "a3830c15-4e2b-415c-bab4-c5b688bac04f"} 2018-08-23 09:10:38,608 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/remove_router_interface.json used request id req-151334a1-66b4-4be2-ae02-3512517f8155 2018-08-23 09:10:38,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88896417618s 2018-08-23 09:10:38,608 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f/remove_router_interface.json used request id req-151334a1-66b4-4be2-ae02-3512517f8155 returning object a3830c15-4e2b-415c-bab4-c5b688bac04f 2018-08-23 09:10:38,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 09:10:38,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:38,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-aa6652a2-f28f-4b5b-b0d1-5edae6841cf6 Date: Thu, 23 Aug 2018 09:10:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T09:04:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:10:37Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "a3830c15-4e2b-415c-bab4-c5b688bac04f", "name": "refstack_defcore-router_c14aa1e7-7f61-46f7-a45c-e0563579ae21"}]} 2018-08-23 09:10:38,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aa6652a2-f28f-4b5b-b0d1-5edae6841cf6 2018-08-23 09:10:38,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119796037674s 2018-08-23 09:10:38,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aa6652a2-f28f-4b5b-b0d1-5edae6841cf6 2018-08-23 09:10:38,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 09:10:38,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:40,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2606250f-037c-4c69-a22e-2d5b1a01abf6 Content-Length: 0 Date: Thu, 23 Aug 2018 09:10:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:10:40,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f.json used request id req-2606250f-037c-4c69-a22e-2d5b1a01abf6 2018-08-23 09:10:40,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.58054995537s 2018-08-23 09:10:40,312 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a3830c15-4e2b-415c-bab4-c5b688bac04f.json used request id req-2606250f-037c-4c69-a22e-2d5b1a01abf6 2018-08-23 09:10:40,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 09:10:40,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:40,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-c66d8682-9fec-47d7-8226-086356c9e4f2 Date: Thu, 23 Aug 2018 09:10:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1065a7aa-5f9e-498a-b292-f8581f9e7a3c","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:04:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:04:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"b5d41873-af57-4369-8351-9f393fad573a","subnetpool_id":null,"name":"refstack_defcore-subnet_c14aa1e7-7f61-46f7-a45c-e0563579ae21"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 09:10:40,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c66d8682-9fec-47d7-8226-086356c9e4f2 2018-08-23 09:10:40,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.082808971405s 2018-08-23 09:10:40,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c66d8682-9fec-47d7-8226-086356c9e4f2 2018-08-23 09:10:40,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 09:10:40,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b5d41873-af57-4369-8351-9f393fad573a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:41,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73491de7-d396-4e1e-b316-3b74597486dc Date: Thu, 23 Aug 2018 09:10:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:10:41,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b5d41873-af57-4369-8351-9f393fad573a.json used request id req-73491de7-d396-4e1e-b316-3b74597486dc 2018-08-23 09:10:41,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.871204853058s 2018-08-23 09:10:41,269 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b5d41873-af57-4369-8351-9f393fad573a.json used request id req-73491de7-d396-4e1e-b316-3b74597486dc 2018-08-23 09:10:41,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:10:41,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:41,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-6534c6a4-4b54-44b2-8f7a-9f39ee6282fd Date: Thu, 23 Aug 2018 09:10:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1065a7aa-5f9e-498a-b292-f8581f9e7a3c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:10:41Z","provider:segmentation_id":30,"name":"refstack_defcore-net_c14aa1e7-7f61-46f7-a45c-e0563579ae21","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:04:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:10:41,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6534c6a4-4b54-44b2-8f7a-9f39ee6282fd 2018-08-23 09:10:41,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0916919708252s 2018-08-23 09:10:41,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6534c6a4-4b54-44b2-8f7a-9f39ee6282fd 2018-08-23 09:10:41,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 09:10:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/1065a7aa-5f9e-498a-b292-f8581f9e7a3c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:43,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4d213f5-6646-4cc5-981c-71150d8dd32a Date: Thu, 23 Aug 2018 09:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:10:43,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1065a7aa-5f9e-498a-b292-f8581f9e7a3c.json used request id req-c4d213f5-6646-4cc5-981c-71150d8dd32a 2018-08-23 09:10:43,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.92648911476s 2018-08-23 09:10:43,289 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1065a7aa-5f9e-498a-b292-f8581f9e7a3c.json used request id req-c4d213f5-6646-4cc5-981c-71150d8dd32a 2018-08-23 09:10:43,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:10:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:43,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-017b4ba3-6d64-4834-9013-75d0ec27e32e Date: Thu, 23 Aug 2018 09:10:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:04:40Z", "file": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "size": 12716032, "self": "/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:04:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:10:43,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-017b4ba3-6d64-4834-9013-75d0ec27e32e 2018-08-23 09:10:43,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.112066030502s 2018-08-23 09:10:43,406 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-017b4ba3-6d64-4834-9013-75d0ec27e32e 2018-08-23 09:10:43,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:10:43,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:44,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09f46fb6-7a2f-4ca1-b24d-215421747157 Date: Thu, 23 Aug 2018 09:10:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:10:44,500 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba used request id req-09f46fb6-7a2f-4ca1-b24d-215421747157 2018-08-23 09:10:44,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09259295464s 2018-08-23 09:10:44,500 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e83d3e56-04cf-4255-9a79-f8c15dc3d1ba used request id req-09f46fb6-7a2f-4ca1-b24d-215421747157 2018-08-23 09:10:44,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:10:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:44,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55da6513-ef55-4b0d-8309-5cfd8ad23942 x-compute-request-id: req-55da6513-ef55-4b0d-8309-5cfd8ad23942 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_c14aa1e7-7f61-46f7-a45c-e0563579ae21", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b19de57a-b94b-4431-b73b-ca403c4be037", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b19de57a-b94b-4431-b73b-ca403c4be037"}]} 2018-08-23 09:10:44,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-55da6513-ef55-4b0d-8309-5cfd8ad23942 2018-08-23 09:10:44,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0209209918976s 2018-08-23 09:10:44,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-55da6513-ef55-4b0d-8309-5cfd8ad23942 2018-08-23 09:10:44,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:10:44,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7f87fba55aa99fd8aeb7225d547f49020286be77" 2018-08-23 09:10:44,553 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fca9e46c-be9a-4494-b80d-683146ff8fde x-compute-request-id: req-fca9e46c-be9a-4494-b80d-683146ff8fde Content-Length: 0 Content-Type: application/json 2018-08-23 09:10:44,553 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037 used request id req-fca9e46c-be9a-4494-b80d-683146ff8fde 2018-08-23 09:10:44,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0292890071869s 2018-08-23 09:10:44,554 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b19de57a-b94b-4431-b73b-ca403c4be037 used request id req-fca9e46c-be9a-4494-b80d-683146ff8fde 2018-08-23 09:10:44,618 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:10:44,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:10:44,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:10:44,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:10:44,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:10:44,668 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:10:44,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:10:44,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4e9c51-79c4-4748-9915-a133729b90f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:10:44,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a4e9c51-79c4-4748-9915-a133729b90f8 2018-08-23 09:10:44,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:10:45,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["ZTAFenwqQmCtM04_yUz7HA"], "issued_at": "2018-08-23T09:10:45.000000Z"}} 2018-08-23 09:10:45,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:10:45,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:10:45,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5e1c54f2-700b-40c2-bbcf-8361c485f35c Date: Thu, 23 Aug 2018 09:10:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:10:45,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e1c54f2-700b-40c2-bbcf-8361c485f35c 2018-08-23 09:10:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.288393974304s 2018-08-23 09:10:45,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e1c54f2-700b-40c2-bbcf-8361c485f35c 2018-08-23 09:10:45,379 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 09:10:48,225 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 09:10:51,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e56c0cf2-bac1-4eb4-a80d-b4bc81614b01 | 2018-08-23T09:10:50.624792 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e56c0cf2-bac1-4eb4-a80d-b4bc81614b01 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 09:10:54,879 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 09:10:54,880 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 09:10:57,555 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 09:11:01,108 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=ca72675e-98f9-47b3-834f-7e163ca1d356) as the default verifier for the future CLI operations. 2018-08-23 09:11:04,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 09:11:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:04,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-a9adb3b2-41b0-4e17-82cf-6f322701533d Date: Thu, 23 Aug 2018 09:11:04 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 09:11:04,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-a9adb3b2-41b0-4e17-82cf-6f322701533d 2018-08-23 09:11:04,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.287478923798s 2018-08-23 09:11:04,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-a9adb3b2-41b0-4e17-82cf-6f322701533d 2018-08-23 09:11:04,752 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-23 09:11:04,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 09:11:04,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"network": {"shared": true, "name": "patrole-net_132c2b35-2beb-4458-93c1-e83a60151f18", "admin_state_up": true}}' 2018-08-23 09:11:04,978 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5fbf6822-253c-44fc-a949-e08cda000f40 Date: Thu, 23 Aug 2018 09:11:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:11:04Z","is_default":false,"provider:segmentation_id":72,"name":"patrole-net_132c2b35-2beb-4458-93c1-e83a60151f18","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:11:04Z","mtu":1450}} 2018-08-23 09:11:04,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5fbf6822-253c-44fc-a949-e08cda000f40 2018-08-23 09:11:04,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.224750995636s 2018-08-23 09:11:04,978 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5fbf6822-253c-44fc-a949-e08cda000f40 2018-08-23 09:11:04,979 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T09:11:04Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c', u'provider:segmentation_id': 72, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_132c2b35-2beb-4458-93c1-e83a60151f18', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:11:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 09:11:04,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:11:04,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:05,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1343 X-Openstack-Request-Id: req-f4f82f1f-a0b8-4e20-b69f-95ac33538097 Date: Thu, 23 Aug 2018 09:11:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:11:04Z","provider:segmentation_id":72,"name":"patrole-net_132c2b35-2beb-4458-93c1-e83a60151f18","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:11:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:11:05,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f4f82f1f-a0b8-4e20-b69f-95ac33538097 2018-08-23 09:11:05,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117736816406s 2018-08-23 09:11:05,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f4f82f1f-a0b8-4e20-b69f-95ac33538097 2018-08-23 09:11:05,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 09:11:05,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"subnet": {"name": "patrole-subnet_132c2b35-2beb-4458-93c1-e83a60151f18", "enable_dhcp": true, "network_id": "78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 09:11:05,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5498a3a8-de6f-4857-9a07-ee3ec16e7c16 Date: Thu, 23 Aug 2018 09:11:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:11:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:11:05Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"734f8b27-026a-4770-8f79-f0df52feba37","subnetpool_id":null,"name":"patrole-subnet_132c2b35-2beb-4458-93c1-e83a60151f18"}} 2018-08-23 09:11:05,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5498a3a8-de6f-4857-9a07-ee3ec16e7c16 2018-08-23 09:11:05,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.448962926865s 2018-08-23 09:11:05,548 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5498a3a8-de6f-4857-9a07-ee3ec16e7c16 2018-08-23 09:11:05,549 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T09:11:05Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'734f8b27-026a-4770-8f79-f0df52feba37', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_132c2b35-2beb-4458-93c1-e83a60151f18', u'enable_dhcp': True, u'network_id': u'78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:11:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 09:11:05,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 09:11:05,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "patrole-router_132c2b35-2beb-4458-93c1-e83a60151f18", "admin_state_up": true}}' 2018-08-23 09:11:06,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-656fc3ee-8469-4fbb-b4fb-2a5212f45153 Date: Thu, 23 Aug 2018 09:11:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T09:11:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:11:06Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "8135afb6-b599-4c8d-a470-a74c4e1fcd42", "name": "patrole-router_132c2b35-2beb-4458-93c1-e83a60151f18"}} 2018-08-23 09:11:06,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-656fc3ee-8469-4fbb-b4fb-2a5212f45153 2018-08-23 09:11:06,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31815505028s 2018-08-23 09:11:06,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-656fc3ee-8469-4fbb-b4fb-2a5212f45153 2018-08-23 09:11:06,869 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T09:11:05Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T09:11:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'8135afb6-b599-4c8d-a470-a74c4e1fcd42', u'name': u'patrole-router_132c2b35-2beb-4458-93c1-e83a60151f18'}) 2018-08-23 09:11:06,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 09:11:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"subnet_id": "734f8b27-026a-4770-8f79-f0df52feba37"}' 2018-08-23 09:11:08,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c8dc94c8-618d-41d8-bd3a-3ea43ec33c1f Date: Thu, 23 Aug 2018 09:11:08 GMT RESP BODY: {"network_id": "78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "734f8b27-026a-4770-8f79-f0df52feba37", "subnet_ids": ["734f8b27-026a-4770-8f79-f0df52feba37"], "port_id": "7a51ba61-785c-4905-96de-33ad4022c80b", "id": "8135afb6-b599-4c8d-a470-a74c4e1fcd42"} 2018-08-23 09:11:08,540 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/add_router_interface.json used request id req-c8dc94c8-618d-41d8-bd3a-3ea43ec33c1f 2018-08-23 09:11:08,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67084693909s 2018-08-23 09:11:08,541 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/add_router_interface.json used request id req-c8dc94c8-618d-41d8-bd3a-3ea43ec33c1f returning object 8135afb6-b599-4c8d-a470-a74c4e1fcd42 2018-08-23 09:11:08,541 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 09:11:08,670 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 09:11:08,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:11:08,677 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 09:11:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 09:11:08,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:11:08,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:08,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-33c5ccd9-3c13-452a-b245-19cdcc8ace01 Date: Thu, 23 Aug 2018 09:11:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:11:08,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-33c5ccd9-3c13-452a-b245-19cdcc8ace01 2018-08-23 09:11:08,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273995161057s 2018-08-23 09:11:08,957 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-33c5ccd9-3c13-452a-b245-19cdcc8ace01 2018-08-23 09:11:08,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:11:08,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18"}' 2018-08-23 09:11:09,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dd2b515c-45c5-4532-b9eb-cc88d82fc3d0 Date: Thu, 23 Aug 2018 09:11:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:08Z", "file": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "size": null, "self": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": null, "created_at": "2018-08-23T09:11:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:11:09,048 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dd2b515c-45c5-4532-b9eb-cc88d82fc3d0 2018-08-23 09:11:09,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0827538967133s 2018-08-23 09:11:09,048 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dd2b515c-45c5-4532-b9eb-cc88d82fc3d0 returning object b35fee8b-6b99-4ce9-95b6-991ff1c8c446 2018-08-23 09:11:09,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:11:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '' 2018-08-23 09:11:10,386 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b21a5b6-1d30-449d-adbd-ccd042167ec9 Date: Thu, 23 Aug 2018 09:11:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:11:10,386 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file used request id req-8b21a5b6-1d30-449d-adbd-ccd042167ec9 2018-08-23 09:11:10,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.33784890175s 2018-08-23 09:11:10,387 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file used request id req-8b21a5b6-1d30-449d-adbd-ccd042167ec9 2018-08-23 09:11:10,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:11:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:10,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-4780c426-27a6-4cae-a101-a40aef877e59 Date: Thu, 23 Aug 2018 09:11:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:10Z", "file": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "size": 12716032, "self": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:11:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:11:10,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4780c426-27a6-4cae-a101-a40aef877e59 2018-08-23 09:11:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0307137966156s 2018-08-23 09:11:10,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4780c426-27a6-4cae-a101-a40aef877e59 2018-08-23 09:11:10,425 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'b35fee8b-6b99-4ce9-95b6-991ff1c8c446', 'size': 12716032, u'self': u'/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:11:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T09:11:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18', 'created': u'2018-08-23T09:11:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T09:11:08Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:11:10,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:11:10,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_132c2b35-2beb-4458-93c1-e83a60151f18", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 09:11:10,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dc03308-45ee-4eba-b6ca-90153187403a x-compute-request-id: req-3dc03308-45ee-4eba-b6ca-90153187403a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_132c2b35-2beb-4458-93c1-e83a60151f18", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d2f5ccd5-66ee-475e-b9e1-e4def030649d"}} 2018-08-23 09:11:10,747 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3dc03308-45ee-4eba-b6ca-90153187403a 2018-08-23 09:11:10,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320843935013s 2018-08-23 09:11:10,748 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3dc03308-45ee-4eba-b6ca-90153187403a 2018-08-23 09:11:10,748 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_132c2b35-2beb-4458-93c1-e83a60151f18', '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'75a5557001334edf9fd80cd1c711e2ec', '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'd2f5ccd5-66ee-475e-b9e1-e4def030649d', 'swap': 0}) 2018-08-23 09:11:10,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:11:10,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"extra_specs": {}}' 2018-08-23 09:11:10,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e74af4c7-a89d-4f87-ae06-cc0f0c45e505 x-compute-request-id: req-e74af4c7-a89d-4f87-ae06-cc0f0c45e505 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:11:10,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d/os-extra_specs used request id req-e74af4c7-a89d-4f87-ae06-cc0f0c45e505 2018-08-23 09:11:10,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023097038269s 2018-08-23 09:11:10,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d/os-extra_specs used request id req-e74af4c7-a89d-4f87-ae06-cc0f0c45e505 2018-08-23 09:11:10,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:11:10,782 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 09:11:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de250e5b-67e0-4b0e-84a1-310d985eaf1a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 09:11:10,782 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-de250e5b-67e0-4b0e-84a1-310d985eaf1a 2018-08-23 09:11:10,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:11:10,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:10,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed50d54-29f5-4b10-b59f-571c26676659 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:11:10,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ed50d54-29f5-4b10-b59f-571c26676659 2018-08-23 09:11:10,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.210290908813s 2018-08-23 09:11:10,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ed50d54-29f5-4b10-b59f-571c26676659 2018-08-23 09:11:11,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:11:11,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:11,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f100690f-e529-4595-a9af-98aef7035987 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:11:11,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f100690f-e529-4595-a9af-98aef7035987 2018-08-23 09:11:11,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197693824768s 2018-08-23 09:11:11,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f100690f-e529-4595-a9af-98aef7035987 2018-08-23 09:11:11,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 09:11:11,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:11,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ecc7b59-ed0e-4835-a58e-d3f3d1f9629e x-compute-request-id: req-2ecc7b59-ed0e-4835-a58e-d3f3d1f9629e Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 09:11:11,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-2ecc7b59-ed0e-4835-a58e-d3f3d1f9629e 2018-08-23 09:11:11,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0431561470032s 2018-08-23 09:11:11,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-2ecc7b59-ed0e-4835-a58e-d3f3d1f9629e 2018-08-23 09:11:11,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:11:11,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:11,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-45f0ebb3-a408-4efe-954b-a1575ef4d4ed Date: Thu, 23 Aug 2018 09:11:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:10Z", "file": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "size": 12716032, "self": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:11:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:11:11,279 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45f0ebb3-a408-4efe-954b-a1575ef4d4ed 2018-08-23 09:11:11,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245440006256s 2018-08-23 09:11:11,280 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45f0ebb3-a408-4efe-954b-a1575ef4d4ed 2018-08-23 09:11:11,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:11:11,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18"}' 2018-08-23 09:11:11,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a53bc4ec-9c26-4f60-b43c-de4fa6f751a2 Date: Thu, 23 Aug 2018 09:11:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:11Z", "file": "/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "0605faae-cfae-4ff9-8ee2-5fa8a58fe614", "size": null, "self": "/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": null, "created_at": "2018-08-23T09:11:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:11:11,331 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a53bc4ec-9c26-4f60-b43c-de4fa6f751a2 2018-08-23 09:11:11,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0438330173492s 2018-08-23 09:11:11,332 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a53bc4ec-9c26-4f60-b43c-de4fa6f751a2 returning object 0605faae-cfae-4ff9-8ee2-5fa8a58fe614 2018-08-23 09:11:11,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:11:11,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '' 2018-08-23 09:11:12,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e8eb986-2b4b-4db7-8dec-a4ccdf9eb140 Date: Thu, 23 Aug 2018 09:11:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:11:12,459 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file used request id req-6e8eb986-2b4b-4db7-8dec-a4ccdf9eb140 2018-08-23 09:11:12,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12720608711s 2018-08-23 09:11:12,460 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file used request id req-6e8eb986-2b4b-4db7-8dec-a4ccdf9eb140 2018-08-23 09:11:12,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:11:12,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:11:12,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-a2460a23-6ad4-4a8d-a1c0-e62f44b3b832 Date: Thu, 23 Aug 2018 09:11:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:12Z", "file": "/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "0605faae-cfae-4ff9-8ee2-5fa8a58fe614", "size": 12716032, "self": "/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:11:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:10Z", "file": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "size": 12716032, "self": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:11:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:11:12,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a2460a23-6ad4-4a8d-a1c0-e62f44b3b832 2018-08-23 09:11:12,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0262022018433s 2018-08-23 09:11:12,491 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a2460a23-6ad4-4a8d-a1c0-e62f44b3b832 2018-08-23 09:11:12,493 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'0605faae-cfae-4ff9-8ee2-5fa8a58fe614', 'size': 12716032, u'self': u'/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:11:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T09:11:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18', 'created': u'2018-08-23T09:11:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T09:11:11Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_132c2b35-2beb-4458-93c1-e83a60151f18', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:11:12,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:11:12,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 09:11:12,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d40c989-250b-46cb-b6c9-c294c7bf5d30 x-compute-request-id: req-9d40c989-250b-46cb-b6c9-c294c7bf5d30 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "17ccd144-bad1-4f37-a6bb-eaf3fdd3f167"}} 2018-08-23 09:11:12,536 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9d40c989-250b-46cb-b6c9-c294c7bf5d30 2018-08-23 09:11:12,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0421419143677s 2018-08-23 09:11:12,537 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9d40c989-250b-46cb-b6c9-c294c7bf5d30 2018-08-23 09:11:12,538 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_132c2b35-2beb-4458-93c1-e83a60151f18', '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'75a5557001334edf9fd80cd1c711e2ec', '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'17ccd144-bad1-4f37-a6bb-eaf3fdd3f167', 'swap': 0}) 2018-08-23 09:11:12,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:11:12,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"extra_specs": {}}' 2018-08-23 09:11:12,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:11:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6a8928c-9634-4d3d-8d4a-4b2e6cc145ae x-compute-request-id: req-e6a8928c-9634-4d3d-8d4a-4b2e6cc145ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:11:12,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167/os-extra_specs used request id req-e6a8928c-9634-4d3d-8d4a-4b2e6cc145ae 2018-08-23 09:11:12,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216469764709s 2018-08-23 09:11:12,560 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167/os-extra_specs used request id req-e6a8928c-9634-4d3d-8d4a-4b2e6cc145ae 2018-08-23 09:11:12,560 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_132c2b35-2beb-4458-93c1-e83a60151f18', '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'75a5557001334edf9fd80cd1c711e2ec', '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'17ccd144-bad1-4f37-a6bb-eaf3fdd3f167', 'swap': 0}) 2018-08-23 09:11:16,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-23 09:11:16,121 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-23 09:11:16,122 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-23 09:11:16,125 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-23 09:11:16,140 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-23 09:11:19,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ca72675e-98f9-47b3-834f-7e163ca1d356/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-23 09:11:19,586 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-23 09:11:19,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-23 09:11:19,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-08-23 09:13:15,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 156cd80b-909d-40ae-8fc1-4e180bb1013a 2018-08-23 09:13:15,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '156cd80b-909d-40ae-8fc1-4e180bb1013a']'. 2018-08-23 09:13:16,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 156cd80b-909d-40ae-8fc1-4e180bb1013a | 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-23 09:11:22 | 2018-08-23 09:13:16,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-23 09:13:15 | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ca72675e-98f9-47b3-834f-7e163ca1d356) | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-23 09:13:16,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e56c0cf2-bac1-4eb4-a80d-b4bc81614b01) | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 89.647 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-23 09:13:16,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-23 09:13:16,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 09:13:16,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-23 09:13:16,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-23 09:13:16,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-23 09:13:16,976 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 09:13:16,976 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 09:13:16,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:13:16,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:17,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-111b56a7-1d69-4d4c-813d-b7c052d04277 Date: Thu, 23 Aug 2018 09:13:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:13:17,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614 used request id req-111b56a7-1d69-4d4c-813d-b7c052d04277 2018-08-23 09:13:17,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.561417818069s 2018-08-23 09:13:17,544 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0605faae-cfae-4ff9-8ee2-5fa8a58fe614 used request id req-111b56a7-1d69-4d4c-813d-b7c052d04277 2018-08-23 09:13:17,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:13:17,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:17,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8882ba4c-748f-4e03-85b3-15f8b28cd876 x-compute-request-id: req-8882ba4c-748f-4e03-85b3-15f8b28cd876 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_132c2b35-2beb-4458-93c1-e83a60151f18", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "17ccd144-bad1-4f37-a6bb-eaf3fdd3f167"}, {"name": "patrole-flavor_132c2b35-2beb-4458-93c1-e83a60151f18", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d2f5ccd5-66ee-475e-b9e1-e4def030649d"}]} 2018-08-23 09:13:17,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8882ba4c-748f-4e03-85b3-15f8b28cd876 2018-08-23 09:13:17,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315930843353s 2018-08-23 09:13:17,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8882ba4c-748f-4e03-85b3-15f8b28cd876 2018-08-23 09:13:17,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:13:17,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:17,618 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:13:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01fed687-e917-4254-9b50-4b4bd4c46eea x-compute-request-id: req-01fed687-e917-4254-9b50-4b4bd4c46eea Content-Length: 0 Content-Type: application/json 2018-08-23 09:13:17,618 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167 used request id req-01fed687-e917-4254-9b50-4b4bd4c46eea 2018-08-23 09:13:17,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.040155172348s 2018-08-23 09:13:17,619 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/17ccd144-bad1-4f37-a6bb-eaf3fdd3f167 used request id req-01fed687-e917-4254-9b50-4b4bd4c46eea 2018-08-23 09:13:17,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 09:13:17,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" -d '{"subnet_id": "734f8b27-026a-4770-8f79-f0df52feba37"}' 2018-08-23 09:13:19,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-724f361a-5c9e-4201-a818-384b14c39cdc Date: Thu, 23 Aug 2018 09:13:19 GMT RESP BODY: {"network_id": "78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "734f8b27-026a-4770-8f79-f0df52feba37", "subnet_ids": ["734f8b27-026a-4770-8f79-f0df52feba37"], "port_id": "7a51ba61-785c-4905-96de-33ad4022c80b", "id": "8135afb6-b599-4c8d-a470-a74c4e1fcd42"} 2018-08-23 09:13:19,481 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/remove_router_interface.json used request id req-724f361a-5c9e-4201-a818-384b14c39cdc 2018-08-23 09:13:19,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86196804047s 2018-08-23 09:13:19,482 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42/remove_router_interface.json used request id req-724f361a-5c9e-4201-a818-384b14c39cdc returning object 8135afb6-b599-4c8d-a470-a74c4e1fcd42 2018-08-23 09:13:19,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 09:13:19,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:19,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a3a8556a-da3d-4a23-8617-12f75a7ff5d4 Date: Thu, 23 Aug 2018 09:13:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T09:11:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:13:18Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "8135afb6-b599-4c8d-a470-a74c4e1fcd42", "name": "patrole-router_132c2b35-2beb-4458-93c1-e83a60151f18"}]} 2018-08-23 09:13:19,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a3a8556a-da3d-4a23-8617-12f75a7ff5d4 2018-08-23 09:13:19,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114604949951s 2018-08-23 09:13:19,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a3a8556a-da3d-4a23-8617-12f75a7ff5d4 2018-08-23 09:13:19,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 09:13:19,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:20,964 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9a0e0c6-18ff-4614-8326-cdedadecb3a4 Content-Length: 0 Date: Thu, 23 Aug 2018 09:13:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:13:20,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42.json used request id req-a9a0e0c6-18ff-4614-8326-cdedadecb3a4 2018-08-23 09:13:20,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36745405197s 2018-08-23 09:13:20,965 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8135afb6-b599-4c8d-a470-a74c4e1fcd42.json used request id req-a9a0e0c6-18ff-4614-8326-cdedadecb3a4 2018-08-23 09:13:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 09:13:20,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:21,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-843ae080-4cc5-4a4b-be68-76d4477c947d Date: Thu, 23 Aug 2018 09:13:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:11:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:11:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"734f8b27-026a-4770-8f79-f0df52feba37","subnetpool_id":null,"name":"patrole-subnet_132c2b35-2beb-4458-93c1-e83a60151f18"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 09:13:21,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-843ae080-4cc5-4a4b-be68-76d4477c947d 2018-08-23 09:13:21,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0533399581909s 2018-08-23 09:13:21,019 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-843ae080-4cc5-4a4b-be68-76d4477c947d 2018-08-23 09:13:21,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 09:13:21,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/734f8b27-026a-4770-8f79-f0df52feba37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:22,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-872be34f-b89b-49cf-9fd2-452c36759637 Date: Thu, 23 Aug 2018 09:13:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:13:22,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/734f8b27-026a-4770-8f79-f0df52feba37.json used request id req-872be34f-b89b-49cf-9fd2-452c36759637 2018-08-23 09:13:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08723115921s 2018-08-23 09:13:22,108 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/734f8b27-026a-4770-8f79-f0df52feba37.json used request id req-872be34f-b89b-49cf-9fd2-452c36759637 2018-08-23 09:13:22,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:13:22,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:22,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-b4cee0e7-0c6e-4a12-a8e9-7d1d7aae30f3 Date: Thu, 23 Aug 2018 09:13:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T09:13:21Z","provider:segmentation_id":72,"name":"patrole-net_132c2b35-2beb-4458-93c1-e83a60151f18","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T09:11:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:13:22,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b4cee0e7-0c6e-4a12-a8e9-7d1d7aae30f3 2018-08-23 09:13:22,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0837550163269s 2018-08-23 09:13:22,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b4cee0e7-0c6e-4a12-a8e9-7d1d7aae30f3 2018-08-23 09:13:22,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 09:13:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:23,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7c96510-541e-4318-ac2a-a8c9d368f794 Date: Thu, 23 Aug 2018 09:13:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:13:23,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c.json used request id req-b7c96510-541e-4318-ac2a-a8c9d368f794 2018-08-23 09:13:23,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74745607376s 2018-08-23 09:13:23,942 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/78e2bbef-6ae4-4fbd-84ab-7c3a651ebf0c.json used request id req-b7c96510-541e-4318-ac2a-a8c9d368f794 2018-08-23 09:13:23,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:13:23,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:23,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-27e01d26-40c7-432a-bfaf-4d42d97e8526 Date: Thu, 23 Aug 2018 09:13:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:11:10Z", "file": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "size": 12716032, "self": "/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_132c2b35-2beb-4458-93c1-e83a60151f18", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T09:11:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:13:23,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-27e01d26-40c7-432a-bfaf-4d42d97e8526 2018-08-23 09:13:23,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.024032831192s 2018-08-23 09:13:23,970 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-27e01d26-40c7-432a-bfaf-4d42d97e8526 2018-08-23 09:13:23,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:13:23,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:24,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1289e7bb-7d35-44e0-9eff-ab4db2b928d4 Date: Thu, 23 Aug 2018 09:13:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:13:24,477 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446 used request id req-1289e7bb-7d35-44e0-9eff-ab4db2b928d4 2018-08-23 09:13:24,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.505166053772s 2018-08-23 09:13:24,477 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b35fee8b-6b99-4ce9-95b6-991ff1c8c446 used request id req-1289e7bb-7d35-44e0-9eff-ab4db2b928d4 2018-08-23 09:13:24,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:13:24,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:24,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0b59f69-6312-4fa3-9f5d-6fb86b2b13e4 x-compute-request-id: req-a0b59f69-6312-4fa3-9f5d-6fb86b2b13e4 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_132c2b35-2beb-4458-93c1-e83a60151f18", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d2f5ccd5-66ee-475e-b9e1-e4def030649d"}]} 2018-08-23 09:13:24,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a0b59f69-6312-4fa3-9f5d-6fb86b2b13e4 2018-08-23 09:13:24,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239191055298s 2018-08-23 09:13:24,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a0b59f69-6312-4fa3-9f5d-6fb86b2b13e4 2018-08-23 09:13:24,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:13:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5f66dc19dd6c71cde2a452014b75acb8b82983a" 2018-08-23 09:13:24,537 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:13:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f843811-166c-4028-aaa3-9b8fef1fb30a x-compute-request-id: req-0f843811-166c-4028-aaa3-9b8fef1fb30a Content-Length: 0 Content-Type: application/json 2018-08-23 09:13:24,537 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d used request id req-0f843811-166c-4028-aaa3-9b8fef1fb30a 2018-08-23 09:13:24,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0337109565735s 2018-08-23 09:13:24,538 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d2f5ccd5-66ee-475e-b9e1-e4def030649d used request id req-0f843811-166c-4028-aaa3-9b8fef1fb30a 2018-08-23 09:13:24,598 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-23 09:13:24,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:13:24,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:13:24,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:13:24,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:13:24,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:13:24,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df8a820-e588-4ec4-850c-99311f344c3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:13:24,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9df8a820-e588-4ec4-850c-99311f344c3c 2018-08-23 09:13:24,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:13:25,044 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["6oCLlZGxQ8SPHvlMQXospw"], "issued_at": "2018-08-23T09:13:24.000000Z"}} 2018-08-23 09:13:25,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:13:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:25,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8acce164-8563-44a3-aece-776fc48cb376 Date: Thu, 23 Aug 2018 09:13:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:13:25,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8acce164-8563-44a3-aece-776fc48cb376 2018-08-23 09:13:25,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269816875458s 2018-08-23 09:13:25,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8acce164-8563-44a3-aece-776fc48cb376 2018-08-23 09:13:25,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:13:25,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d3b6a59-cec8-40ea-af5d-8ed005400c7e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 09:13:25,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-3d3b6a59-cec8-40ea-af5d-8ed005400c7e 2018-08-23 09:13:25,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:13:25,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:25,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbc7fad7-444f-4f19-a86b-c2488d8d6d8c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 09:13:25,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-dbc7fad7-444f-4f19-a86b-c2488d8d6d8c 2018-08-23 09:13:25,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187129020691s 2018-08-23 09:13:25,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-dbc7fad7-444f-4f19-a86b-c2488d8d6d8c 2018-08-23 09:13:25,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 09:13:25,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}}' 2018-08-23 09:13:25,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7cf805c-2af3-405c-a996-9c0a4f6d46e7 Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738"}, "tags": [], "enabled": true, "id": "51ed6c540d4543309470e81f9688f738", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}} 2018-08-23 09:13:25,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d7cf805c-2af3-405c-a996-9c0a4f6d46e7 2018-08-23 09:13:25,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221100091934s 2018-08-23 09:13:25,744 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d7cf805c-2af3-405c-a996-9c0a4f6d46e7 2018-08-23 09:13:25,745 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'51ed6c540d4543309470e81f9688f738', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b'}) 2018-08-23 09:13:25,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 09:13:25,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a5baf111-60d8-40fb-8c6a-fdf914214d20", "email": null, "name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}}' 2018-08-23 09:13:26,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83575057-dd80-4818-96ef-41498cc6340a Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": {"self": "http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b35b3c7d7fd04feb95580fd9fbc2a525", "domain_id": "default", "password_expires_at": null}} 2018-08-23 09:13:26,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-83575057-dd80-4818-96ef-41498cc6340a 2018-08-23 09:13:26,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.409486055374s 2018-08-23 09:13:26,160 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-83575057-dd80-4818-96ef-41498cc6340a 2018-08-23 09:13:26,161 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b35b3c7d7fd04feb95580fd9fbc2a525', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b'}) 2018-08-23 09:13:26,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:13:26,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:26,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321d3b0f-f811-4e90-98e7-77e7b36f2757 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:13:26,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-321d3b0f-f811-4e90-98e7-77e7b36f2757 2018-08-23 09:13:26,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.168292045593s 2018-08-23 09:13:26,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-321d3b0f-f811-4e90-98e7-77e7b36f2757 2018-08-23 09:13:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:13:26,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:26,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73031bb4-95aa-4075-b24e-2bdcead03b81 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:13:26,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-73031bb4-95aa-4075-b24e-2bdcead03b81 2018-08-23 09:13:26,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191171169281s 2018-08-23 09:13:26,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-73031bb4-95aa-4075-b24e-2bdcead03b81 2018-08-23 09:13:26,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:13:26,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:26,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7ce273-94ef-4739-8ce1-2ed4a170e6d8 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:13:26,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d7ce273-94ef-4739-8ce1-2ed4a170e6d8 2018-08-23 09:13:26,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.137577056885s 2018-08-23 09:13:26,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d7ce273-94ef-4739-8ce1-2ed4a170e6d8 2018-08-23 09:13:26,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:13:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:26,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b775667c-c7c3-46b2-b51d-75bfc81f11ef Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 09:13:26,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b775667c-c7c3-46b2-b51d-75bfc81f11ef 2018-08-23 09:13:26,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102607965469s 2018-08-23 09:13:26,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b775667c-c7c3-46b2-b51d-75bfc81f11ef 2018-08-23 09:13:26,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:13:26,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:26,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494b836b-223e-4eb0-8e43-6b486b7376d7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": {"self": "http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b35b3c7d7fd04feb95580fd9fbc2a525", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:13:26,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-494b836b-223e-4eb0-8e43-6b486b7376d7 2018-08-23 09:13:26,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214067935944s 2018-08-23 09:13:26,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-494b836b-223e-4eb0-8e43-6b486b7376d7 2018-08-23 09:13:27,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:13:27,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:27,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d45ccd5b-3f83-44aa-bf87-73876ec018be Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738"}, "tags": [], "enabled": true, "id": "51ed6c540d4543309470e81f9688f738", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}]} 2018-08-23 09:13:27,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d45ccd5b-3f83-44aa-bf87-73876ec018be 2018-08-23 09:13:27,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103727817535s 2018-08-23 09:13:27,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d45ccd5b-3f83-44aa-bf87-73876ec018be 2018-08-23 09:13:27,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 09:13:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=51ed6c540d4543309470e81f9688f738" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:27,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf099d6-3d2a-41d3-b2f7-8c12180083a6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=51ed6c540d4543309470e81f9688f738", "previous": null, "next": null}} 2018-08-23 09:13:27,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=51ed6c540d4543309470e81f9688f738 used request id req-ecf099d6-3d2a-41d3-b2f7-8c12180083a6 2018-08-23 09:13:27,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106691122055s 2018-08-23 09:13:27,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=51ed6c540d4543309470e81f9688f738 used request id req-ecf099d6-3d2a-41d3-b2f7-8c12180083a6 2018-08-23 09:13:27,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 09:13:27,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:27,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2ba2518-a2c7-425b-8657-a877af966393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:13:27,367 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-d2ba2518-a2c7-425b-8657-a877af966393 2018-08-23 09:13:27,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136288166046s 2018-08-23 09:13:27,367 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-d2ba2518-a2c7-425b-8657-a877af966393 2018-08-23 09:13:27,368 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'51ed6c540d4543309470e81f9688f738', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a5baf111-60d8-40fb-8c6a-fdf914214d20', 'username': u'vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 09:13:27,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:13:27,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:13:27,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:13:27,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:13:27,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:13:27,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:13:27,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:13:27,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:13:27,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:13:27,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:13:27,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:13:27,373 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'password': 'a5baf111-60d8-40fb-8c6a-fdf914214d20', 'project_name': 'vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '51ed6c540d4543309470e81f9688f738', 'project_domain_name': 'Default'} 2018-08-23 09:13:27,379 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-23 09:13:27,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:13:27,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb23e1e-e899-427f-8c21-1bbd53bd30b8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:13:27,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ceb23e1e-e899-427f-8c21-1bbd53bd30b8 2018-08-23 09:13:27,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:13:27,794 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:13:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51ed6c540d4543309470e81f9688f738", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_51ed6c540d4543309470e81f9688f738", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_51ed6c540d4543309470e81f9688f738", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/51ed6c540d4543309470e81f9688f738", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/51ed6c540d4543309470e81f9688f738", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/51ed6c540d4543309470e81f9688f738", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/51ed6c540d4543309470e81f9688f738", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/51ed6c540d4543309470e81f9688f738", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/51ed6c540d4543309470e81f9688f738", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/51ed6c540d4543309470e81f9688f738", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/51ed6c540d4543309470e81f9688f738", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/51ed6c540d4543309470e81f9688f738", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/51ed6c540d4543309470e81f9688f738", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/51ed6c540d4543309470e81f9688f738", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/51ed6c540d4543309470e81f9688f738", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "id": "b35b3c7d7fd04feb95580fd9fbc2a525"}, "audit_ids": ["MK5aCVdxRemgRbn-KrF_qw"], "issued_at": "2018-08-23T09:13:27.000000Z"}} 2018-08-23 09:13:27,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 09:13:27,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vmtp-router_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "admin_state_up": true}}' 2018-08-23 09:13:29,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-82cb3152-8019-4aeb-9091-ce3efd8ab2bd Date: Thu, 23 Aug 2018 09:13:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "51ed6c540d4543309470e81f9688f738", "created_at": "2018-08-23T09:13:28Z", "admin_state_up": true, "updated_at": "2018-08-23T09:13:29Z", "revision_number": 2, "routes": [], "project_id": "51ed6c540d4543309470e81f9688f738", "id": "c30dba4a-065d-4a22-b046-c8d68dfb251e", "name": "vmtp-router_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}} 2018-08-23 09:13:29,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-82cb3152-8019-4aeb-9091-ce3efd8ab2bd 2018-08-23 09:13:29,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.3827688694s 2018-08-23 09:13:29,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-82cb3152-8019-4aeb-9091-ce3efd8ab2bd 2018-08-23 09:13:29,180 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'51ed6c540d4543309470e81f9688f738', u'created_at': u'2018-08-23T09:13:28Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T09:13:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'51ed6c540d4543309470e81f9688f738', u'id': u'c30dba4a-065d-4a22-b046-c8d68dfb251e', u'name': u'vmtp-router_b8eeb605-ed2f-4ff6-a879-a306a81aea5b'}) 2018-08-23 09:13:29,181 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-23 09:13:32,049 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-23 09:13:32,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:13:32,054 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 09:13:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 09:13:32,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:13:32,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:13:32,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-adac907c-a904-47ed-8bad-2bf546196035 Date: Thu, 23 Aug 2018 09:13:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:13:32,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-adac907c-a904-47ed-8bad-2bf546196035 2018-08-23 09:13:32,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233227014542s 2018-08-23 09:13:32,290 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-adac907c-a904-47ed-8bad-2bf546196035 2018-08-23 09:13:32,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:13:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}' 2018-08-23 09:13:32,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-11ecdc4c-2291-4c16-bec1-490608baee77 Date: Thu, 23 Aug 2018 09:13:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:13:32Z", "file": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file", "owner": "51ed6c540d4543309470e81f9688f738", "id": "834dfefa-abbd-4a31-b716-2d6d4b410038", "size": null, "self": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "checksum": null, "created_at": "2018-08-23T09:13:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:13:32,357 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-11ecdc4c-2291-4c16-bec1-490608baee77 2018-08-23 09:13:32,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0589790344238s 2018-08-23 09:13:32,358 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-11ecdc4c-2291-4c16-bec1-490608baee77 returning object 834dfefa-abbd-4a31-b716-2d6d4b410038 2018-08-23 09:13:32,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:13:32,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" -d '' 2018-08-23 09:13:36,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e66e927-1f83-4751-82b8-86a0c631afdb Date: Thu, 23 Aug 2018 09:13:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:13:36,498 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file used request id req-1e66e927-1f83-4751-82b8-86a0c631afdb 2018-08-23 09:13:36,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.13933801651s 2018-08-23 09:13:36,498 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file used request id req-1e66e927-1f83-4751-82b8-86a0c631afdb 2018-08-23 09:13:36,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:13:36,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:13:36,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-b3493ed3-5f87-47db-8232-a2f5b1b354d3 Date: Thu, 23 Aug 2018 09:13:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:13:36Z", "file": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file", "owner": "51ed6c540d4543309470e81f9688f738", "id": "834dfefa-abbd-4a31-b716-2d6d4b410038", "size": 263193088, "self": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T09:13:32Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:13:36,540 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b3493ed3-5f87-47db-8232-a2f5b1b354d3 2018-08-23 09:13:36,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0378680229187s 2018-08-23 09:13:36,541 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b3493ed3-5f87-47db-8232-a2f5b1b354d3 2018-08-23 09:13:36,542 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap', u'metadata': Munch({})})], 'file': u'/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file', 'owner': u'51ed6c540d4543309470e81f9688f738', 'id': u'834dfefa-abbd-4a31-b716-2d6d4b410038', 'size': 263193088, u'self': u'/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51ed6c540d4543309470e81f9688f738', 'name': 'vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:13:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T09:13:36Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'created': u'2018-08-23T09:13:32Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-23T09:13:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:13:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:13:36,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-23 09:13:36,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a17eb090-eb7f-4476-af57-484aa1557b6e x-compute-request-id: req-a17eb090-eb7f-4476-af57-484aa1557b6e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "0e1a933c-8437-4202-a781-8a65cbb1c5db"}} 2018-08-23 09:13:36,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a17eb090-eb7f-4476-af57-484aa1557b6e 2018-08-23 09:13:36,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.42564702034s 2018-08-23 09:13:36,969 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a17eb090-eb7f-4476-af57-484aa1557b6e 2018-08-23 09:13:36,970 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', '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'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 0, 'id': u'0e1a933c-8437-4202-a781-8a65cbb1c5db', 'swap': 0}) 2018-08-23 09:13:36,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:13:36,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" -d '{"extra_specs": {}}' 2018-08-23 09:13:36,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a8eaf53-213c-4dfa-a97b-f035b18164e1 x-compute-request-id: req-1a8eaf53-213c-4dfa-a97b-f035b18164e1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:13:36,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db/os-extra_specs used request id req-1a8eaf53-213c-4dfa-a97b-f035b18164e1 2018-08-23 09:13:36,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227580070496s 2018-08-23 09:13:36,994 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db/os-extra_specs used request id req-1a8eaf53-213c-4dfa-a97b-f035b18164e1 2018-08-23 09:13:36,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:13:37,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4169fe30-7b4c-4182-a5fd-3f986dad256b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:13:37,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4169fe30-7b4c-4182-a5fd-3f986dad256b 2018-08-23 09:13:37,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176984071732s 2018-08-23 09:13:37,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4169fe30-7b4c-4182-a5fd-3f986dad256b 2018-08-23 09:13:37,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:13:37,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9e67dd-832f-44d5-a754-353fe747ba82 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:13:37,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f9e67dd-832f-44d5-a754-353fe747ba82 2018-08-23 09:13:37,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187165975571s 2018-08-23 09:13:37,366 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f9e67dd-832f-44d5-a754-353fe747ba82 2018-08-23 09:13:37,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:13:37,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09028f7c-1b0d-48d0-9214-9ecfeaad31b1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 09:13:37,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-09028f7c-1b0d-48d0-9214-9ecfeaad31b1 2018-08-23 09:13:37,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178338050842s 2018-08-23 09:13:37,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-09028f7c-1b0d-48d0-9214-9ecfeaad31b1 2018-08-23 09:13:37,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:13:37,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c0be4c-6607-4be4-805b-cf874bf0f36e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": {"self": "http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b35b3c7d7fd04feb95580fd9fbc2a525", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:13:37,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3c0be4c-6607-4be4-805b-cf874bf0f36e 2018-08-23 09:13:37,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121084928513s 2018-08-23 09:13:37,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3c0be4c-6607-4be4-805b-cf874bf0f36e 2018-08-23 09:13:37,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:13:37,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6667227-4abc-4b0f-acb2-887d10f74035 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738"}, "tags": [], "enabled": true, "id": "51ed6c540d4543309470e81f9688f738", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}]} 2018-08-23 09:13:37,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e6667227-4abc-4b0f-acb2-887d10f74035 2018-08-23 09:13:37,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100609064102s 2018-08-23 09:13:37,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e6667227-4abc-4b0f-acb2-887d10f74035 2018-08-23 09:13:37,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 09:13:37,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=51ed6c540d4543309470e81f9688f738" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:37,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e11ebef-286f-48e4-81eb-0b17b4d80831 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=51ed6c540d4543309470e81f9688f738", "previous": null, "next": null}} 2018-08-23 09:13:37,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=51ed6c540d4543309470e81f9688f738 used request id req-0e11ebef-286f-48e4-81eb-0b17b4d80831 2018-08-23 09:13:37,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.17607998848s 2018-08-23 09:13:37,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b35b3c7d7fd04feb95580fd9fbc2a525&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=51ed6c540d4543309470e81f9688f738 used request id req-0e11ebef-286f-48e4-81eb-0b17b4d80831 2018-08-23 09:13:37,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 09:13:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/8c7831c4a8f34c87b670447935b80819 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:13:38,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97395a60-f675-469d-acbc-261fcef77b14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:13:38,104 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/8c7831c4a8f34c87b670447935b80819 used request id req-97395a60-f675-469d-acbc-261fcef77b14 2018-08-23 09:13:38,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134413957596s 2018-08-23 09:13:38,104 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738/users/b35b3c7d7fd04feb95580fd9fbc2a525/roles/8c7831c4a8f34c87b670447935b80819 used request id req-97395a60-f675-469d-acbc-261fcef77b14 2018-08-23 09:13:38,105 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b' 2018-08-23 09:13:38,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 09:13:38,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" -d '{"keypair": {"name": "vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}}' 2018-08-23 09:13:38,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-987f03b3-3cc5-4745-ace9-5f249e3b5bf2 x-compute-request-id: req-987f03b3-3cc5-4745-ace9-5f249e3b5bf2 Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChK1Bl6/AsA8kZHfFkZ7Pg0Iz/HMy1tOZOZZUU5or5/e/PeIhhpS9bYGIdxvb6gDa9kW8zXppoH8snyXrqv0+aE7k8z/qOpxWUiFSCUnHT+MEoGAJxho/DtpUTBAm4jyL9dwTsMECmww1p7fxMOrcsNVKpoCbnXAjb/UkmDkBO0NRm4xnJ3PeCVhqy7qUVliw2NvrSE/QVz1PaB8MyCZXbzD2n5K8NjAQziwCt73/1bjNkwXvkrkXhSPxLyGTI8j7yfQVPBA+q2jT0KSgb9XzxfpGvtan6VvR2en7I91H5WEtQSsd9DZUmLhOwzTlKeDI4oCvkUsfXk8jS0bpEejNd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoStQZevwLAPJGR3xZGez4NCM/xzMtbTmTmWVFOaK+f3vz3iI\nYaUvW2BiHcb2+oA2vZFvM16aaB/LJ8l66r9PmhO5PM/6jqcVlIhUglJx0/jBKBgC\ncYaPw7aVEwQJuI8i/XcE7DBApsMNae38TDq3LDVSqaAm51wI2/1JJg5ATtDUZuMZ\nydz3glYasu6lFZYsNjb60hP0Fc9T2gfDMgmV28w9p+SvDYwEM4sAre9/9W4zZMF7\n5K5F4Uj8S8hkyPI+8n0FTwQPqto09CkoG/V88X6Rr7Wp+lb0dnp+yPdR+VhLUErH\nfQ2VJi4TsM05SngyOKAr5FLH15PI0tG6RHozXQIDAQABAoIBABReoBOxpTI67ECz\nax3wiWiBk0BvCGRyz6Ta6+OvW6NK9/M13a7RrNGUtfHjgrWYXNLKvc41R7ifRBLs\nQQ/ITCxCD+hitN0wuuaB8IRkHSTYTLlfh3eHtUXcHq0/lmbwGFEGqOWdF568Ckb4\nICoWRa5dsuvjZOda13fOZF9d77zGLqC4YzzXXHZpXH5/Q8Z3RD/Anlq1aIoEcGq8\nQ1yJaydnkecQ/GT9DfBmTy5CLhXjEAyg18IrXWQ9aUDx1S0pxq8R26v7Nk8eaMJ8\nHmIcSMWF26bVTwDeA86sksHeyZpugXDWZ5e681onfjo6Wv9t6Tvc08mpZVTYy4zC\n9EEJpbUCgYEA0tWT6WWRunlTkhyxXzN0wws4s4A4jEVDeIoDm9VYC6KWxGGYTNXw\nHartHniSm8BUqM4zSa+BwzNiGhn62MTL31jcvu4EBqEAzhWi7sk3LmW4oGniCwwy\no/mK8GVHzH1q6f31/Oh9i6odzaRn+vWrEnuxDvjhFyEXqB9HmVbYr5sCgYEAw7IJ\n/YMmsoS8GaLjO8EXCPRydBfqFBsvxbQSLrFySJVJ1OyUabKKt/ljNG7+HvV9P45m\nQLPbRTfYMAmXNZIDVHp8fjOKPbF2/6zUg71J+kzjuyoqmOXjowS6WjxyvofyVES0\nxi/5vD7fhaHPrdlkyx9esmZybqhjNGcPlUrJZGcCgYAQ23LQHobgWgMMk6665epY\nDfWipIXg8UjLwn03YH+BrqZPXV5IBnMEbD45SXqvaVlbheEj6xx89wbI/3rHCjUi\nzoAX4//+Z7EgySoV3ZDD7O4uJUkliPwjkDhDsFVlTEHYI64fYpdnK1rmrlaCAlKD\nT9CAWfXlW4gAsT+QSxlYMQKBgFpWHJB/c2SjK2W2MKlL2ENU/GSlCXRgnGvqVR5i\n4XuqFpwI3fXw6mJE6EuzFPHbpwaoyIEDxautPMnoE3oyPgFITaHATwdtnZ4m/S8X\nOUgnKFUlAOb18GA3dYLkNp/Hh9Doqn52dRU1/N7mNEVvfjzZ7U/zRM3aQ3lUPfhP\nvqnvAoGBAJcIRn9oUf5Q8gWIS9iDpPzHgYwrHWyvYdXI2qAT9vMAyTTwK6f9g2CF\nG3v1N1dbseEybe27DJ4BtrR71ORiKR5QjziRSlL7Mfk59d4aZMkc5joYNOrz6tQt\n29Wm2AJGpmJRqVZDHwLSgco3LolaTO2VCUsdEIH9yMnlh+6qR2Pl\n-----END RSA PRIVATE KEY-----\n", "user_id": "b35b3c7d7fd04feb95580fd9fbc2a525", "name": "vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "fingerprint": "e1:52:36:4b:b6:c6:a4:be:8d:dd:8e:63:75:28:f9:a6"}} 2018-08-23 09:13:38,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-987f03b3-3cc5-4745-ace9-5f249e3b5bf2 2018-08-23 09:13:38,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.809159994125s 2018-08-23 09:13:38,915 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-987f03b3-3cc5-4745-ace9-5f249e3b5bf2 2018-08-23 09:13:38,915 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChK1Bl6/AsA8kZHfFkZ7Pg0Iz/HMy1tOZOZZUU5or5/e/PeIhhpS9bYGIdxvb6gDa9kW8zXppoH8snyXrqv0+aE7k8z/qOpxWUiFSCUnHT+MEoGAJxho/DtpUTBAm4jyL9dwTsMECmww1p7fxMOrcsNVKpoCbnXAjb/UkmDkBO0NRm4xnJ3PeCVhqy7qUVliw2NvrSE/QVz1PaB8MyCZXbzD2n5K8NjAQziwCt73/1bjNkwXvkrkXhSPxLyGTI8j7yfQVPBA+q2jT0KSgb9XzxfpGvtan6VvR2en7I91H5WEtQSsd9DZUmLhOwzTlKeDI4oCvkUsfXk8jS0bpEejNd Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoStQZevwLAPJGR3xZGez4NCM/xzMtbTmTmWVFOaK+f3vz3iI\nYaUvW2BiHcb2+oA2vZFvM16aaB/LJ8l66r9PmhO5PM/6jqcVlIhUglJx0/jBKBgC\ncYaPw7aVEwQJuI8i/XcE7DBApsMNae38TDq3LDVSqaAm51wI2/1JJg5ATtDUZuMZ\nydz3glYasu6lFZYsNjb60hP0Fc9T2gfDMgmV28w9p+SvDYwEM4sAre9/9W4zZMF7\n5K5F4Uj8S8hkyPI+8n0FTwQPqto09CkoG/V88X6Rr7Wp+lb0dnp+yPdR+VhLUErH\nfQ2VJi4TsM05SngyOKAr5FLH15PI0tG6RHozXQIDAQABAoIBABReoBOxpTI67ECz\nax3wiWiBk0BvCGRyz6Ta6+OvW6NK9/M13a7RrNGUtfHjgrWYXNLKvc41R7ifRBLs\nQQ/ITCxCD+hitN0wuuaB8IRkHSTYTLlfh3eHtUXcHq0/lmbwGFEGqOWdF568Ckb4\nICoWRa5dsuvjZOda13fOZF9d77zGLqC4YzzXXHZpXH5/Q8Z3RD/Anlq1aIoEcGq8\nQ1yJaydnkecQ/GT9DfBmTy5CLhXjEAyg18IrXWQ9aUDx1S0pxq8R26v7Nk8eaMJ8\nHmIcSMWF26bVTwDeA86sksHeyZpugXDWZ5e681onfjo6Wv9t6Tvc08mpZVTYy4zC\n9EEJpbUCgYEA0tWT6WWRunlTkhyxXzN0wws4s4A4jEVDeIoDm9VYC6KWxGGYTNXw\nHartHniSm8BUqM4zSa+BwzNiGhn62MTL31jcvu4EBqEAzhWi7sk3LmW4oGniCwwy\no/mK8GVHzH1q6f31/Oh9i6odzaRn+vWrEnuxDvjhFyEXqB9HmVbYr5sCgYEAw7IJ\n/YMmsoS8GaLjO8EXCPRydBfqFBsvxbQSLrFySJVJ1OyUabKKt/ljNG7+HvV9P45m\nQLPbRTfYMAmXNZIDVHp8fjOKPbF2/6zUg71J+kzjuyoqmOXjowS6WjxyvofyVES0\nxi/5vD7fhaHPrdlkyx9esmZybqhjNGcPlUrJZGcCgYAQ23LQHobgWgMMk6665epY\nDfWipIXg8UjLwn03YH+BrqZPXV5IBnMEbD45SXqvaVlbheEj6xx89wbI/3rHCjUi\nzoAX4//+Z7EgySoV3ZDD7O4uJUkliPwjkDhDsFVlTEHYI64fYpdnK1rmrlaCAlKD\nT9CAWfXlW4gAsT+QSxlYMQKBgFpWHJB/c2SjK2W2MKlL2ENU/GSlCXRgnGvqVR5i\n4XuqFpwI3fXw6mJE6EuzFPHbpwaoyIEDxautPMnoE3oyPgFITaHATwdtnZ4m/S8X\nOUgnKFUlAOb18GA3dYLkNp/Hh9Doqn52dRU1/N7mNEVvfjzZ7U/zRM3aQ3lUPfhP\nvqnvAoGBAJcIRn9oUf5Q8gWIS9iDpPzHgYwrHWyvYdXI2qAT9vMAyTTwK6f9g2CF\nG3v1N1dbseEybe27DJ4BtrR71ORiKR5QjziRSlL7Mfk59d4aZMkc5joYNOrz6tQt\n29Wm2AJGpmJRqVZDHwLSgco3LolaTO2VCUsdEIH9yMnlh+6qR2Pl\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b35b3c7d7fd04feb95580fd9fbc2a525', 'name': u'vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'created_at': '2018-08-23T09:13:38.915881', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51ed6c540d4543309470e81f9688f738', 'name': 'vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e1:52:36:4b:b6:c6:a4:be:8d:dd:8e:63:75:28:f9:a6', 'type': 'ssh', 'id': u'vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b'}) 2018-08-23 09:13:38,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 09:13:38,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:13:38,946 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09: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-4bed3aee-221e-40a9-8234-cac0297c6b09 x-compute-request-id: req-4bed3aee-221e-40a9-8234-cac0297c6b09 Content-Length: 0 Content-Type: application/json 2018-08-23 09:13:38,946 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b used request id req-4bed3aee-221e-40a9-8234-cac0297c6b09 2018-08-23 09:13:38,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0296361446381s 2018-08-23 09:13:38,946 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_b8eeb605-ed2f-4ff6-a879-a306a81aea5b used request id req-4bed3aee-221e-40a9-8234-cac0297c6b09 2018-08-23 09:13:39,829 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-08-23 09:38:13,914 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-23 09:13:40,629 INFO Using http://172.30.9.21:5000/v3 2018-08-23 09:13:40,629 INFO VM public key: /tmp/tmp8OQfSS 2018-08-23 09:13:40,629 INFO VM private key: /tmp/tmpWSVvc_ 2018-08-23 09:13:42,372 INFO Found image vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b to launch VM, will continue 2018-08-23 09:13:43,216 INFO Using external router: vmtp-router_b8eeb605-ed2f-4ff6-a879-a306a81aea5b 2018-08-23 09:13:43,217 INFO Using external network: external. 2018-08-23 09:13:44,175 INFO Created internal network: pns-internal-net_b8eeb605-ed2f-4ff6-a879-a306a81aea5b. 2018-08-23 09:13:44,795 INFO Created internal network: pns-internal-net2_b8eeb605-ed2f-4ff6-a879-a306a81aea5b. 2018-08-23 09:13:46,552 DEBUG Ext router associated to pns-internal-net_b8eeb605-ed2f-4ff6-a879-a306a81aea5b 2018-08-23 09:13:48,266 DEBUG Ext router associated to pns-internal-net2_b8eeb605-ed2f-4ff6-a879-a306a81aea5b 2018-08-23 09:13:48,295 INFO OpenStack agent: Unknown agent 2018-08-23 09:13:48,295 INFO OpenStack network type: vxlan 2018-08-23 09:13:49,522 INFO [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Creating server VM... 2018-08-23 09:13:49,522 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-23 09:13:52,168 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 1 of 90... 2018-08-23 09:13:54,483 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 2 of 90... 2018-08-23 09:13:56,893 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 3 of 90... 2018-08-23 09:13:59,344 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 4 of 90... 2018-08-23 09:14:01,687 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 5 of 90... 2018-08-23 09:14:03,852 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 6 of 90... 2018-08-23 09:14:06,460 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 7 of 90... 2018-08-23 09:14:08,854 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 8 of 90... 2018-08-23 09:14:11,657 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 9 of 90... 2018-08-23 09:14:14,715 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 10 of 90... 2018-08-23 09:14:16,865 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 11 of 90... 2018-08-23 09:14:19,203 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 12 of 90... 2018-08-23 09:14:21,955 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 13 of 90... 2018-08-23 09:14:24,370 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 14 of 90... 2018-08-23 09:14:27,413 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 15 of 90... 2018-08-23 09:14:30,469 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 16 of 90... 2018-08-23 09:14:32,939 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 17 of 90... 2018-08-23 09:14:35,749 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 18 of 90... 2018-08-23 09:14:38,654 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 19 of 90... 2018-08-23 09:14:40,816 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 20 of 90... 2018-08-23 09:14:43,836 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 21 of 90... 2018-08-23 09:14:46,241 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 22 of 90... 2018-08-23 09:14:48,398 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 23 of 90... 2018-08-23 09:14:50,550 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 24 of 90... 2018-08-23 09:14:53,577 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 25 of 90... 2018-08-23 09:14:55,976 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 26 of 90... 2018-08-23 09:14:58,834 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 27 of 90... 2018-08-23 09:15:01,905 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 28 of 90... 2018-08-23 09:15:04,758 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 29 of 90... 2018-08-23 09:15:07,174 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 30 of 90... 2018-08-23 09:15:09,494 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 31 of 90... 2018-08-23 09:15:11,655 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 32 of 90... 2018-08-23 09:15:13,996 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 33 of 90... 2018-08-23 09:15:16,802 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 34 of 90... 2018-08-23 09:15:19,451 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 35 of 90... 2018-08-23 09:15:24,026 INFO [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Internal network IP: 192.168.1.12 2018-08-23 09:15:24,026 INFO [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] SSH IP: 172.30.9.210 2018-08-23 09:15:24,026 INFO [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Setup SSH for ubuntu@172.30.9.210 2018-08-23 09:16:59,518 INFO [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Installing nuttcp-8.1.4... 2018-08-23 09:16:59,587 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Copying nuttcp-8.1.4 to target... 2018-08-23 09:16:59,861 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Starting nuttcp-8.1.4 server... 2018-08-23 09:16:59,903 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] 2018-08-23 09:16:59,949 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Creating client VM... 2018-08-23 09:16:59,949 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-23 09:17:03,076 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 1 of 90... 2018-08-23 09:17:05,504 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 2 of 90... 2018-08-23 09:17:07,944 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 3 of 90... 2018-08-23 09:17:10,601 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 4 of 90... 2018-08-23 09:17:12,772 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] VM status=BUILD, retrying 5 of 90... 2018-08-23 09:17:17,294 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Internal network IP: 192.168.1.9 2018-08-23 09:17:17,295 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] SSH IP: 172.30.9.211 2018-08-23 09:17:17,295 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Setup SSH for ubuntu@172.30.9.211 2018-08-23 09:18:54,773 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Installing nuttcp-8.1.4... 2018-08-23 09:18:54,816 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Copying nuttcp-8.1.4 to target... 2018-08-23 09:18:54,984 INFO ============================================================ 2018-08-23 09:18:54,984 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-23 09:19:04,027 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.779 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.193 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.143 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.265 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.117 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.160 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.329 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.296 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.322 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.230 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.117/0.283/0.779/0.180 ms 2018-08-23 09:19:13,072 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.162 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.170 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.169 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.226 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.281 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.312 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.178 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.254 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.148 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.353 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.148/0.225/0.353/0.068 ms 2018-08-23 09:19:22,116 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.412 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.167 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.213 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.173 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.176 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.343 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.240 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.149 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.192 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.287 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.149/0.235/0.412/0.082 ms 2018-08-23 09:19:22,117 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:19:22,117 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:19:32,241 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=18676.1250 real_seconds=10.00 rate_Mbps=15663.4362 tx_cpu=35 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.32 2018-08-23 09:19:32,243 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:19:42,338 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=18273.5625 real_seconds=10.00 rate_Mbps=15327.0471 tx_cpu=35 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.12 2018-08-23 09:19:42,339 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:19:52,437 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=18809.0506 real_seconds=10.00 rate_Mbps=15774.8246 tx_cpu=34 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.32 2018-08-23 09:19:52,437 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:19:52,438 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:19:55,764 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=28.7283 real_seconds=1.00 rate_Mbps=240.9427 tx_cpu=19 rx_cpu=40 drop=87 pkt=235429 data_loss=0.03688 2018-08-23 09:19:55,766 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<246725/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:19:55,766 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R740175K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:19:59,091 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=28.6713 real_seconds=1.00 rate_Mbps=240.2285 tx_cpu=21 rx_cpu=36 drop=644 pkt=235519 data_loss=0.27339 2018-08-23 09:19:59,092 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<245993/740175<740175 Kbps loss-rate=0 2018-08-23 09:19:59,092 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R493084K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:02,443 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=28.8845 real_seconds=1.00 rate_Mbps=241.9467 tx_cpu=19 rx_cpu=36 drop=111 pkt=236733 data_loss=0.04706 2018-08-23 09:20:02,444 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<247753/493084<493084 Kbps loss-rate=0 2018-08-23 09:20:02,444 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R370418K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:05,769 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=24.9691 real_seconds=1.00 rate_Mbps=209.0643 tx_cpu=24 rx_cpu=34 drop=0 pkt=204547 data_loss=0.00000 2018-08-23 09:20:05,770 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<214081/370418<370418 Kbps loss-rate=0 2018-08-23 09:20:05,770 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R292249K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:09,096 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=26.5215 real_seconds=1.00 rate_Mbps=222.2041 tx_cpu=20 rx_cpu=34 drop=197 pkt=217461 data_loss=0.09041 2018-08-23 09:20:09,097 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<227536/292249<292249 Kbps loss-rate=0 2018-08-23 09:20:09,097 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R259892K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:12,450 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=25.2822 real_seconds=1.00 rate_Mbps=211.7530 tx_cpu=18 rx_cpu=33 drop=39 pkt=207150 data_loss=0.01859 2018-08-23 09:20:12,451 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=1<216835/259892<259892 Kbps loss-rate=0 2018-08-23 09:20:12,451 DEBUG undershot, min=216835 kbps=238363 max=259892 2018-08-23 09:20:12,451 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R238363K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:15,777 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=26.9177 real_seconds=1.00 rate_Mbps=225.3738 tx_cpu=26 rx_cpu=35 drop=0 pkt=220510 data_loss=0.00000 2018-08-23 09:20:15,778 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=216835<230782/238363<259892 Kbps loss-rate=0 2018-08-23 09:20:15,778 DEBUG undershot, min=230782 kbps=245337 max=259892 2018-08-23 09:20:15,778 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R245337K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:19,129 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=26.5928 real_seconds=1.00 rate_Mbps=222.7296 tx_cpu=21 rx_cpu=34 drop=0 pkt=217848 data_loss=0.00000 2018-08-23 09:20:19,130 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=230782<228075/245337<259892 Kbps loss-rate=0 2018-08-23 09:20:19,130 DEBUG undershot, min=245337 kbps=252614 max=259892 2018-08-23 09:20:19,131 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R252614K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:22,457 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=27.0393 real_seconds=1.00 rate_Mbps=226.4257 tx_cpu=19 rx_cpu=32 drop=677 pkt=222183 data_loss=0.30455 2018-08-23 09:20:22,458 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=128 throughput=245337<231859/252614<259892 Kbps loss-rate=0 2018-08-23 09:20:22,458 DEBUG undershot, min=252614 kbps=256253 max=259892 2018-08-23 09:20:22,458 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:20:22,459 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:25,811 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=217.5146 real_seconds=1.00 rate_Mbps=1822.9079 tx_cpu=32 rx_cpu=37 drop=464 pkt=223199 data_loss=0.20792 2018-08-23 09:20:25,812 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=1<1866657/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:20:25,812 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3433328K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:29,138 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=210.0576 real_seconds=1.00 rate_Mbps=1760.3447 tx_cpu=35 rx_cpu=36 drop=14 pkt=215113 data_loss=0.00652 2018-08-23 09:20:29,139 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=1<1802592/3433328<3433328 Kbps loss-rate=0 2018-08-23 09:20:29,140 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2617960K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:32,492 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=219.4512 real_seconds=1.00 rate_Mbps=1839.4698 tx_cpu=33 rx_cpu=39 drop=444 pkt=225162 data_loss=0.19719 2018-08-23 09:20:32,493 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=1<1883617/2617960<2617960 Kbps loss-rate=0 2018-08-23 09:20:32,493 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2250788K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:35,845 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=217.6250 real_seconds=1.00 rate_Mbps=1824.5363 tx_cpu=37 rx_cpu=38 drop=0 pkt=222848 data_loss=0.00000 2018-08-23 09:20:35,846 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=1<1868325/2250788<2250788 Kbps loss-rate=0 2018-08-23 09:20:35,847 DEBUG undershot, min=1868325 kbps=2059556 max=2250788 2018-08-23 09:20:35,847 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2059556K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:39,200 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=211.8467 real_seconds=1.00 rate_Mbps=1775.5718 tx_cpu=38 rx_cpu=34 drop=0 pkt=216931 data_loss=0.00000 2018-08-23 09:20:39,200 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=1868325<1818185/2059556<2250788 Kbps loss-rate=0 2018-08-23 09:20:39,200 DEBUG undershot, min=2059556 kbps=2155172 max=2250788 2018-08-23 09:20:39,201 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2155172K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:42,526 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=195.0205 real_seconds=1.00 rate_Mbps=1634.3114 tx_cpu=35 rx_cpu=33 drop=872 pkt=200573 data_loss=0.43477 2018-08-23 09:20:42,527 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=1024 throughput=2059556<1673534/2155172<2250788 Kbps loss-rate=0 2018-08-23 09:20:42,527 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:20:42,527 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:45,853 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=595.4688 real_seconds=1.00 rate_Mbps=4995.3787 tx_cpu=99 rx_cpu=26 drop=74 pkt=76294 data_loss=0.09699 2018-08-23 09:20:45,854 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=8192 throughput=1<5115267/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:20:45,854 DEBUG undershot, min=5115267 kbps=7557633 max=10000000 2018-08-23 09:20:45,854 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7557633K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:49,181 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=899.8828 real_seconds=1.00 rate_Mbps=7549.4889 tx_cpu=99 rx_cpu=33 drop=134 pkt=115319 data_loss=0.11620 2018-08-23 09:20:49,182 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=8192 throughput=5115267<7730676/7557633<10000000 Kbps loss-rate=0 2018-08-23 09:20:49,183 DEBUG undershot, min=7730676 kbps=8865338 max=10000000 2018-08-23 09:20:49,183 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8865338K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:52,534 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=1049.0078 real_seconds=1.00 rate_Mbps=8795.4671 tx_cpu=99 rx_cpu=36 drop=1003 pkt=135276 data_loss=0.74145 2018-08-23 09:20:52,534 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=8192 throughput=7730676<9006558/8865338<10000000 Kbps loss-rate=0 2018-08-23 09:20:52,535 DEBUG undershot, min=9006558 kbps=9503279 max=10000000 2018-08-23 09:20:52,535 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9503279K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:20:55,861 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] megabytes=1131.9453 real_seconds=1.00 rate_Mbps=9496.4996 tx_cpu=95 rx_cpu=36 drop=119 pkt=145008 data_loss=0.08207 2018-08-23 09:20:55,861 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] pkt-size=8192 throughput=9006558<9724415/9503279<10000000 Kbps loss-rate=0 2018-08-23 09:20:55,862 DEBUG undershot, min=9724415 kbps=9862207 max=10000000 2018-08-23 09:20:55,872 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.9', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.32, 'throughput_kbps': 16039358, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.12, 'throughput_kbps': 15694896, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.32, 'throughput_kbps': 16153420, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.3, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 231859, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.43, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1673534, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.08, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9724415, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.283', 'rtt_max_ms': '0.779', 'rtt_min_ms': '0.117', 'rtt_stddev': '0.180', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.225', 'rtt_max_ms': '0.353', 'rtt_min_ms': '0.148', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.235', 'rtt_max_ms': '0.412', 'rtt_min_ms': '0.149', 'rtt_stddev': '0.082', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-23 09:20:55,873 INFO Deleting floating ip a4459f81-3362-4ce7-978b-0b2387450e71 2018-08-23 09:20:57,199 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Floating IP 172.30.9.211 deleted 2018-08-23 09:20:57,988 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Instance deleted 2018-08-23 09:20:58,102 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Creating client VM... 2018-08-23 09:20:58,102 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-23 09:21:00,755 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] VM status=BUILD, retrying 1 of 90... 2018-08-23 09:21:03,633 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] VM status=BUILD, retrying 2 of 90... 2018-08-23 09:21:06,044 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] VM status=BUILD, retrying 3 of 90... 2018-08-23 09:21:08,435 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] VM status=BUILD, retrying 4 of 90... 2018-08-23 09:21:10,574 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] VM status=BUILD, retrying 5 of 90... 2018-08-23 09:21:14,865 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Internal network IP: 192.168.2.3 2018-08-23 09:21:14,865 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] SSH IP: 172.30.9.200 2018-08-23 09:21:14,865 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Setup SSH for ubuntu@172.30.9.200 2018-08-23 09:22:52,337 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Installing nuttcp-8.1.4... 2018-08-23 09:22:52,378 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Copying nuttcp-8.1.4 to target... 2018-08-23 09:22:52,542 INFO ============================================================ 2018-08-23 09:22:52,543 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-23 09:23:01,613 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.916 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.263 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.123 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.131 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.123 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.132 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.257 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.126 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.191 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.200 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.123/0.246/0.916/0.229 ms 2018-08-23 09:23:10,653 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.166 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.104 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.105 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.141 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.154 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.129 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.123 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.142 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.124 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.184 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.104/0.137/0.184/0.025 ms 2018-08-23 09:23:19,694 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.413 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.147 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.194 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.192 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.161 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.328 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.157 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.158 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.131 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.154 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.131/0.203/0.413/0.088 ms 2018-08-23 09:23:19,694 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:23:19,695 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:23:29,819 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=19168.9151 real_seconds=10.00 rate_Mbps=16079.0047 tx_cpu=34 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.46 2018-08-23 09:23:29,820 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:23:39,918 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=19227.4375 real_seconds=10.00 rate_Mbps=16127.2470 tx_cpu=36 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.26 2018-08-23 09:23:39,918 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:23:50,014 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=18479.2500 real_seconds=10.00 rate_Mbps=15499.6228 tx_cpu=34 rx_cpu=48 retrans=0 cwnd=3137 rtt_ms=0.25 2018-08-23 09:23:50,015 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:23:50,016 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:23:53,368 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=24.4485 real_seconds=1.00 rate_Mbps=205.6914 tx_cpu=16 rx_cpu=32 drop=0 pkt=200282 data_loss=0.00000 2018-08-23 09:23:53,369 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<210627/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:23:53,370 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R631881K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:23:56,721 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=23.5339 real_seconds=1.00 rate_Mbps=197.1124 tx_cpu=22 rx_cpu=36 drop=175 pkt=192965 data_loss=0.09085 2018-08-23 09:23:56,722 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<201843/631881<631881 Kbps loss-rate=0 2018-08-23 09:23:56,722 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R416862K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:00,047 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=24.3323 real_seconds=1.00 rate_Mbps=203.7405 tx_cpu=19 rx_cpu=33 drop=132 pkt=199462 data_loss=0.06612 2018-08-23 09:24:00,047 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<208630/416862<416862 Kbps loss-rate=0 2018-08-23 09:24:00,048 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R312746K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:03,374 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=23.8479 real_seconds=1.00 rate_Mbps=199.8241 tx_cpu=21 rx_cpu=32 drop=31 pkt=195393 data_loss=0.01593 2018-08-23 09:24:03,374 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<204619/312746<312746 Kbps loss-rate=0 2018-08-23 09:24:03,375 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R258682K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:06,700 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=27.0914 real_seconds=1.00 rate_Mbps=226.8191 tx_cpu=17 rx_cpu=35 drop=0 pkt=221933 data_loss=0.00000 2018-08-23 09:24:06,700 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<232262/258682<258682 Kbps loss-rate=0 2018-08-23 09:24:06,701 DEBUG undershot, min=232262 kbps=245472 max=258682 2018-08-23 09:24:06,701 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R245472K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:10,027 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=23.7878 real_seconds=1.00 rate_Mbps=199.1323 tx_cpu=23 rx_cpu=36 drop=0 pkt=194870 data_loss=0.00000 2018-08-23 09:24:10,027 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=232262<203911/245472<258682 Kbps loss-rate=0 2018-08-23 09:24:10,028 DEBUG undershot, min=245472 kbps=252077 max=258682 2018-08-23 09:24:10,028 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R252077K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:13,378 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=24.3236 real_seconds=1.00 rate_Mbps=203.7946 tx_cpu=23 rx_cpu=36 drop=0 pkt=199259 data_loss=0.00000 2018-08-23 09:24:13,378 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=245472<208685/252077<258682 Kbps loss-rate=0 2018-08-23 09:24:13,378 DEBUG undershot, min=252077 kbps=255379 max=258682 2018-08-23 09:24:13,378 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:24:13,379 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:16,729 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=189.7422 real_seconds=1.00 rate_Mbps=1590.5976 tx_cpu=35 rx_cpu=39 drop=0 pkt=194296 data_loss=0.00000 2018-08-23 09:24:16,730 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1628771/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:24:16,730 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3314385K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:20,055 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=207.4902 real_seconds=1.00 rate_Mbps=1738.6660 tx_cpu=28 rx_cpu=38 drop=0 pkt=212470 data_loss=0.00000 2018-08-23 09:24:20,056 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1780393/3314385<3314385 Kbps loss-rate=0 2018-08-23 09:24:20,056 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2547389K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:23,407 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=222.2891 real_seconds=1.00 rate_Mbps=1863.8366 tx_cpu=29 rx_cpu=40 drop=235 pkt=227859 data_loss=0.10314 2018-08-23 09:24:23,407 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1908568/2547389<2547389 Kbps loss-rate=0 2018-08-23 09:24:23,407 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2227978K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:26,731 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=202.6621 real_seconds=1.00 rate_Mbps=1698.8943 tx_cpu=26 rx_cpu=35 drop=0 pkt=207526 data_loss=0.00000 2018-08-23 09:24:26,731 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1739667/2227978<2227978 Kbps loss-rate=0 2018-08-23 09:24:26,731 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1983822K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:30,055 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=213.7979 real_seconds=1.00 rate_Mbps=1792.0274 tx_cpu=28 rx_cpu=37 drop=0 pkt=218929 data_loss=0.00000 2018-08-23 09:24:30,056 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1835036/1983822<1983822 Kbps loss-rate=0 2018-08-23 09:24:30,056 DEBUG undershot, min=1835036 kbps=1909429 max=1983822 2018-08-23 09:24:30,057 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1909429K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:33,408 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=206.8252 real_seconds=1.00 rate_Mbps=1733.6960 tx_cpu=28 rx_cpu=38 drop=69 pkt=211858 data_loss=0.03258 2018-08-23 09:24:33,408 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1835036<1775304/1909429<1983822 Kbps loss-rate=0 2018-08-23 09:24:33,408 DEBUG undershot, min=1909429 kbps=1946625 max=1983822 2018-08-23 09:24:33,409 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:24:33,409 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:36,761 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=595.4297 real_seconds=1.00 rate_Mbps=4995.0460 tx_cpu=99 rx_cpu=24 drop=79 pkt=76294 data_loss=0.10355 2018-08-23 09:24:36,762 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=1<5114927/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:24:36,762 DEBUG undershot, min=5114927 kbps=7557463 max=10000000 2018-08-23 09:24:36,763 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7557463K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:40,089 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=897.9609 real_seconds=1.00 rate_Mbps=7532.7026 tx_cpu=99 rx_cpu=31 drop=379 pkt=115318 data_loss=0.32866 2018-08-23 09:24:40,090 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=5114927<7713487/7557463<10000000 Kbps loss-rate=0 2018-08-23 09:24:40,090 DEBUG undershot, min=7713487 kbps=8856743 max=10000000 2018-08-23 09:24:40,091 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8856743K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:43,442 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1055.4688 real_seconds=1.00 rate_Mbps=8854.8079 tx_cpu=90 rx_cpu=34 drop=43 pkt=135143 data_loss=0.03181 2018-08-23 09:24:43,443 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=7713487<9067323/8856743<10000000 Kbps loss-rate=0 2018-08-23 09:24:43,443 DEBUG undershot, min=9067323 kbps=9533661 max=10000000 2018-08-23 09:24:43,444 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9533661K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:46,769 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1107.6484 real_seconds=1.00 rate_Mbps=9277.1562 tx_cpu=76 rx_cpu=37 drop=230 pkt=142009 data_loss=0.16196 2018-08-23 09:24:46,769 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=9067323<9499807/9533661<10000000 Kbps loss-rate=0 2018-08-23 09:24:46,770 DEBUG undershot, min=9499807 kbps=9749903 max=10000000 2018-08-23 09:24:46,770 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9749903K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:24:50,121 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1162.0938 real_seconds=1.00 rate_Mbps=9749.3336 tx_cpu=96 rx_cpu=39 drop=23 pkt=148771 data_loss=0.01545 2018-08-23 09:24:50,121 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=9499807<9983317/9749903<10000000 Kbps loss-rate=0 2018-08-23 09:24:50,122 DEBUG undershot, min=9983317 kbps=9991658 max=10000000 2018-08-23 09:24:50,132 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.46, 'throughput_kbps': 16464900, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.26, 'throughput_kbps': 16514300, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 15871613, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 208685, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.03, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1775304, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9983317, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.246', 'rtt_max_ms': '0.916', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.229', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.137', 'rtt_max_ms': '0.184', 'rtt_min_ms': '0.104', 'rtt_stddev': '0.025', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.203', 'rtt_max_ms': '0.413', 'rtt_min_ms': '0.131', 'rtt_stddev': '0.088', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-23 09:24:50,134 INFO ============================================================ 2018-08-23 09:24:50,134 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-23 09:24:59,205 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 172.30.9.210 (172.30.9.210) 64(92) bytes of data. 72 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.437 ms 72 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.544 ms 72 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.109 ms 72 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.103 ms 72 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.286 ms 72 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.129 ms 72 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.277 ms 72 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.146 ms 72 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.116 ms 72 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.226 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.103/0.237/0.544/0.144 ms 2018-08-23 09:25:08,248 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 172.30.9.210 (172.30.9.210) 391(419) bytes of data. 399 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.147 ms 399 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.124 ms 399 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.160 ms 399 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.325 ms 399 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.223 ms 399 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.099 ms 399 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.100 ms 399 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.124 ms 399 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.119 ms 399 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.121 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.099/0.154/0.325/0.066 ms 2018-08-23 09:25:17,289 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] PING 172.30.9.210 (172.30.9.210) 1500(1528) bytes of data. 1508 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.428 ms 1508 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.146 ms 1508 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.123 ms 1508 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.175 ms 1508 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.286 ms 1508 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.248 ms 1508 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.145 ms 1508 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.144 ms 1508 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.127 ms 1508 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.274 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.123/0.209/0.428/0.094 ms 2018-08-23 09:25:17,290 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:25:17,290 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:27,415 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=20109.9468 real_seconds=10.00 rate_Mbps=16866.0290 tx_cpu=37 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.40 2018-08-23 09:25:27,416 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:37,512 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=18722.1355 real_seconds=10.00 rate_Mbps=15703.2163 tx_cpu=34 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.17 2018-08-23 09:25:37,513 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:47,609 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=19361.7036 real_seconds=10.00 rate_Mbps=16237.9160 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.40 2018-08-23 09:25:47,610 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:25:47,610 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:50,938 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=32.4836 real_seconds=1.00 rate_Mbps=272.5064 tx_cpu=21 rx_cpu=36 drop=75 pkt=266180 data_loss=0.02801 2018-08-23 09:25:50,939 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<279046/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:25:50,939 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R837138K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:54,264 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=29.1941 real_seconds=1.00 rate_Mbps=244.6118 tx_cpu=23 rx_cpu=39 drop=482 pkt=239640 data_loss=0.20101 2018-08-23 09:25:54,265 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<250482/837138<837138 Kbps loss-rate=0 2018-08-23 09:25:54,265 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R543810K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:25:57,592 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=25.0875 real_seconds=1.00 rate_Mbps=210.1600 tx_cpu=18 rx_cpu=36 drop=0 pkt=205517 data_loss=0.00000 2018-08-23 09:25:57,593 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<215203/543810<543810 Kbps loss-rate=0 2018-08-23 09:25:57,593 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R379506K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:00,916 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=26.8660 real_seconds=1.00 rate_Mbps=224.9892 tx_cpu=17 rx_cpu=38 drop=0 pkt=220086 data_loss=0.00000 2018-08-23 09:26:00,917 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<230388/379506<379506 Kbps loss-rate=0 2018-08-23 09:26:00,917 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304947K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:04,242 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=29.8795 real_seconds=1.00 rate_Mbps=250.2492 tx_cpu=18 rx_cpu=40 drop=0 pkt=244773 data_loss=0.00000 2018-08-23 09:26:04,242 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=1<256255/304947<304947 Kbps loss-rate=0 2018-08-23 09:26:04,243 DEBUG undershot, min=256255 kbps=280601 max=304947 2018-08-23 09:26:04,243 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R280601K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:07,569 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=29.4456 real_seconds=1.00 rate_Mbps=246.7003 tx_cpu=20 rx_cpu=37 drop=0 pkt=241218 data_loss=0.00000 2018-08-23 09:26:07,570 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=256255<252621/280601<304947 Kbps loss-rate=0 2018-08-23 09:26:07,570 DEBUG undershot, min=280601 kbps=292774 max=304947 2018-08-23 09:26:07,571 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R292774K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:10,896 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=30.1100 real_seconds=1.00 rate_Mbps=252.2718 tx_cpu=19 rx_cpu=38 drop=126 pkt=246787 data_loss=0.05112 2018-08-23 09:26:10,896 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=128 throughput=280601<258326/292774<304947 Kbps loss-rate=0 2018-08-23 09:26:10,897 DEBUG undershot, min=292774 kbps=298860 max=304947 2018-08-23 09:26:10,897 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:26:10,898 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:14,248 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=232.0449 real_seconds=1.00 rate_Mbps=1945.2675 tx_cpu=30 rx_cpu=42 drop=43 pkt=237657 data_loss=0.01810 2018-08-23 09:26:14,249 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1991953/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:26:14,250 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3495976K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:17,573 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=261.2207 real_seconds=1.00 rate_Mbps=2190.3143 tx_cpu=35 rx_cpu=41 drop=0 pkt=267490 data_loss=0.00000 2018-08-23 09:26:17,573 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<2242881/3495976<3495976 Kbps loss-rate=0 2018-08-23 09:26:17,573 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2869428K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:20,897 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=228.1748 real_seconds=1.00 rate_Mbps=1912.8983 tx_cpu=35 rx_cpu=39 drop=0 pkt=233651 data_loss=0.00000 2018-08-23 09:26:20,898 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<1958807/2869428<2869428 Kbps loss-rate=0 2018-08-23 09:26:20,898 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2414117K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:24,250 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=243.3799 real_seconds=1.00 rate_Mbps=2039.5707 tx_cpu=32 rx_cpu=43 drop=1 pkt=249222 data_loss=0.00041 2018-08-23 09:26:24,251 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=1<2088520/2414117<2414117 Kbps loss-rate=0 2018-08-23 09:26:24,251 DEBUG undershot, min=2088520 kbps=2251318 max=2414117 2018-08-23 09:26:24,252 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2251318K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:27,577 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=238.6855 real_seconds=1.00 rate_Mbps=2001.1509 tx_cpu=34 rx_cpu=38 drop=38 pkt=244452 data_loss=0.01558 2018-08-23 09:26:27,577 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=2088520<2049178/2251318<2414117 Kbps loss-rate=0 2018-08-23 09:26:27,578 DEBUG undershot, min=2251318 kbps=2332717 max=2414117 2018-08-23 09:26:27,578 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2332717K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:30,929 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=227.7324 real_seconds=1.00 rate_Mbps=1909.4587 tx_cpu=35 rx_cpu=36 drop=0 pkt=233198 data_loss=0.00000 2018-08-23 09:26:30,929 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=1024 throughput=2251318<1955285/2332717<2414117 Kbps loss-rate=0 2018-08-23 09:26:30,930 DEBUG undershot, min=2332717 kbps=2373417 max=2414117 2018-08-23 09:26:30,930 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:26:30,930 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:34,282 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=595.5781 real_seconds=1.00 rate_Mbps=4996.6760 tx_cpu=99 rx_cpu=23 drop=60 pkt=76294 data_loss=0.07865 2018-08-23 09:26:34,283 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=1<5116596/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:26:34,283 DEBUG undershot, min=5116596 kbps=7558298 max=10000000 2018-08-23 09:26:34,283 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558298K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:37,635 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=900.8125 real_seconds=1.00 rate_Mbps=7557.1222 tx_cpu=99 rx_cpu=33 drop=27 pkt=115331 data_loss=0.02341 2018-08-23 09:26:37,636 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=5116596<7738493/7558298<10000000 Kbps loss-rate=0 2018-08-23 09:26:37,636 DEBUG undershot, min=7738493 kbps=8869246 max=10000000 2018-08-23 09:26:37,636 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8869246K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:40,986 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1053.0156 real_seconds=1.00 rate_Mbps=8831.7279 tx_cpu=68 rx_cpu=30 drop=346 pkt=135132 data_loss=0.25605 2018-08-23 09:26:40,986 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=7738493<9043689/8869246<10000000 Kbps loss-rate=0 2018-08-23 09:26:40,986 DEBUG undershot, min=9043689 kbps=9521844 max=10000000 2018-08-23 09:26:40,987 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9521844K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:44,338 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1100.7656 real_seconds=1.00 rate_Mbps=9227.5797 tx_cpu=54 rx_cpu=35 drop=1392 pkt=142290 data_loss=0.97828 2018-08-23 09:26:44,338 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=9043689<9449041/9521844<10000000 Kbps loss-rate=0 2018-08-23 09:26:44,339 DEBUG undershot, min=9449041 kbps=9724520 max=10000000 2018-08-23 09:26:44,339 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9724520K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:26:47,689 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] megabytes=1158.0234 real_seconds=1.00 rate_Mbps=9714.5835 tx_cpu=87 rx_cpu=37 drop=157 pkt=148384 data_loss=0.10581 2018-08-23 09:26:47,690 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] pkt-size=8192 throughput=9449041<9947733/9724520<10000000 Kbps loss-rate=0 2018-08-23 09:26:47,690 DEBUG undershot, min=9947733 kbps=9973866 max=10000000 2018-08-23 09:26:47,701 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'172.30.9.210', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.4, 'throughput_kbps': 17270813, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.17, 'throughput_kbps': 16080093, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.4, 'throughput_kbps': 16627625, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 258326, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1955285, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9947733, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.237', 'rtt_max_ms': '0.544', 'rtt_min_ms': '0.103', 'rtt_stddev': '0.144', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.154', 'rtt_max_ms': '0.325', 'rtt_min_ms': '0.099', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.209', 'rtt_max_ms': '0.428', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.094', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-23 09:26:47,702 INFO Deleting floating ip 2ad3e6df-0dd9-43b8-a7ae-55426ea6bacc 2018-08-23 09:26:49,092 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Floating IP 172.30.9.200 deleted 2018-08-23 09:26:49,569 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b2] Instance deleted 2018-08-23 09:26:49,634 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Creating client VM... 2018-08-23 09:26:49,634 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-23 09:26:52,541 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 1 of 90... 2018-08-23 09:26:55,554 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 2 of 90... 2018-08-23 09:26:58,233 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 3 of 90... 2018-08-23 09:27:00,574 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 4 of 90... 2018-08-23 09:27:02,965 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 5 of 90... 2018-08-23 09:27:05,287 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 6 of 90... 2018-08-23 09:27:08,303 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 7 of 90... 2018-08-23 09:27:10,688 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 8 of 90... 2018-08-23 09:27:13,230 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 9 of 90... 2018-08-23 09:27:15,640 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 10 of 90... 2018-08-23 09:27:17,995 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 11 of 90... 2018-08-23 09:27:20,643 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 12 of 90... 2018-08-23 09:27:23,238 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 13 of 90... 2018-08-23 09:27:25,634 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 14 of 90... 2018-08-23 09:27:27,781 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 15 of 90... 2018-08-23 09:27:29,936 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 16 of 90... 2018-08-23 09:27:32,669 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 17 of 90... 2018-08-23 09:27:34,822 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 18 of 90... 2018-08-23 09:27:37,244 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 19 of 90... 2018-08-23 09:27:39,397 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 20 of 90... 2018-08-23 09:27:41,730 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 21 of 90... 2018-08-23 09:27:43,874 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 22 of 90... 2018-08-23 09:27:46,373 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 23 of 90... 2018-08-23 09:27:48,810 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 24 of 90... 2018-08-23 09:27:51,389 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 25 of 90... 2018-08-23 09:27:53,784 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 26 of 90... 2018-08-23 09:27:56,311 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 27 of 90... 2018-08-23 09:27:58,456 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 28 of 90... 2018-08-23 09:28:00,605 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 29 of 90... 2018-08-23 09:28:02,764 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 30 of 90... 2018-08-23 09:28:04,932 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 31 of 90... 2018-08-23 09:28:07,341 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 32 of 90... 2018-08-23 09:28:09,493 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 33 of 90... 2018-08-23 09:28:11,904 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 34 of 90... 2018-08-23 09:28:14,335 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 35 of 90... 2018-08-23 09:28:16,473 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 36 of 90... 2018-08-23 09:28:18,631 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 37 of 90... 2018-08-23 09:28:21,064 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 38 of 90... 2018-08-23 09:28:23,213 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 39 of 90... 2018-08-23 09:28:25,554 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 40 of 90... 2018-08-23 09:28:27,723 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 41 of 90... 2018-08-23 09:28:30,143 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 42 of 90... 2018-08-23 09:28:32,290 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] VM status=BUILD, retrying 43 of 90... 2018-08-23 09:28:37,279 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Internal network IP: 192.168.1.8 2018-08-23 09:28:37,279 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] SSH IP: 172.30.9.203 2018-08-23 09:28:37,280 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Setup SSH for ubuntu@172.30.9.203 2018-08-23 09:30:14,751 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Installing nuttcp-8.1.4... 2018-08-23 09:30:14,794 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Copying nuttcp-8.1.4 to target... 2018-08-23 09:30:14,958 INFO ============================================================ 2018-08-23 09:30:14,959 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-23 09:30:24,005 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.34 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.387 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.207 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.195 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.203 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.200 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.244 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.149 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.349 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.414 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.149/0.369/1.342/0.335 ms 2018-08-23 09:30:33,049 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.258 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.218 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.200 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.156 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.146 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.185 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.236 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.150 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.220 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.205 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.146/0.197/0.258/0.038 ms 2018-08-23 09:30:42,089 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.688 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.280 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.200 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.233 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.248 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.234 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.235 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.244 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.258 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.246 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.200/0.286/0.688/0.136 ms 2018-08-23 09:30:42,090 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:30:42,090 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:30:52,196 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=7782.4685 real_seconds=10.01 rate_Mbps=6525.0604 tx_cpu=12 rx_cpu=21 retrans=561 cwnd=621 rtt_ms=0.44 2018-08-23 09:30:52,196 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:02,295 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=6920.8848 real_seconds=10.00 rate_Mbps=5804.5202 tx_cpu=10 rx_cpu=18 retrans=12 cwnd=539 rtt_ms=0.50 2018-08-23 09:31:02,295 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:12,395 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=7559.6871 real_seconds=10.00 rate_Mbps=6339.5561 tx_cpu=11 rx_cpu=20 retrans=51 cwnd=419 rtt_ms=0.43 2018-08-23 09:31:12,396 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:31:12,396 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:15,749 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=28.8654 real_seconds=1.00 rate_Mbps=241.8830 tx_cpu=20 rx_cpu=33 drop=10187 pkt=246652 data_loss=4.13001 2018-08-23 09:31:15,750 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<247688/5000000<10000000 Kbps loss-rate=4 2018-08-23 09:31:15,750 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R743064K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:19,077 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=32.7122 real_seconds=1.00 rate_Mbps=274.0086 tx_cpu=23 rx_cpu=32 drop=95 pkt=268073 data_loss=0.03545 2018-08-23 09:31:19,078 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<280584/743064<743064 Kbps loss-rate=0 2018-08-23 09:31:19,078 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R511824K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:22,406 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=32.8884 real_seconds=1.00 rate_Mbps=275.6607 tx_cpu=23 rx_cpu=34 drop=1486 pkt=270908 data_loss=0.54854 2018-08-23 09:31:22,407 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<282276/511824<511824 Kbps loss-rate=0 2018-08-23 09:31:22,407 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R397050K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:25,758 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=33.1187 real_seconds=1.00 rate_Mbps=277.7541 tx_cpu=24 rx_cpu=32 drop=318 pkt=271626 data_loss=0.11702 2018-08-23 09:31:25,759 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<284420/397050<397050 Kbps loss-rate=0 2018-08-23 09:31:25,759 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R340735K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:29,085 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=31.4104 real_seconds=1.00 rate_Mbps=262.6121 tx_cpu=22 rx_cpu=33 drop=7998 pkt=265312 data_loss=3.01451 2018-08-23 09:31:29,086 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<268914/340735<340735 Kbps loss-rate=3 2018-08-23 09:31:29,086 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304824K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:32,410 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=28.9423 real_seconds=1.00 rate_Mbps=242.4630 tx_cpu=20 rx_cpu=34 drop=555 pkt=237651 data_loss=0.23371 2018-08-23 09:31:32,410 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=1<248282/304824<304824 Kbps loss-rate=0 2018-08-23 09:31:32,411 DEBUG undershot, min=248282 kbps=276553 max=304824 2018-08-23 09:31:32,411 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R276553K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:35,739 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=29.9001 real_seconds=1.00 rate_Mbps=250.5735 tx_cpu=20 rx_cpu=33 drop=228 pkt=245169 data_loss=0.09289 2018-08-23 09:31:35,739 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=248282<256587/276553<304824 Kbps loss-rate=0 2018-08-23 09:31:35,740 DEBUG undershot, min=256587 kbps=280705 max=304824 2018-08-23 09:31:35,740 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R280705K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:39,066 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=32.3441 real_seconds=1.00 rate_Mbps=271.0321 tx_cpu=32 rx_cpu=34 drop=7 pkt=264970 data_loss=0.00278 2018-08-23 09:31:39,067 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=256587<277536/280705<304824 Kbps loss-rate=0 2018-08-23 09:31:39,067 DEBUG undershot, min=277536 kbps=291180 max=304824 2018-08-23 09:31:39,067 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291180K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:42,394 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=33.2151 real_seconds=1.00 rate_Mbps=278.2747 tx_cpu=25 rx_cpu=32 drop=706 pkt=272804 data_loss=0.25885 2018-08-23 09:31:42,395 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=277536<284953/291180<304824 Kbps loss-rate=0 2018-08-23 09:31:42,395 DEBUG undershot, min=284953 kbps=294888 max=304824 2018-08-23 09:31:42,396 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294888K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:45,723 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=31.9265 real_seconds=1.00 rate_Mbps=267.4681 tx_cpu=53 rx_cpu=32 drop=122 pkt=261664 data_loss=0.04665 2018-08-23 09:31:45,723 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=128 throughput=284953<273887/294888<304824 Kbps loss-rate=0 2018-08-23 09:31:45,724 DEBUG undershot, min=294888 kbps=299856 max=304824 2018-08-23 09:31:45,724 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:31:45,724 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:49,051 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=256.6738 real_seconds=1.00 rate_Mbps=2151.9547 tx_cpu=44 rx_cpu=36 drop=54 pkt=262888 data_loss=0.02057 2018-08-23 09:31:49,052 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=1024 throughput=1<2203601/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:31:49,052 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3601800K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:52,379 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=276.4785 real_seconds=1.00 rate_Mbps=2319.7315 tx_cpu=39 rx_cpu=35 drop=34 pkt=283148 data_loss=0.01201 2018-08-23 09:31:52,379 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=1024 throughput=1<2375405/3601800<3601800 Kbps loss-rate=0 2018-08-23 09:31:52,379 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2988602K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:55,731 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=256.6592 real_seconds=1.00 rate_Mbps=2151.4642 tx_cpu=48 rx_cpu=35 drop=441 pkt=263260 data_loss=0.16749 2018-08-23 09:31:55,732 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=1024 throughput=1<2203099/2988602<2988602 Kbps loss-rate=0 2018-08-23 09:31:55,732 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2595850K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:31:59,059 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=256.8008 real_seconds=1.00 rate_Mbps=2153.0686 tx_cpu=46 rx_cpu=35 drop=6580 pkt=269544 data_loss=2.44117 2018-08-23 09:31:59,060 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=1024 throughput=1<2204742/2595850<2595850 Kbps loss-rate=2 2018-08-23 09:31:59,060 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:31:59,061 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:02,387 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=353.9453 real_seconds=1.00 rate_Mbps=2967.7137 tx_cpu=99 rx_cpu=21 drop=30989 pkt=76294 data_loss=40.61788 2018-08-23 09:32:02,388 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=1<3038938/5000000<10000000 Kbps loss-rate=40 2018-08-23 09:32:02,388 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4019469K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:05,739 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=366.1406 real_seconds=1.00 rate_Mbps=3070.8083 tx_cpu=99 rx_cpu=15 drop=14466 pkt=61332 data_loss=23.58638 2018-08-23 09:32:05,740 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=1<3144507/4019469<4019469 Kbps loss-rate=23 2018-08-23 09:32:05,740 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3581988K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:09,066 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=367.4453 real_seconds=1.00 rate_Mbps=3077.6705 tx_cpu=99 rx_cpu=14 drop=7624 pkt=54657 data_loss=13.94881 2018-08-23 09:32:09,067 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=1<3151534/3581988<3581988 Kbps loss-rate=13 2018-08-23 09:32:09,067 DEBUG overshot, min=1 kbps=3151534 max=3581988 2018-08-23 09:32:09,068 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3151534K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:12,394 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=369.0469 real_seconds=1.00 rate_Mbps=3096.1859 tx_cpu=99 rx_cpu=15 drop=851 pkt=48089 data_loss=1.76963 2018-08-23 09:32:12,395 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=1<3170494/3151534<3581988 Kbps loss-rate=1 2018-08-23 09:32:12,395 DEBUG undershot, min=3170494 kbps=3376241 max=3581988 2018-08-23 09:32:12,395 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3376241K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:15,724 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=370.7344 real_seconds=1.00 rate_Mbps=3105.3091 tx_cpu=99 rx_cpu=14 drop=4064 pkt=51518 data_loss=7.88850 2018-08-23 09:32:15,724 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=3170494<3179836/3376241<3581988 Kbps loss-rate=7 2018-08-23 09:32:15,725 DEBUG overshot, min=3170494 kbps=3179836 max=3376241 2018-08-23 09:32:15,725 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3179836K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:32:19,079 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] megabytes=376.0938 real_seconds=1.00 rate_Mbps=3155.2343 tx_cpu=99 rx_cpu=15 drop=381 pkt=48521 data_loss=0.78521 2018-08-23 09:32:19,080 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] pkt-size=8192 throughput=3170494<3230959/3179836<3376241 Kbps loss-rate=0 2018-08-23 09:32:19,080 DEBUG undershot, min=3230959 kbps=3303600 max=3376241 2018-08-23 09:32:19,094 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.8', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 561, 'rtt_ms': 0.44, 'throughput_kbps': 6681661, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.5, 'throughput_kbps': 5943828, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 51, 'rtt_ms': 0.43, 'throughput_kbps': 6491705, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 273887, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.44, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2204742, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.79, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3230959, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.369', 'rtt_max_ms': '1.342', 'rtt_min_ms': '0.149', 'rtt_stddev': '0.335', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.197', 'rtt_max_ms': '0.258', 'rtt_min_ms': '0.146', 'rtt_stddev': '0.038', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.286', 'rtt_max_ms': '0.688', 'rtt_min_ms': '0.200', 'rtt_stddev': '0.136', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-23 09:32:19,095 INFO Deleting floating ip 2c01c91a-8e96-4370-83eb-b694d353ba45 2018-08-23 09:32:20,199 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Floating IP 172.30.9.203 deleted 2018-08-23 09:32:20,654 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b3] Instance deleted 2018-08-23 09:32:20,719 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Creating client VM... 2018-08-23 09:32:20,719 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-23 09:32:24,307 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 1 of 90... 2018-08-23 09:32:26,698 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 2 of 90... 2018-08-23 09:32:29,336 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 3 of 90... 2018-08-23 09:32:31,493 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 4 of 90... 2018-08-23 09:32:33,885 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 5 of 90... 2018-08-23 09:32:36,317 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] VM status=BUILD, retrying 6 of 90... 2018-08-23 09:32:41,480 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Internal network IP: 192.168.2.11 2018-08-23 09:32:41,480 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] SSH IP: 172.30.9.204 2018-08-23 09:32:41,480 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Setup SSH for ubuntu@172.30.9.204 2018-08-23 09:34:18,974 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Installing nuttcp-8.1.4... 2018-08-23 09:34:19,018 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Copying nuttcp-8.1.4 to target... 2018-08-23 09:34:19,123 INFO ============================================================ 2018-08-23 09:34:19,123 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-23 09:34:28,169 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.33 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.415 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.529 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.357 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.393 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.382 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.330 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.267 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.309 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.267 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.267/0.458/1.336/0.302 ms 2018-08-23 09:34:37,210 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.199 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.190 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.302 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.350 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.385 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.291 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.230 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.338 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.341 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.249 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.190/0.287/0.385/0.066 ms 2018-08-23 09:34:46,258 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.05 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.340 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.416 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.350 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.422 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.297 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.409 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.384 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.509 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.378 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.297/0.455/1.051/0.207 ms 2018-08-23 09:34:46,259 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:34:46,259 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:34:56,385 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=6609.4930 real_seconds=10.00 rate_Mbps=5543.9290 tx_cpu=10 rx_cpu=18 retrans=50 cwnd=461 rtt_ms=0.82 2018-08-23 09:34:56,386 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:06,483 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=6985.8028 real_seconds=10.00 rate_Mbps=5859.0914 tx_cpu=11 rx_cpu=19 retrans=13 cwnd=543 rtt_ms=0.35 2018-08-23 09:35:06,484 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:16,608 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=7038.5350 real_seconds=10.00 rate_Mbps=5903.1575 tx_cpu=11 rx_cpu=19 retrans=16 cwnd=587 rtt_ms=0.50 2018-08-23 09:35:16,608 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:35:16,609 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:19,935 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=30.1017 real_seconds=1.00 rate_Mbps=253.2865 tx_cpu=21 rx_cpu=32 drop=7476 pkt=254069 data_loss=2.94251 2018-08-23 09:35:19,936 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<259365/5000000<10000000 Kbps loss-rate=2 2018-08-23 09:35:19,936 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R778095K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:23,264 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=31.6920 real_seconds=1.00 rate_Mbps=265.5486 tx_cpu=20 rx_cpu=34 drop=485 pkt=260106 data_loss=0.18645 2018-08-23 09:35:23,264 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<271921/778095<778095 Kbps loss-rate=0 2018-08-23 09:35:23,264 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R525008K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:26,591 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=30.3368 real_seconds=1.00 rate_Mbps=254.0566 tx_cpu=20 rx_cpu=33 drop=239 pkt=248758 data_loss=0.09616 2018-08-23 09:35:26,592 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<260153/525008<525008 Kbps loss-rate=0 2018-08-23 09:35:26,592 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R392580K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:29,920 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=29.6998 real_seconds=1.00 rate_Mbps=248.7932 tx_cpu=19 rx_cpu=34 drop=683 pkt=243984 data_loss=0.28002 2018-08-23 09:35:29,920 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<254764/392580<392580 Kbps loss-rate=0 2018-08-23 09:35:29,921 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R323672K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:33,272 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=29.6285 real_seconds=1.00 rate_Mbps=247.6677 tx_cpu=20 rx_cpu=32 drop=3728 pkt=246445 data_loss=1.51278 2018-08-23 09:35:33,272 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<253611/323672<323672 Kbps loss-rate=1 2018-08-23 09:35:33,273 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R288641K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:36,599 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=29.9301 real_seconds=1.00 rate_Mbps=250.7485 tx_cpu=21 rx_cpu=34 drop=578 pkt=245766 data_loss=0.23533 2018-08-23 09:35:36,600 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<256766/288641<288641 Kbps loss-rate=0 2018-08-23 09:35:36,600 DEBUG undershot, min=256766 kbps=272703 max=288641 2018-08-23 09:35:36,600 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R272703K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:39,953 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=30.3944 real_seconds=1.00 rate_Mbps=254.8893 tx_cpu=21 rx_cpu=34 drop=2728 pkt=251719 data_loss=1.08372 2018-08-23 09:35:39,953 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=256766<261006/272703<288641 Kbps loss-rate=1 2018-08-23 09:35:39,954 DEBUG undershot, min=261006 kbps=274823 max=288641 2018-08-23 09:35:39,954 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R274823K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:43,281 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=31.4756 real_seconds=1.00 rate_Mbps=263.6022 tx_cpu=20 rx_cpu=33 drop=1055 pkt=258903 data_loss=0.40754 2018-08-23 09:35:43,281 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=261006<269928/274823<288641 Kbps loss-rate=0 2018-08-23 09:35:43,282 DEBUG undershot, min=269928 kbps=279284 max=288641 2018-08-23 09:35:43,282 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R279284K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:46,634 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=30.9625 real_seconds=1.00 rate_Mbps=259.4974 tx_cpu=22 rx_cpu=32 drop=259 pkt=253904 data_loss=0.10195 2018-08-23 09:35:46,634 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=269928<265725/279284<288641 Kbps loss-rate=0 2018-08-23 09:35:46,635 DEBUG undershot, min=279284 kbps=283962 max=288641 2018-08-23 09:35:46,635 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:35:46,636 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:49,987 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=223.1348 real_seconds=1.00 rate_Mbps=1870.8995 tx_cpu=41 rx_cpu=33 drop=418 pkt=228908 data_loss=0.18260 2018-08-23 09:35:49,987 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<1915801/5000000<10000000 Kbps loss-rate=0 2018-08-23 09:35:49,988 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3457900K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:53,340 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=236.2295 real_seconds=1.00 rate_Mbps=1980.2801 tx_cpu=44 rx_cpu=36 drop=3372 pkt=245271 data_loss=1.37482 2018-08-23 09:35:53,340 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<2027806/3457900<3457900 Kbps loss-rate=1 2018-08-23 09:35:53,341 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2742853K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:35:56,667 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=237.4248 real_seconds=1.00 rate_Mbps=1990.8613 tx_cpu=46 rx_cpu=33 drop=8457 pkt=251580 data_loss=3.36156 2018-08-23 09:35:56,668 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<2038641/2742853<2742853 Kbps loss-rate=3 2018-08-23 09:35:56,668 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2390747K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:00,020 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=248.0361 real_seconds=1.00 rate_Mbps=2079.3554 tx_cpu=46 rx_cpu=36 drop=194 pkt=254183 data_loss=0.07634 2018-08-23 09:36:00,020 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<2129259/2390747<2390747 Kbps loss-rate=0 2018-08-23 09:36:00,021 DEBUG undershot, min=2129259 kbps=2260003 max=2390747 2018-08-23 09:36:00,021 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2260003K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:03,347 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=233.1650 real_seconds=1.00 rate_Mbps=1955.0328 tx_cpu=37 rx_cpu=33 drop=2628 pkt=241389 data_loss=1.08870 2018-08-23 09:36:03,347 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=2129259<2001953/2260003<2390747 Kbps loss-rate=1 2018-08-23 09:36:03,347 DEBUG undershot, min=2260003 kbps=2325375 max=2390747 2018-08-23 09:36:03,348 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2325375K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:06,675 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=225.6191 real_seconds=1.00 rate_Mbps=1892.6002 tx_cpu=31 rx_cpu=34 drop=255 pkt=231289 data_loss=0.11029 2018-08-23 09:36:06,676 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=2260003<1938022/2325375<2390747 Kbps loss-rate=0 2018-08-23 09:36:06,676 DEBUG undershot, min=2325375 kbps=2358061 max=2390747 2018-08-23 09:36:06,676 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:36:06,677 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:10,003 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=354.8906 real_seconds=1.00 rate_Mbps=2972.7012 tx_cpu=90 rx_cpu=14 drop=30868 pkt=76294 data_loss=40.45928 2018-08-23 09:36:10,003 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<3044046/5000000<10000000 Kbps loss-rate=40 2018-08-23 09:36:10,004 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4022023K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:13,331 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=366.3672 real_seconds=1.00 rate_Mbps=3068.5728 tx_cpu=99 rx_cpu=14 drop=14476 pkt=61371 data_loss=23.58768 2018-08-23 09:36:13,331 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<3142218/4022023<4022023 Kbps loss-rate=23 2018-08-23 09:36:13,332 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3582120K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:16,659 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=357.6719 real_seconds=1.00 rate_Mbps=2996.2254 tx_cpu=99 rx_cpu=13 drop=8877 pkt=54659 data_loss=16.24068 2018-08-23 09:36:16,659 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<3068134/3582120<3582120 Kbps loss-rate=16 2018-08-23 09:36:16,659 DEBUG overshot, min=1 kbps=3068134 max=3582120 2018-08-23 09:36:16,660 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3068134K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:19,986 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=365.0000 real_seconds=1.00 rate_Mbps=3061.9675 tx_cpu=99 rx_cpu=15 drop=96 pkt=46816 data_loss=0.20506 2018-08-23 09:36:19,986 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<3135454/3068134<3582120 Kbps loss-rate=0 2018-08-23 09:36:19,986 DEBUG undershot, min=3135454 kbps=3358787 max=3582120 2018-08-23 09:36:19,987 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3358787K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:23,310 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=377.7031 real_seconds=1.00 rate_Mbps=3163.4084 tx_cpu=99 rx_cpu=14 drop=2905 pkt=51251 data_loss=5.66818 2018-08-23 09:36:23,310 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=3135454<3239330/3358787<3582120 Kbps loss-rate=5 2018-08-23 09:36:23,310 DEBUG overshot, min=3135454 kbps=3239330 max=3358787 2018-08-23 09:36:23,311 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3239330K -p5001 -P5002 -fparse 192.168.1.12 2018-08-23 09:36:26,635 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=376.8594 real_seconds=1.00 rate_Mbps=3161.6828 tx_cpu=99 rx_cpu=14 drop=1190 pkt=49428 data_loss=2.40752 2018-08-23 09:36:26,635 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=3135454<3237563/3239330<3358787 Kbps loss-rate=2 2018-08-23 09:36:26,649 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 50, 'rtt_ms': 0.82, 'throughput_kbps': 5676983, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 13, 'rtt_ms': 0.35, 'throughput_kbps': 5999709, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 16, 'rtt_ms': 0.5, 'throughput_kbps': 6044833, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.1, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 265725, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.11, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1938022, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.41, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3237563, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.458', 'rtt_max_ms': '1.336', 'rtt_min_ms': '0.267', 'rtt_stddev': '0.302', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.287', 'rtt_max_ms': '0.385', 'rtt_min_ms': '0.190', 'rtt_stddev': '0.066', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.455', 'rtt_max_ms': '1.051', 'rtt_min_ms': '0.297', 'rtt_stddev': '0.207', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-23 09:36:26,651 INFO ============================================================ 2018-08-23 09:36:26,651 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-23 09:36:35,719 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 172.30.9.210 (172.30.9.210) 64(92) bytes of data. 72 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.860 ms 72 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.266 ms 72 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.452 ms 72 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.161 ms 72 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.428 ms 72 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.191 ms 72 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.454 ms 72 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.174 ms 72 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.147 ms 72 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.143 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.143/0.327/0.860/0.216 ms 2018-08-23 09:36:44,764 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 172.30.9.210 (172.30.9.210) 391(419) bytes of data. 399 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.168 ms 399 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.304 ms 399 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.124 ms 399 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.235 ms 399 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.140 ms 399 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.211 ms 399 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.111 ms 399 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.116 ms 399 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.117 ms 399 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.272 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.111/0.179/0.304/0.069 ms 2018-08-23 09:36:53,811 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] PING 172.30.9.210 (172.30.9.210) 1500(1528) bytes of data. 1508 bytes from 172.30.9.210: icmp_seq=1 ttl=64 time=0.890 ms 1508 bytes from 172.30.9.210: icmp_seq=2 ttl=64 time=0.203 ms 1508 bytes from 172.30.9.210: icmp_seq=3 ttl=64 time=0.189 ms 1508 bytes from 172.30.9.210: icmp_seq=4 ttl=64 time=0.246 ms 1508 bytes from 172.30.9.210: icmp_seq=5 ttl=64 time=0.413 ms 1508 bytes from 172.30.9.210: icmp_seq=6 ttl=64 time=0.209 ms 1508 bytes from 172.30.9.210: icmp_seq=7 ttl=64 time=0.200 ms 1508 bytes from 172.30.9.210: icmp_seq=8 ttl=64 time=0.220 ms 1508 bytes from 172.30.9.210: icmp_seq=9 ttl=64 time=0.377 ms 1508 bytes from 172.30.9.210: icmp_seq=10 ttl=64 time=0.209 ms --- 172.30.9.210 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.189/0.315/0.890/0.206 ms 2018-08-23 09:36:53,812 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring TCP Throughput (packet size=65536)... 2018-08-23 09:36:53,812 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:03,913 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=11108.9737 real_seconds=10.00 rate_Mbps=9316.1129 tx_cpu=17 rx_cpu=28 retrans=1748 cwnd=2647 rtt_ms=0.41 2018-08-23 09:37:03,914 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:14,013 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=11108.4283 real_seconds=10.00 rate_Mbps=9315.3091 tx_cpu=17 rx_cpu=31 retrans=2403 cwnd=2472 rtt_ms=0.26 2018-08-23 09:37:14,014 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:24,140 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=11112.3383 real_seconds=10.00 rate_Mbps=9319.1003 tx_cpu=19 rx_cpu=36 retrans=1441 cwnd=3006 rtt_ms=0.28 2018-08-23 09:37:24,141 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=128)... 2018-08-23 09:37:24,141 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:27,467 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=41.4434 real_seconds=1.00 rate_Mbps=348.1988 tx_cpu=37 rx_cpu=42 drop=55097 pkt=394601 data_loss=13.96269 2018-08-23 09:37:27,468 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<356555/5000000<10000000 Kbps loss-rate=13 2018-08-23 09:37:27,468 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R1069665K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:30,792 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=21.8136 real_seconds=1.00 rate_Mbps=182.8402 tx_cpu=40 rx_cpu=28 drop=227863 pkt=406560 data_loss=56.04658 2018-08-23 09:37:30,793 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<187228/1069665<1069665 Kbps loss-rate=56 2018-08-23 09:37:30,793 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R561684K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:34,120 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=37.0938 real_seconds=1.00 rate_Mbps=310.9140 tx_cpu=50 rx_cpu=38 drop=142817 pkt=446689 data_loss=31.97231 2018-08-23 09:37:34,121 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<318375/561684<561684 Kbps loss-rate=31 2018-08-23 09:37:34,122 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R440029K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:37,473 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=26.6554 real_seconds=1.00 rate_Mbps=223.7200 tx_cpu=42 rx_cpu=32 drop=165728 pkt=384089 data_loss=43.14837 2018-08-23 09:37:37,474 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<229089/440029<440029 Kbps loss-rate=43 2018-08-23 09:37:37,474 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R334559K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:40,824 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=39.5990 real_seconds=1.00 rate_Mbps=332.2313 tx_cpu=99 rx_cpu=42 drop=2323 pkt=326718 data_loss=0.71109 2018-08-23 09:37:40,825 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=128 throughput=1<340204/334559<334559 Kbps loss-rate=0 2018-08-23 09:37:40,825 DEBUG undershot, min=340204 kbps=337381 max=334559 2018-08-23 09:37:40,826 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=1024)... 2018-08-23 09:37:40,826 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:44,177 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=190.9580 real_seconds=1.00 rate_Mbps=1601.7630 tx_cpu=81 rx_cpu=30 drop=192205 pkt=387746 data_loss=49.56982 2018-08-23 09:37:44,178 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<1640205/5000000<10000000 Kbps loss-rate=49 2018-08-23 09:37:44,178 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3320102K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:47,504 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=121.7393 real_seconds=1.00 rate_Mbps=1020.5463 tx_cpu=86 rx_cpu=26 drop=257706 pkt=382367 data_loss=67.39754 2018-08-23 09:37:47,504 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<1045039/3320102<3320102 Kbps loss-rate=67 2018-08-23 09:37:47,505 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2182570K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:50,855 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=259.8154 real_seconds=1.00 rate_Mbps=2180.5801 tx_cpu=99 rx_cpu=34 drop=376 pkt=266427 data_loss=0.14113 2018-08-23 09:37:50,856 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=1024 throughput=1<2232914/2182570<2182570 Kbps loss-rate=0 2018-08-23 09:37:50,856 DEBUG undershot, min=2232914 kbps=2207742 max=2182570 2018-08-23 09:37:50,856 INFO [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Measuring UDP Throughput (packet size=8192)... 2018-08-23 09:37:50,857 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:54,208 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=547.1328 real_seconds=1.00 rate_Mbps=4585.7573 tx_cpu=99 rx_cpu=22 drop=6261 pkt=76294 data_loss=8.20642 2018-08-23 09:37:54,208 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<4695815/5000000<10000000 Kbps loss-rate=8 2018-08-23 09:37:54,208 DEBUG overshot, min=1 kbps=4695815 max=5000000 2018-08-23 09:37:54,209 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4695815K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:37:57,560 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=423.8984 real_seconds=1.00 rate_Mbps=3555.1392 tx_cpu=99 rx_cpu=19 drop=17394 pkt=71653 data_loss=24.27534 2018-08-23 09:37:57,561 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<3640462/4695815<5000000 Kbps loss-rate=24 2018-08-23 09:37:57,561 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4168138K -p5001 -P5002 -fparse 172.30.9.210 2018-08-23 09:38:00,888 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] megabytes=477.1953 real_seconds=1.00 rate_Mbps=3998.5780 tx_cpu=99 rx_cpu=22 drop=2520 pkt=63601 data_loss=3.96220 2018-08-23 09:38:00,889 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] pkt-size=8192 throughput=1<4094543/4168138<4168138 Kbps loss-rate=3 2018-08-23 09:38:00,903 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.11', 'ip_to': u'172.30.9.210', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1748, 'rtt_ms': 0.41, 'throughput_kbps': 9539699, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2403, 'rtt_ms': 0.26, 'throughput_kbps': 9538876, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 1441, 'rtt_ms': 0.28, 'throughput_kbps': 9542758, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.71, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 340204, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.14, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2232914, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.96, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 4094543, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.327', 'rtt_max_ms': '0.860', 'rtt_min_ms': '0.143', 'rtt_stddev': '0.216', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.179', 'rtt_max_ms': '0.304', 'rtt_min_ms': '0.111', 'rtt_stddev': '0.069', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.315', 'rtt_max_ms': '0.890', 'rtt_min_ms': '0.189', 'rtt_stddev': '0.206', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-23 09:38:00,904 INFO Deleting floating ip 9063bd94-1cab-4d84-be7d-52f670ae15b6 2018-08-23 09:38:02,307 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Floating IP 172.30.9.204 deleted 2018-08-23 09:38:02,787 DEBUG [TestClient_b8eeb605-ed2f-4ff6-a879-a306a81aea5b4] Instance deleted 2018-08-23 09:38:02,819 INFO Cleaning up... 2018-08-23 09:38:02,819 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Terminating nuttcp-8.1.4 2018-08-23 09:38:02,830 INFO Deleting floating ip 3afd5654-52bf-4fbc-8715-85aecaa6d50a 2018-08-23 09:38:04,082 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Floating IP 172.30.9.210 deleted 2018-08-23 09:38:04,494 DEBUG [TestServer_b8eeb605-ed2f-4ff6-a879-a306a81aea5b1] Instance deleted 2018-08-23 09:38:10,645 INFO Network pns-internal-net_b8eeb605-ed2f-4ff6-a879-a306a81aea5b deleted. 2018-08-23 09:38:13,314 INFO Network pns-internal-net2_b8eeb605-ed2f-4ff6-a879-a306a81aea5b deleted. 2018-08-23 09:38:13,360 INFO Removed public key pns_public_key 2018-08-23 09:38:13,360 INFO Deleting security group 2018-08-23 09:38:13,819 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 17 [100.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 12 +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '15962558', 'rtt_ms': '0.253333'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 231859, 'loss_rate': 0.3}, 1024: {'tp_kbps': 1673534, | | | | | 'loss_rate': 0.43}, 8192: {'tp_kbps': 9724415, 'loss_rate': 0.08}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.225/0.148/0.353/0.068', | | | | | '64-byte': '0.283/0.117/0.779/0.180', '1500-byte': '0.235/0.149/0.412/0.082'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '6372398', 'rtt_ms': '0.456667'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 273887, 'loss_rate': 0.05}, 1024: {'tp_kbps': 2204742, | | | | | 'loss_rate': 2.44}, 8192: {'tp_kbps': 3230959, 'loss_rate': 0.79}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.197/0.146/0.258/0.038', | | | | | '64-byte': '0.369/0.149/1.342/0.335', '1500-byte': '0.286/0.200/0.688/0.136'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '16283604', 'rtt_ms': '0.323333'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 208685, 'loss_rate': 0.0}, 1024: {'tp_kbps': 1775304, | | | | | 'loss_rate': 0.03}, 8192: {'tp_kbps': 9983317, 'loss_rate': 0.02}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.137/0.104/0.184/0.025', | | | | | '64-byte': '0.246/0.123/0.916/0.229', '1500-byte': '0.203/0.131/0.413/0.088'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5907175', 'rtt_ms': '0.556667'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 265725, 'loss_rate': 0.1}, 1024: {'tp_kbps': 1938022, | | | | | 'loss_rate': 0.11}, 8192: {'tp_kbps': 3237563, 'loss_rate': 2.41}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.287/0.190/0.385/0.066', | | | | | '64-byte': '0.458/0.267/1.336/0.302', '1500-byte': '0.455/0.297/1.051/0.207'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '16659510', 'rtt_ms': '0.323333'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 258326, 'loss_rate': 0.05}, 1024: {'tp_kbps': 1955285, | | | | | 'loss_rate': 0.0}, 8192: {'tp_kbps': 9947733, 'loss_rate': 0.11}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.154/0.099/0.325/0.066', | | | | | '64-byte': '0.237/0.103/0.544/0.144', '1500-byte': '0.209/0.123/0.428/0.094'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '9540444', 'rtt_ms': '0.316667'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 340204, 'loss_rate': 0.71}, 1024: {'tp_kbps': 2232914, | | | | | 'loss_rate': 0.14}, 8192: {'tp_kbps': 4094543, 'loss_rate': 3.96}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.179/0.111/0.304/0.069', | | | | | '64-byte': '0.327/0.143/0.860/0.216', '1500-byte': '0.315/0.189/0.890/0.206'}} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+----------------------------------------------------------------------------------+ 2018-08-23 09:38:13,824 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-23 09:38:14,240 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp_genchart -c /home/opnfv/functest/results/vmtp/vmtp.html /home/opnfv/functest/results/vmtp/vmtp.json Generating chart drawing code to /home/opnfv/functest/results/vmtp/vmtp.html... 2018-08-23 09:38:14,369 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 09:38:14,370 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 24:47 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 09:38:14,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 09:38:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:14,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-70cd0877-5297-4204-9994-3808167e47be Date: Thu, 23 Aug 2018 09:38:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "51ed6c540d4543309470e81f9688f738", "created_at": "2018-08-23T09:13:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T09:38:07Z", "revision_number": 6, "routes": [], "project_id": "51ed6c540d4543309470e81f9688f738", "id": "c30dba4a-065d-4a22-b046-c8d68dfb251e", "name": "vmtp-router_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}]} 2018-08-23 09:38:14,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-70cd0877-5297-4204-9994-3808167e47be 2018-08-23 09:38:14,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.362890958786s 2018-08-23 09:38:14,740 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-70cd0877-5297-4204-9994-3808167e47be 2018-08-23 09:38:14,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 09:38:14,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c30dba4a-065d-4a22-b046-c8d68dfb251e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:16,144 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de682e6c-b987-45a3-8e3b-96596722a74a Content-Length: 0 Date: Thu, 23 Aug 2018 09:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 09:38:16,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c30dba4a-065d-4a22-b046-c8d68dfb251e.json used request id req-de682e6c-b987-45a3-8e3b-96596722a74a 2018-08-23 09:38:16,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40281391144s 2018-08-23 09:38:16,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c30dba4a-065d-4a22-b046-c8d68dfb251e.json used request id req-de682e6c-b987-45a3-8e3b-96596722a74a 2018-08-23 09:38:16,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:38:16,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:16,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-ee150978-784d-41e1-ad0a-53b4d1ff773c Date: Thu, 23 Aug 2018 09:38:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:13:36Z", "file": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038/file", "owner": "51ed6c540d4543309470e81f9688f738", "id": "834dfefa-abbd-4a31-b716-2d6d4b410038", "size": 263193088, "self": "/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/834dfefa-abbd-4a31-b716-2d6d4b410038/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T09:13:32Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:38:16,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee150978-784d-41e1-ad0a-53b4d1ff773c 2018-08-23 09:38:16,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.67596411705s 2018-08-23 09:38:16,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee150978-784d-41e1-ad0a-53b4d1ff773c 2018-08-23 09:38:16,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 09:38:16,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:17,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7810256c-93a6-4b82-bed1-b3bdd4c9c8d3 Date: Thu, 23 Aug 2018 09:38:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:38:17,571 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038 used request id req-7810256c-93a6-4b82-bed1-b3bdd4c9c8d3 2018-08-23 09:38:17,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.744652986526s 2018-08-23 09:38:17,572 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/834dfefa-abbd-4a31-b716-2d6d4b410038 used request id req-7810256c-93a6-4b82-bed1-b3bdd4c9c8d3 2018-08-23 09:38:17,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:38:17,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:17,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-56e0da87-035d-4d7b-a912-47435550116f x-compute-request-id: req-56e0da87-035d-4d7b-a912-47435550116f Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "0e1a933c-8437-4202-a781-8a65cbb1c5db"}]} 2018-08-23 09:38:17,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-56e0da87-035d-4d7b-a912-47435550116f 2018-08-23 09:38:17,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.268105983734s 2018-08-23 09:38:17,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-56e0da87-035d-4d7b-a912-47435550116f 2018-08-23 09:38:17,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 09:38:17,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:17,869 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da4a5038-936f-4ae0-a60d-119f44721c74 x-compute-request-id: req-da4a5038-936f-4ae0-a60d-119f44721c74 Content-Length: 0 Content-Type: application/json 2018-08-23 09:38:17,869 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db used request id req-da4a5038-936f-4ae0-a60d-119f44721c74 2018-08-23 09:38:17,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0269911289215s 2018-08-23 09:38:17,869 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0e1a933c-8437-4202-a781-8a65cbb1c5db used request id req-da4a5038-936f-4ae0-a60d-119f44721c74 2018-08-23 09:38:17,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:38:17,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:18,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-becc3666-888f-4226-9e26-c55eb1865253 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": {"self": "http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b35b3c7d7fd04feb95580fd9fbc2a525", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:38:18,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-becc3666-888f-4226-9e26-c55eb1865253 2018-08-23 09:38:18,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.277168035507s 2018-08-23 09:38:18,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-becc3666-888f-4226-9e26-c55eb1865253 2018-08-23 09:38:18,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:38:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:18,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93065981-5461-4f88-ac3f-10a20e5589c7 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b8eeb605-ed2f-4ff6-a879-a306a81aea5b", "links": {"self": "http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b35b3c7d7fd04feb95580fd9fbc2a525", "description": null}} 2018-08-23 09:38:18,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 used request id req-93065981-5461-4f88-ac3f-10a20e5589c7 2018-08-23 09:38:18,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.30409693718s 2018-08-23 09:38:18,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 used request id req-93065981-5461-4f88-ac3f-10a20e5589c7 2018-08-23 09:38:18,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 09:38:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:18,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-476c84b9-d026-465c-981b-53a18cfcd508 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:38:18,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 used request id req-476c84b9-d026-465c-981b-53a18cfcd508 2018-08-23 09:38:18,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.284963130951s 2018-08-23 09:38:18,744 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b35b3c7d7fd04feb95580fd9fbc2a525 used request id req-476c84b9-d026-465c-981b-53a18cfcd508 2018-08-23 09:38:18,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:38:18,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:18,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2a1c9b-be25-4be8-baa5-6817f8f57890 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738"}, "tags": [], "enabled": true, "id": "51ed6c540d4543309470e81f9688f738", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b8eeb605-ed2f-4ff6-a879-a306a81aea5b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-23 09:38:18,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-1e2a1c9b-be25-4be8-baa5-6817f8f57890 2018-08-23 09:38:18,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201375007629s 2018-08-23 09:38:18,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-1e2a1c9b-be25-4be8-baa5-6817f8f57890 2018-08-23 09:38:18,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 09:38:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c999054f9b6c85b5b275cb762942774d9c7f5940" 2018-08-23 09:38:19,193 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e5df3d-aac3-4f82-b70e-d633feab6c51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:38:19,193 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738 used request id req-81e5df3d-aac3-4f82-b70e-d633feab6c51 2018-08-23 09:38:19,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.237354040146s 2018-08-23 09:38:19,194 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/51ed6c540d4543309470e81f9688f738 used request id req-81e5df3d-aac3-4f82-b70e-d633feab6c51 2018-08-23 09:38:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:19,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:19,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3f3011db-3247-4d3f-9b6a-3d7fe1f526da Date: Thu, 23 Aug 2018 09:38:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:38:19,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3f3011db-3247-4d3f-9b6a-3d7fe1f526da 2018-08-23 09:38:19,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0818769931793s 2018-08-23 09:38:19,276 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3f3011db-3247-4d3f-9b6a-3d7fe1f526da 2018-08-23 09:38:19,278 - shade - DEBUG - Network pns-internal-net_b8eeb605-ed2f-4ff6-a879-a306a81aea5b not found for deleting 2018-08-23 09:38:19,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:19,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bf8eabcdb012bb29e9a56b376c42b4eace71e0ab" 2018-08-23 09:38:19,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ca6db514-f0a0-456a-9e38-ef268b9e66ff Date: Thu, 23 Aug 2018 09:38:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:38:19,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ca6db514-f0a0-456a-9e38-ef268b9e66ff 2018-08-23 09:38:19,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0768468379974s 2018-08-23 09:38:19,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ca6db514-f0a0-456a-9e38-ef268b9e66ff 2018-08-23 09:38:19,357 - shade - DEBUG - Network pns-internal-net2_b8eeb605-ed2f-4ff6-a879-a306a81aea5b not found for deleting 2018-08-23 09:38:19,414 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-23 09:38:19,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:38:19,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:38:19,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:38:19,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:38:19,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:38:19,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:38:19,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c829e815-faf8-4054-ac57-bdc2fbe0e497 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:38:19,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c829e815-faf8-4054-ac57-bdc2fbe0e497 2018-08-23 09:38:19,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:38:19,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["aOph1VaFTIGs_xLiHMgrjQ"], "issued_at": "2018-08-23T09:38:19.000000Z"}} 2018-08-23 09:38:19,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:19,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:20,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c0b54c13-981c-4b87-8a09-ab594af06b88 Date: Thu, 23 Aug 2018 09:38:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 09:38:20,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c0b54c13-981c-4b87-8a09-ab594af06b88 2018-08-23 09:38:20,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290912151337s 2018-08-23 09:38:20,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c0b54c13-981c-4b87-8a09-ab594af06b88 2018-08-23 09:38:20,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:38:20,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d68ecf-b537-44dc-9972-4df86b9efc79 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 09:38:20,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-59d68ecf-b537-44dc-9972-4df86b9efc79 2018-08-23 09:38:20,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:38:20,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:20,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7162fa92-b358-4946-94a3-c2b30ddd1c56 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 09:38:20,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7162fa92-b358-4946-94a3-c2b30ddd1c56 2018-08-23 09:38:20,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177503108978s 2018-08-23 09:38:20,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7162fa92-b358-4946-94a3-c2b30ddd1c56 2018-08-23 09:38:20,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 09:38:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}}' 2018-08-23 09:38:20,500 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd19c616-f763-4415-9138-48c290f1cc1d Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28"}, "tags": [], "enabled": true, "id": "d036b518b180432292ddbfcc8e322e28", "parent_id": "default", "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}} 2018-08-23 09:38:20,500 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fd19c616-f763-4415-9138-48c290f1cc1d 2018-08-23 09:38:20,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.140115976334s 2018-08-23 09:38:20,500 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fd19c616-f763-4415-9138-48c290f1cc1d 2018-08-23 09:38:20,501 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'd036b518b180432292ddbfcc8e322e28', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb'}) 2018-08-23 09:38:20,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 09:38:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4846a2cf-5767-4e76-b731-51e24910e25e", "email": null, "name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}}' 2018-08-23 09:38:20,961 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaf88d41-a6cb-460a-afce-9ac8ac4e05b4 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "domain_id": "default", "password_expires_at": null}} 2018-08-23 09:38:20,961 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-aaf88d41-a6cb-460a-afce-9ac8ac4e05b4 2018-08-23 09:38:20,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.454078912735s 2018-08-23 09:38:20,961 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-aaf88d41-a6cb-460a-afce-9ac8ac4e05b4 2018-08-23 09:38:20,962 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'27a85f6c17754898bce73a04e0acaaf4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb'}) 2018-08-23 09:38:20,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:38:20,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6cfbef2-9764-4636-8a4e-4d7b805b4602 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:38:21,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b6cfbef2-9764-4636-8a4e-4d7b805b4602 2018-08-23 09:38:21,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187444925308s 2018-08-23 09:38:21,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b6cfbef2-9764-4636-8a4e-4d7b805b4602 2018-08-23 09:38:21,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:38:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f109f3-f799-41de-b2dd-de6422deedff Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:38:21,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-85f109f3-f799-41de-b2dd-de6422deedff 2018-08-23 09:38:21,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162716150284s 2018-08-23 09:38:21,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-85f109f3-f799-41de-b2dd-de6422deedff 2018-08-23 09:38:21,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:38:21,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b9773b1-afda-483c-82a5-ef114b4a4e02 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:38:21,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0b9773b1-afda-483c-82a5-ef114b4a4e02 2018-08-23 09:38:21,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.2016248703s 2018-08-23 09:38:21,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0b9773b1-afda-483c-82a5-ef114b4a4e02 2018-08-23 09:38:21,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:38:21,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a412b5d2-13ef-478b-8666-2fe2da767896 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 09:38:21,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a412b5d2-13ef-478b-8666-2fe2da767896 2018-08-23 09:38:21,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.1004550457s 2018-08-23 09:38:21,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a412b5d2-13ef-478b-8666-2fe2da767896 2018-08-23 09:38:21,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:38:21,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba2c5fe-14f6-48f9-b8ec-218da241a1e9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:38:21,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eba2c5fe-14f6-48f9-b8ec-218da241a1e9 2018-08-23 09:38:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134697914124s 2018-08-23 09:38:21,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eba2c5fe-14f6-48f9-b8ec-218da241a1e9 2018-08-23 09:38:21,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:38:21,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:21,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b66151-f7e2-42a7-bde1-90c1a54f8b46 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28"}, "tags": [], "enabled": true, "id": "d036b518b180432292ddbfcc8e322e28", "parent_id": "default", "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 09:38:21,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-51b66151-f7e2-42a7-bde1-90c1a54f8b46 2018-08-23 09:38:21,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.143868923187s 2018-08-23 09:38:21,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-51b66151-f7e2-42a7-bde1-90c1a54f8b46 2018-08-23 09:38:21,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 09:38:21,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d036b518b180432292ddbfcc8e322e28" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:22,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f83741-1960-473f-9e14-5f1ddeb9eebd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d036b518b180432292ddbfcc8e322e28", "previous": null, "next": null}} 2018-08-23 09:38:22,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-e3f83741-1960-473f-9e14-5f1ddeb9eebd 2018-08-23 09:38:22,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178844928741s 2018-08-23 09:38:22,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-e3f83741-1960-473f-9e14-5f1ddeb9eebd 2018-08-23 09:38:22,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 09:38:22,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:38:22,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:38:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7277d84b-24e2-4af3-90bd-90a54f4da882 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:38:22,250 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-7277d84b-24e2-4af3-90bd-90a54f4da882 2018-08-23 09:38:22,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.134241104126s 2018-08-23 09:38:22,251 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-7277d84b-24e2-4af3-90bd-90a54f4da882 2018-08-23 09:38:22,251 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd036b518b180432292ddbfcc8e322e28', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4846a2cf-5767-4e76-b731-51e24910e25e', 'username': u'shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 09:38:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 09:38:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 09:38:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 09:38:22,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 09:38:22,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 09:38:22,257 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'password': '4846a2cf-5767-4e76-b731-51e24910e25e', 'project_name': 'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd036b518b180432292ddbfcc8e322e28', 'project_domain_name': 'Default'} 2018-08-23 09:38:22,257 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-23 09:38:22,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:38:22,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cdd5579-a7a9-4b30-9308-e017f1f11439 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 09:38:22,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9cdd5579-a7a9-4b30-9308-e017f1f11439 2018-08-23 09:38:22,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 09:38:22,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T10:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d036b518b180432292ddbfcc8e322e28", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "id": "27a85f6c17754898bce73a04e0acaaf4"}, "audit_ids": ["AUUWQNapS0SbNboN49DMxQ"], "issued_at": "2018-08-23T09:38:22.000000Z"}} 2018-08-23 09:38:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 09:38:22,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"network": {"name": "shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "admin_state_up": true}}' 2018-08-23 09:38:23,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-52ed0357-4815-439d-a320-6baa6974cc3d Date: Thu, 23 Aug 2018 09:38:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T09:38:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d036b518b180432292ddbfcc8e322e28","id":"cca9653e-6244-439e-b49e-0e6d3f053c11","name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}} 2018-08-23 09:38:23,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52ed0357-4815-439d-a320-6baa6974cc3d 2018-08-23 09:38:23,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.900588989258s 2018-08-23 09:38:23,565 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52ed0357-4815-439d-a320-6baa6974cc3d 2018-08-23 09:38:23,565 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T09:38:23Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cca9653e-6244-439e-b49e-0e6d3f053c11', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb', u'admin_state_up': True, u'tenant_id': u'd036b518b180432292ddbfcc8e322e28', u'created_at': u'2018-08-23T09:38:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd036b518b180432292ddbfcc8e322e28'}) 2018-08-23 09:38:23,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:23,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:23,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-dd5a563a-35e1-439c-b3de-8a0580be2ce3 Date: Thu, 23 Aug 2018 09:38:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T09:38:23Z","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d036b518b180432292ddbfcc8e322e28","id":"cca9653e-6244-439e-b49e-0e6d3f053c11","name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 09:38:23,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dd5a563a-35e1-439c-b3de-8a0580be2ce3 2018-08-23 09:38:23,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.178553104401s 2018-08-23 09:38:23,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dd5a563a-35e1-439c-b3de-8a0580be2ce3 2018-08-23 09:38:23,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 09:38:23,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"subnet": {"name": "shaker-subnet_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "enable_dhcp": true, "network_id": "cca9653e-6244-439e-b49e-0e6d3f053c11", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 09:38:24,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e2c5ff5a-3ad4-4689-a941-5854f9c51408 Date: Thu, 23 Aug 2018 09:38:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cca9653e-6244-439e-b49e-0e6d3f053c11","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:38:24Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d036b518b180432292ddbfcc8e322e28","id":"da1dda57-1f44-4e36-b871-3111c8f68f32","subnetpool_id":null,"name":"shaker-subnet_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}} 2018-08-23 09:38:24,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e2c5ff5a-3ad4-4689-a941-5854f9c51408 2018-08-23 09:38:24,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.602849960327s 2018-08-23 09:38:24,349 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e2c5ff5a-3ad4-4689-a941-5854f9c51408 2018-08-23 09:38:24,350 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T09:38:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'da1dda57-1f44-4e36-b871-3111c8f68f32', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_c04649b5-46f5-4e30-8d75-11c41d22b2bb', u'enable_dhcp': True, u'network_id': u'cca9653e-6244-439e-b49e-0e6d3f053c11', u'tenant_id': u'd036b518b180432292ddbfcc8e322e28', u'created_at': u'2018-08-23T09:38:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd036b518b180432292ddbfcc8e322e28'}) 2018-08-23 09:38:24,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 09:38:24,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "shaker-router_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "admin_state_up": true}}' 2018-08-23 09:38:25,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-be3cc977-5c31-43f7-90da-ec1c622e70e0 Date: Thu, 23 Aug 2018 09:38:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:24Z", "admin_state_up": true, "updated_at": "2018-08-23T09:38:25Z", "revision_number": 2, "routes": [], "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "c40939ba-6281-4494-bd76-106450a94e62", "name": "shaker-router_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}} 2018-08-23 09:38:25,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-be3cc977-5c31-43f7-90da-ec1c622e70e0 2018-08-23 09:38:25,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37178993225s 2018-08-23 09:38:25,723 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-be3cc977-5c31-43f7-90da-ec1c622e70e0 2018-08-23 09:38:25,723 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd036b518b180432292ddbfcc8e322e28', u'created_at': u'2018-08-23T09:38:24Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T09:38:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'd036b518b180432292ddbfcc8e322e28', u'id': u'c40939ba-6281-4494-bd76-106450a94e62', u'name': u'shaker-router_c04649b5-46f5-4e30-8d75-11c41d22b2bb'}) 2018-08-23 09:38:25,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 09:38:25,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"subnet_id": "da1dda57-1f44-4e36-b871-3111c8f68f32"}' 2018-08-23 09:38:27,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d0b7e16-4373-487e-adb9-006e7b61270d Date: Thu, 23 Aug 2018 09:38:27 GMT RESP BODY: {"network_id": "cca9653e-6244-439e-b49e-0e6d3f053c11", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "subnet_id": "da1dda57-1f44-4e36-b871-3111c8f68f32", "subnet_ids": ["da1dda57-1f44-4e36-b871-3111c8f68f32"], "port_id": "7b7420bd-ec0e-4e67-8f31-d665e401d599", "id": "c40939ba-6281-4494-bd76-106450a94e62"} 2018-08-23 09:38:27,617 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/add_router_interface.json used request id req-9d0b7e16-4373-487e-adb9-006e7b61270d 2018-08-23 09:38:27,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89358592033s 2018-08-23 09:38:27,618 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/add_router_interface.json used request id req-9d0b7e16-4373-487e-adb9-006e7b61270d returning object c40939ba-6281-4494-bd76-106450a94e62 2018-08-23 09:38:27,618 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-23 09:38:31,233 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-23 09:38:31,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:38:31,239 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 09:38:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 09:38:31,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:38:31,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:31,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e01d9f0e-34c9-4489-9ec9-bbcad07ea2b5 Date: Thu, 23 Aug 2018 09:38:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:38:31,942 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e01d9f0e-34c9-4489-9ec9-bbcad07ea2b5 2018-08-23 09:38:31,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.70170211792s 2018-08-23 09:38:31,943 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e01d9f0e-34c9-4489-9ec9-bbcad07ea2b5 2018-08-23 09:38:31,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 09:38:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}' 2018-08-23 09:38:32,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-01b99ec0-c080-4347-abc7-282659b6a4b3 Date: Thu, 23 Aug 2018 09:38:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:38:31Z", "file": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file", "owner": "d036b518b180432292ddbfcc8e322e28", "id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "size": null, "self": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "checksum": null, "created_at": "2018-08-23T09:38:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 09:38:32,001 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-01b99ec0-c080-4347-abc7-282659b6a4b3 2018-08-23 09:38:32,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0504350662231s 2018-08-23 09:38:32,002 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-01b99ec0-c080-4347-abc7-282659b6a4b3 returning object 15d72a19-352c-4c4f-b8d7-525c85df9a8d 2018-08-23 09:38:32,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 09:38:32,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '' 2018-08-23 09:38:41,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df932bec-8851-41c4-bd10-ed9aeea2850c Date: Thu, 23 Aug 2018 09:38:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 09:38:41,806 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file used request id req-df932bec-8851-41c4-bd10-ed9aeea2850c 2018-08-23 09:38:41,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.80389904976s 2018-08-23 09:38:41,807 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file used request id req-df932bec-8851-41c4-bd10-ed9aeea2850c 2018-08-23 09:38:41,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:38:41,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:41,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-4ba31b47-cad2-450b-a7cc-e364628f1e9e Date: Thu, 23 Aug 2018 09:38:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:38:41Z", "file": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file", "owner": "d036b518b180432292ddbfcc8e322e28", "id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "size": 666173440, "self": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-23T09:38:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:38:41,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4ba31b47-cad2-450b-a7cc-e364628f1e9e 2018-08-23 09:38:41,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0503630638123s 2018-08-23 09:38:41,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4ba31b47-cad2-450b-a7cc-e364628f1e9e 2018-08-23 09:38:41,864 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file', 'owner': u'd036b518b180432292ddbfcc8e322e28', 'id': u'15d72a19-352c-4c4f-b8d7-525c85df9a8d', 'size': 666173440, u'self': u'/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd036b518b180432292ddbfcc8e322e28', 'name': 'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T09:38:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T09:38:41Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'created': u'2018-08-23T09:38:31Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-23T09:38:31Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-23 09:38:41,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 09:38:41,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-23 09:38:42,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-619d921d-c51d-485a-ac93-598a3724ea91 x-compute-request-id: req-619d921d-c51d-485a-ac93-598a3724ea91 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "839b5cea-4bb3-42f2-8561-7c33603a0e10"}} 2018-08-23 09:38:42,165 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-619d921d-c51d-485a-ac93-598a3724ea91 2018-08-23 09:38:42,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.300533056259s 2018-08-23 09:38:42,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-619d921d-c51d-485a-ac93-598a3724ea91 2018-08-23 09:38:42,166 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_c04649b5-46f5-4e30-8d75-11c41d22b2bb', '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'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), u'os-flavor-access:is_public': True, 'rxtx_factor': 1.0, 'is_public': True, u'OS-FLV-EXT-DATA:ephemeral': 0, 'disk': 3, 'id': u'839b5cea-4bb3-42f2-8561-7c33603a0e10', 'swap': 0}) 2018-08-23 09:38:42,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 09:38:42,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" -d '{"extra_specs": {}}' 2018-08-23 09:38:42,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d78ad0a-83fc-40b6-838b-b6f775c614df x-compute-request-id: req-6d78ad0a-83fc-40b6-838b-b6f775c614df Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 09:38:42,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10/os-extra_specs used request id req-6d78ad0a-83fc-40b6-838b-b6f775c614df 2018-08-23 09:38:42,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209188461304s 2018-08-23 09:38:42,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10/os-extra_specs used request id req-6d78ad0a-83fc-40b6-838b-b6f775c614df 2018-08-23 09:38:42,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 09:38:42,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"keypair": {"name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}}' 2018-08-23 09:38:42,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70106461-e76a-4ec7-81aa-51220abc80c7 x-compute-request-id: req-70106461-e76a-4ec7-81aa-51220abc80c7 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDF9FdRmV8yhjEOG0WDG3TehFCqa9uH6kVCUhEdeqaIS+IZBDwU8JtFVsSkaYem1C1eYwDKYqMh99G2dnzjll50W8/84wAFe6MWoBfGleJPnaTNu56Pe/lVEw1xo4o1LpYXmUL+40/adBaoC09xy7+X6bBckBTZeoxq6i4Rtn69S4nNvpXhIgXPpJjDtqMgEp+RUlBy5atCHBqfbH3paaw/AKqngCW1JcK0AEwcB5CtFTdmfu5xe6XYYiiEAB+IeTUzYTs4E978RBkbkEuersCIiIkw5PkKLiLIrRrdqhrTk8Q2qZFPUDBiPreoTuG5Y/gd+vWeRnNTPEPsw+ldkpH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwxfRXUZlfMoYxDhtFgxt03oRQqmvbh+pFQlIRHXqmiEviGQQ\n8FPCbRVbEpGmHptQtXmMAymKjIffRtnZ845ZedFvP/OMABXujFqAXxpXiT52kzbu\nej3v5VRMNcaOKNS6WF5lC/uNP2nQWqAtPccu/l+mwXJAU2XqMauouEbZ+vUuJzb6\nV4SIFz6SYw7ajIBKfkVJQcuWrQhwan2x96WmsPwCqp4AltSXCtABMHAeQrRU3Zn7\nucXul2GIohAAfiHk1M2E7OBPe/EQZG5BLnq7AiIiJMOT5Ci4iyK0a3aoa05PENqm\nRT1AwYj63qE7huWP4Hfr1nkZzUzxD7MPpXZKRwIDAQABAoIBABdzl4FE4xI7IPsF\nZWePGuye8dA3oZT1TVfwA7XnDsp0TshwbvDUwLxoIsh6paNsPCl0cPY4WiVGd/qG\nWYLDi9Hu8RaY6i1gdYp9nozQF9GxpoNPyR78rwe8OGUGdzRFThktT6w/Et2alKcw\nNgAFH4sIaH08hKsBx0MtRVzRd4aJGFzoD4Vm4sETdBdcS6gkyMgwTQJz7Y78zXWQ\nyxdFfCqSgaG0y0mm6JIXRAJv7RpQGx3x9LpGlGDL4rcFW1R2hsTk5pJBl6BHpYRg\nNscnTW2RB8+ebAGXqbczqXeuvlgqJ2jlZ4RKzy2jeTSriUfr+0HQBeEDa++/4A1A\n8fNghuECgYEA/PYNg0Vx7OfX0Jvw/TlmHuNJ0gsppGGgPkFtlYWJfh295sU7ECl+\niJqRbUCRtsKp6KcshdEZqHvc1RdujMJMXubHY17a0FzIzfG5yix3BZ2ilYjE3pTK\n6wWgIKQYSkgMTGTHLzJZw7yNcn/mH2jcqoZE2U27PZAcPfTTp2tcSZkCgYEAxW/M\ntXrCmNjC8P/4qBUmv5+gX8rIKS6rUTbVNTSLcQnUXJ7K0+Gp8+O9LWQCjebyhkW7\nCcGSIE2NjlZPfKSzsBAXC89lr+8nCAU0Ioo7tkYyjhVCxCCmB8pbGxyQq4M7yP2t\nrPYWQ3zettWCsvq0G/OaF+UNP6Mq21zfCwTsXt8CgYAjZQJLBeKE9YO7CrbTl750\nP/VKUImJGKflTh5ZN5Afd2Xk7l/vSP8NeiMzGD/LRL2lcg7GwpVGf95MarTrORya\ngswPWWxgjzsBpfsLEOGuhXoEVljFlCg4blcTeiJz8lTWM5uzPOZWfwGDreWzK2cE\n7Tig90Flwc5R1PnwiRMmsQKBgQC5P2vwf01kwkUugM2bT7U6qJh+KLLjyREfM3aa\n5EFNf26MtMUURrEC0BTpKOQopp+5kmWrAr+LpZiDC8Kq7ZJXSNGG2ELN73NM2C0R\nl2ftXzICFDq/8O43cwtGhefLtWd772FsXr2G9vu0yuJF8mrZqxhTASwMIJmOlzYD\njcwGOwKBgApomzOPWTqCAb2Hc9v9C+74XWqSJ2RsMdj+f2qgMeas/WPSEw0mOL1o\n45rmCkMSVWAax2hkfHlGHLfCgdfgLhhH4QutGkFVenlxfn/2eIvaBkafBU1dCPiQ\nAnRw46z8iva1SDtg0MPbZ9UrTmER5SiDE+F4/4mmSX64ql1/3VHV\n-----END RSA PRIVATE KEY-----\n", "user_id": "27a85f6c17754898bce73a04e0acaaf4", "name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "fingerprint": "34:6b:5d:9e:b4:e0:56:52:a8:38:68:45:c9:48:d1:b2"}} 2018-08-23 09:38:42,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-70106461-e76a-4ec7-81aa-51220abc80c7 2018-08-23 09:38:42,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.391315221786s 2018-08-23 09:38:42,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-70106461-e76a-4ec7-81aa-51220abc80c7 2018-08-23 09:38:42,582 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDF9FdRmV8yhjEOG0WDG3TehFCqa9uH6kVCUhEdeqaIS+IZBDwU8JtFVsSkaYem1C1eYwDKYqMh99G2dnzjll50W8/84wAFe6MWoBfGleJPnaTNu56Pe/lVEw1xo4o1LpYXmUL+40/adBaoC09xy7+X6bBckBTZeoxq6i4Rtn69S4nNvpXhIgXPpJjDtqMgEp+RUlBy5atCHBqfbH3paaw/AKqngCW1JcK0AEwcB5CtFTdmfu5xe6XYYiiEAB+IeTUzYTs4E978RBkbkEuersCIiIkw5PkKLiLIrRrdqhrTk8Q2qZFPUDBiPreoTuG5Y/gd+vWeRnNTPEPsw+ldkpH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAwxfRXUZlfMoYxDhtFgxt03oRQqmvbh+pFQlIRHXqmiEviGQQ\n8FPCbRVbEpGmHptQtXmMAymKjIffRtnZ845ZedFvP/OMABXujFqAXxpXiT52kzbu\nej3v5VRMNcaOKNS6WF5lC/uNP2nQWqAtPccu/l+mwXJAU2XqMauouEbZ+vUuJzb6\nV4SIFz6SYw7ajIBKfkVJQcuWrQhwan2x96WmsPwCqp4AltSXCtABMHAeQrRU3Zn7\nucXul2GIohAAfiHk1M2E7OBPe/EQZG5BLnq7AiIiJMOT5Ci4iyK0a3aoa05PENqm\nRT1AwYj63qE7huWP4Hfr1nkZzUzxD7MPpXZKRwIDAQABAoIBABdzl4FE4xI7IPsF\nZWePGuye8dA3oZT1TVfwA7XnDsp0TshwbvDUwLxoIsh6paNsPCl0cPY4WiVGd/qG\nWYLDi9Hu8RaY6i1gdYp9nozQF9GxpoNPyR78rwe8OGUGdzRFThktT6w/Et2alKcw\nNgAFH4sIaH08hKsBx0MtRVzRd4aJGFzoD4Vm4sETdBdcS6gkyMgwTQJz7Y78zXWQ\nyxdFfCqSgaG0y0mm6JIXRAJv7RpQGx3x9LpGlGDL4rcFW1R2hsTk5pJBl6BHpYRg\nNscnTW2RB8+ebAGXqbczqXeuvlgqJ2jlZ4RKzy2jeTSriUfr+0HQBeEDa++/4A1A\n8fNghuECgYEA/PYNg0Vx7OfX0Jvw/TlmHuNJ0gsppGGgPkFtlYWJfh295sU7ECl+\niJqRbUCRtsKp6KcshdEZqHvc1RdujMJMXubHY17a0FzIzfG5yix3BZ2ilYjE3pTK\n6wWgIKQYSkgMTGTHLzJZw7yNcn/mH2jcqoZE2U27PZAcPfTTp2tcSZkCgYEAxW/M\ntXrCmNjC8P/4qBUmv5+gX8rIKS6rUTbVNTSLcQnUXJ7K0+Gp8+O9LWQCjebyhkW7\nCcGSIE2NjlZPfKSzsBAXC89lr+8nCAU0Ioo7tkYyjhVCxCCmB8pbGxyQq4M7yP2t\nrPYWQ3zettWCsvq0G/OaF+UNP6Mq21zfCwTsXt8CgYAjZQJLBeKE9YO7CrbTl750\nP/VKUImJGKflTh5ZN5Afd2Xk7l/vSP8NeiMzGD/LRL2lcg7GwpVGf95MarTrORya\ngswPWWxgjzsBpfsLEOGuhXoEVljFlCg4blcTeiJz8lTWM5uzPOZWfwGDreWzK2cE\n7Tig90Flwc5R1PnwiRMmsQKBgQC5P2vwf01kwkUugM2bT7U6qJh+KLLjyREfM3aa\n5EFNf26MtMUURrEC0BTpKOQopp+5kmWrAr+LpZiDC8Kq7ZJXSNGG2ELN73NM2C0R\nl2ftXzICFDq/8O43cwtGhefLtWd772FsXr2G9vu0yuJF8mrZqxhTASwMIJmOlzYD\njcwGOwKBgApomzOPWTqCAb2Hc9v9C+74XWqSJ2RsMdj+f2qgMeas/WPSEw0mOL1o\n45rmCkMSVWAax2hkfHlGHLfCgdfgLhhH4QutGkFVenlxfn/2eIvaBkafBU1dCPiQ\nAnRw46z8iva1SDtg0MPbZ9UrTmER5SiDE+F4/4mmSX64ql1/3VHV\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'27a85f6c17754898bce73a04e0acaaf4', 'name': u'shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'created_at': '2018-08-23T09:38:42.582053', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd036b518b180432292ddbfcc8e322e28', 'name': 'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'34:6b:5d:9e:b4:e0:56:52:a8:38:68:45:c9:48:d1:b2', 'type': 'ssh', 'id': u'shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb'}) 2018-08-23 09:38:42,582 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAwxfRXUZlfMoYxDhtFgxt03oRQqmvbh+pFQlIRHXqmiEviGQQ 8FPCbRVbEpGmHptQtXmMAymKjIffRtnZ845ZedFvP/OMABXujFqAXxpXiT52kzbu ej3v5VRMNcaOKNS6WF5lC/uNP2nQWqAtPccu/l+mwXJAU2XqMauouEbZ+vUuJzb6 V4SIFz6SYw7ajIBKfkVJQcuWrQhwan2x96WmsPwCqp4AltSXCtABMHAeQrRU3Zn7 ucXul2GIohAAfiHk1M2E7OBPe/EQZG5BLnq7AiIiJMOT5Ci4iyK0a3aoa05PENqm RT1AwYj63qE7huWP4Hfr1nkZzUzxD7MPpXZKRwIDAQABAoIBABdzl4FE4xI7IPsF ZWePGuye8dA3oZT1TVfwA7XnDsp0TshwbvDUwLxoIsh6paNsPCl0cPY4WiVGd/qG WYLDi9Hu8RaY6i1gdYp9nozQF9GxpoNPyR78rwe8OGUGdzRFThktT6w/Et2alKcw NgAFH4sIaH08hKsBx0MtRVzRd4aJGFzoD4Vm4sETdBdcS6gkyMgwTQJz7Y78zXWQ yxdFfCqSgaG0y0mm6JIXRAJv7RpQGx3x9LpGlGDL4rcFW1R2hsTk5pJBl6BHpYRg NscnTW2RB8+ebAGXqbczqXeuvlgqJ2jlZ4RKzy2jeTSriUfr+0HQBeEDa++/4A1A 8fNghuECgYEA/PYNg0Vx7OfX0Jvw/TlmHuNJ0gsppGGgPkFtlYWJfh295sU7ECl+ iJqRbUCRtsKp6KcshdEZqHvc1RdujMJMXubHY17a0FzIzfG5yix3BZ2ilYjE3pTK 6wWgIKQYSkgMTGTHLzJZw7yNcn/mH2jcqoZE2U27PZAcPfTTp2tcSZkCgYEAxW/M tXrCmNjC8P/4qBUmv5+gX8rIKS6rUTbVNTSLcQnUXJ7K0+Gp8+O9LWQCjebyhkW7 CcGSIE2NjlZPfKSzsBAXC89lr+8nCAU0Ioo7tkYyjhVCxCCmB8pbGxyQq4M7yP2t rPYWQ3zettWCsvq0G/OaF+UNP6Mq21zfCwTsXt8CgYAjZQJLBeKE9YO7CrbTl750 P/VKUImJGKflTh5ZN5Afd2Xk7l/vSP8NeiMzGD/LRL2lcg7GwpVGf95MarTrORya gswPWWxgjzsBpfsLEOGuhXoEVljFlCg4blcTeiJz8lTWM5uzPOZWfwGDreWzK2cE 7Tig90Flwc5R1PnwiRMmsQKBgQC5P2vwf01kwkUugM2bT7U6qJh+KLLjyREfM3aa 5EFNf26MtMUURrEC0BTpKOQopp+5kmWrAr+LpZiDC8Kq7ZJXSNGG2ELN73NM2C0R l2ftXzICFDq/8O43cwtGhefLtWd772FsXr2G9vu0yuJF8mrZqxhTASwMIJmOlzYD jcwGOwKBgApomzOPWTqCAb2Hc9v9C+74XWqSJ2RsMdj+f2qgMeas/WPSEw0mOL1o 45rmCkMSVWAax2hkfHlGHLfCgdfgLhhH4QutGkFVenlxfn/2eIvaBkafBU1dCPiQ AnRw46z8iva1SDtg0MPbZ9UrTmER5SiDE+F4/4mmSX64ql1/3VHV -----END RSA PRIVATE KEY----- 2018-08-23 09:38:42,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 09:38:42,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"security_group": {"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-23 09:38:43,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-d83c8dbc-c256-4419-86dc-1551dd7d6b4e Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:42Z", "updated_at": "2018-08-23T09:38:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "338fe64b-7d1d-41ec-8c48-54aaa041a1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "4cc17661-0e90-4d13-b7cf-e436d261c07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}} 2018-08-23 09:38:43,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d83c8dbc-c256-4419-86dc-1551dd7d6b4e 2018-08-23 09:38:43,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.469551086426s 2018-08-23 09:38:43,056 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d83c8dbc-c256-4419-86dc-1551dd7d6b4e 2018-08-23 09:38:43,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 09:38:43,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:43,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-ca1465a5-6546-433c-bd05-6487c1109953 Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:42Z", "updated_at": "2018-08-23T09:38:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "338fe64b-7d1d-41ec-8c48-54aaa041a1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "4cc17661-0e90-4d13-b7cf-e436d261c07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, {"description": "Default security group", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:23Z", "updated_at": "2018-08-23T09:38:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "45a469ca-652a-4336-a8cd-418760e14f9e", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "56e3771e-78e5-4c23-a5c7-ac12d8d0ace2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "cb212086-0671-4860-a070-9eb0bc179dd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "fbc702ce-36d7-4b86-b3b8-60863b590bb3", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "be6b1bc9-21c6-4091-9166-002c11506256", "name": "default"}]} 2018-08-23 09:38:43,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ca1465a5-6546-433c-bd05-6487c1109953 2018-08-23 09:38:43,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0711739063263s 2018-08-23 09:38:43,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ca1465a5-6546-433c-bd05-6487c1109953 2018-08-23 09:38:43,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 09:38:43,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -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": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"}}' 2018-08-23 09:38:43,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5e53c18e-92ab-4e81-914a-9e100535407d Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:43Z", "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "3de78895-0606-4aae-a983-889985014f13"}} 2018-08-23 09:38:43,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-5e53c18e-92ab-4e81-914a-9e100535407d 2018-08-23 09:38:43,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.152474880219s 2018-08-23 09:38:43,289 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-5e53c18e-92ab-4e81-914a-9e100535407d 2018-08-23 09:38:43,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 09:38:43,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:43,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-c82c67d2-ecb4-4fc7-89dc-96d084680e1a Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:42Z", "updated_at": "2018-08-23T09:38:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "338fe64b-7d1d-41ec-8c48-54aaa041a1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "3de78895-0606-4aae-a983-889985014f13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "4cc17661-0e90-4d13-b7cf-e436d261c07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 2, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, {"description": "Default security group", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:23Z", "updated_at": "2018-08-23T09:38:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "45a469ca-652a-4336-a8cd-418760e14f9e", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "56e3771e-78e5-4c23-a5c7-ac12d8d0ace2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "cb212086-0671-4860-a070-9eb0bc179dd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "fbc702ce-36d7-4b86-b3b8-60863b590bb3", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "be6b1bc9-21c6-4091-9166-002c11506256", "name": "default"}]} 2018-08-23 09:38:43,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c82c67d2-ecb4-4fc7-89dc-96d084680e1a 2018-08-23 09:38:43,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0482640266418s 2018-08-23 09:38:43,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c82c67d2-ecb4-4fc7-89dc-96d084680e1a 2018-08-23 09:38:43,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 09:38:43,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -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": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"}}' 2018-08-23 09:38:43,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-335b8606-2475-407d-8e05-3d7c1a515ae3 Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "port_range_min": null, "revision_number": 0, "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:43Z", "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "16634fe5-c464-4a19-9d2f-e4e9c966483c"}} 2018-08-23 09:38:43,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-335b8606-2475-407d-8e05-3d7c1a515ae3 2018-08-23 09:38:43,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122759103775s 2018-08-23 09:38:43,468 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-335b8606-2475-407d-8e05-3d7c1a515ae3 2018-08-23 09:38:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 09:38:43,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:43,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-3a3673bd-d508-4219-907a-4ca0ccf24125 Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:42Z", "updated_at": "2018-08-23T09:38:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "16634fe5-c464-4a19-9d2f-e4e9c966483c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "338fe64b-7d1d-41ec-8c48-54aaa041a1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "3de78895-0606-4aae-a983-889985014f13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "4cc17661-0e90-4d13-b7cf-e436d261c07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 3, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, {"description": "Default security group", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:23Z", "updated_at": "2018-08-23T09:38:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "45a469ca-652a-4336-a8cd-418760e14f9e", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "56e3771e-78e5-4c23-a5c7-ac12d8d0ace2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "cb212086-0671-4860-a070-9eb0bc179dd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "fbc702ce-36d7-4b86-b3b8-60863b590bb3", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "be6b1bc9-21c6-4091-9166-002c11506256", "name": "default"}]} 2018-08-23 09:38:43,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3a3673bd-d508-4219-907a-4ca0ccf24125 2018-08-23 09:38:43,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0585868358612s 2018-08-23 09:38:43,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3a3673bd-d508-4219-907a-4ca0ccf24125 2018-08-23 09:38:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 09:38:43,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"}}' 2018-08-23 09:38:43,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-af6002f3-418c-4d83-b3d8-0429ca01097c Date: Thu, 23 Aug 2018 09:38:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "port_range_min": 9000, "revision_number": 0, "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:43Z", "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "fea5cda7-df5e-4b11-bcc5-7ab8b7328e1b"}} 2018-08-23 09:38:43,869 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-af6002f3-418c-4d83-b3d8-0429ca01097c 2018-08-23 09:38:43,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.335273981094s 2018-08-23 09:38:43,870 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-af6002f3-418c-4d83-b3d8-0429ca01097c 2018-08-23 09:38:43,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:43,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:43,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-86c78558-d69b-4cbc-bac0-81587a957be7 Date: Thu, 23 Aug 2018 09:38: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":["da1dda57-1f44-4e36-b871-3111c8f68f32"],"updated_at":"2018-08-23T09:38:24Z","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d036b518b180432292ddbfcc8e322e28","id":"cca9653e-6244-439e-b49e-0e6d3f053c11","name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 09:38:43,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86c78558-d69b-4cbc-bac0-81587a957be7 2018-08-23 09:38:43,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10039305687s 2018-08-23 09:38:43,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86c78558-d69b-4cbc-bac0-81587a957be7 2018-08-23 09:38:43,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 09:38:43,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:44,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-3d6c6a98-918b-45fd-9fc4-ca96371c53bc Date: Thu, 23 Aug 2018 09:38:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:38:41Z", "file": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file", "owner": "d036b518b180432292ddbfcc8e322e28", "id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "size": 666173440, "self": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-23T09:38:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 09:38:44,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3d6c6a98-918b-45fd-9fc4-ca96371c53bc 2018-08-23 09:38:44,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0361309051514s 2018-08-23 09:38:44,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3d6c6a98-918b-45fd-9fc4-ca96371c53bc 2018-08-23 09:38:44,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 09:38:44,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:44,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-138256d8-72cf-4142-a9fd-36fd8c005163 x-compute-request-id: req-138256d8-72cf-4142-a9fd-36fd8c005163 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "839b5cea-4bb3-42f2-8561-7c33603a0e10"}]} 2018-08-23 09:38:44,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-138256d8-72cf-4142-a9fd-36fd8c005163 2018-08-23 09:38:44,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257039070129s 2018-08-23 09:38:44,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-138256d8-72cf-4142-a9fd-36fd8c005163 2018-08-23 09:38:44,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 09:38:44,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"server": {"name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "imageRef": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "flavorRef": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cca9653e-6244-439e-b49e-0e6d3f053c11"}], "security_groups": [{"name": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"}]}}' 2018-08-23 09:38:45,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 09:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81f11007-4fbc-47fb-8d92-8b2f3c4aba61 x-compute-request-id: req-81f11007-4fbc-47fb-8d92-8b2f3c4aba61 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"}], "OS-DCF:diskConfig": "MANUAL", "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "adminPass": "Zg6gN22achLK"}} 2018-08-23 09:38:45,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-81f11007-4fbc-47fb-8d92-8b2f3c4aba61 2018-08-23 09:38:45,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.1519780159s 2018-08-23 09:38:45,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-81f11007-4fbc-47fb-8d92-8b2f3c4aba61 2018-08-23 09:38:45,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:45,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:45,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7016e212-8dc6-471c-a9a5-0efdd3a66dee x-compute-request-id: req-7016e212-8dc6-471c-a9a5-0efdd3a66dee Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:45,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7016e212-8dc6-471c-a9a5-0efdd3a66dee 2018-08-23 09:38:45,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631711006165s 2018-08-23 09:38:45,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7016e212-8dc6-471c-a9a5-0efdd3a66dee 2018-08-23 09:38:45,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:38:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:45,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-5ff777cd-e673-4545-844a-7e2b15bb3a54 Date: Thu, 23 Aug 2018 09:38: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":["da1dda57-1f44-4e36-b871-3111c8f68f32"],"updated_at":"2018-08-23T09:38:24Z","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d036b518b180432292ddbfcc8e322e28","id":"cca9653e-6244-439e-b49e-0e6d3f053c11","name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 09:38:45,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5ff777cd-e673-4545-844a-7e2b15bb3a54 2018-08-23 09:38:45,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0948598384857s 2018-08-23 09:38:45,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5ff777cd-e673-4545-844a-7e2b15bb3a54 2018-08-23 09:38:45,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 09:38:45,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:45,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-278481eb-de6e-4b64-acb2-640ab932db73 Date: Thu, 23 Aug 2018 09:38:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cca9653e-6244-439e-b49e-0e6d3f053c11","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:38:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d036b518b180432292ddbfcc8e322e28","id":"da1dda57-1f44-4e36-b871-3111c8f68f32","subnetpool_id":null,"name":"shaker-subnet_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 09:38:45,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-278481eb-de6e-4b64-acb2-640ab932db73 2018-08-23 09:38:45,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0418500900269s 2018-08-23 09:38:45,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-278481eb-de6e-4b64-acb2-640ab932db73 2018-08-23 09:38:45,975 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:38:47,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:47,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:48,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-300f21e3-0c6c-4abb-a240-f17f582ca038 x-compute-request-id: req-300f21e3-0c6c-4abb-a240-f17f582ca038 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:48,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-300f21e3-0c6c-4abb-a240-f17f582ca038 2018-08-23 09:38:48,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.851460933685s 2018-08-23 09:38:48,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-300f21e3-0c6c-4abb-a240-f17f582ca038 2018-08-23 09:38:48,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:38:50,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:51,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-b236e36b-8d52-413b-abd7-3b851855e9fe x-compute-request-id: req-b236e36b-8d52-413b-abd7-3b851855e9fe Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:51,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b236e36b-8d52-413b-abd7-3b851855e9fe 2018-08-23 09:38:51,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60112285614s 2018-08-23 09:38:51,439 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b236e36b-8d52-413b-abd7-3b851855e9fe 2018-08-23 09:38:51,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:38:53,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:53,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:53,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38: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-3ff0b1a9-d8ce-4917-aaf6-e5a74f44cbf0 x-compute-request-id: req-3ff0b1a9-d8ce-4917-aaf6-e5a74f44cbf0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:53,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ff0b1a9-d8ce-4917-aaf6-e5a74f44cbf0 2018-08-23 09:38:53,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415857076645s 2018-08-23 09:38:53,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ff0b1a9-d8ce-4917-aaf6-e5a74f44cbf0 2018-08-23 09:38:53,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:38:55,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:55,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:56,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38: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-3cfa74d1-ea85-429a-8b74-e9e474043adf x-compute-request-id: req-3cfa74d1-ea85-429a-8b74-e9e474043adf Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:56,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3cfa74d1-ea85-429a-8b74-e9e474043adf 2018-08-23 09:38:56,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640262126923s 2018-08-23 09:38:56,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3cfa74d1-ea85-429a-8b74-e9e474043adf 2018-08-23 09:38:56,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:38:58,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:38:58,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:38:59,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:38:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1448d58-2715-44f3-b857-3001e89399dc x-compute-request-id: req-a1448d58-2715-44f3-b857-3001e89399dc Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:38:59,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1448d58-2715-44f3-b857-3001e89399dc 2018-08-23 09:38:59,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670939207077s 2018-08-23 09:38:59,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1448d58-2715-44f3-b857-3001e89399dc 2018-08-23 09:38:59,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:01,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:01,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:01,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-db5035b4-f15e-4ebf-9247-cf3959e0a8e7 x-compute-request-id: req-db5035b4-f15e-4ebf-9247-cf3959e0a8e7 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:01,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db5035b4-f15e-4ebf-9247-cf3959e0a8e7 2018-08-23 09:39:01,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60505604744s 2018-08-23 09:39:01,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db5035b4-f15e-4ebf-9247-cf3959e0a8e7 2018-08-23 09:39:01,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:03,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:03,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:04,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b705d76-9b4c-456b-91f1-0527625b0111 x-compute-request-id: req-7b705d76-9b4c-456b-91f1-0527625b0111 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:04,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b705d76-9b4c-456b-91f1-0527625b0111 2018-08-23 09:39:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340795040131s 2018-08-23 09:39:04,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b705d76-9b4c-456b-91f1-0527625b0111 2018-08-23 09:39:04,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:06,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:06,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bccb874-0fa0-4d51-ac26-6d52575d6df7 x-compute-request-id: req-6bccb874-0fa0-4d51-ac26-6d52575d6df7 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:06,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6bccb874-0fa0-4d51-ac26-6d52575d6df7 2018-08-23 09:39:06,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437058210373s 2018-08-23 09:39:06,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6bccb874-0fa0-4d51-ac26-6d52575d6df7 2018-08-23 09:39:06,595 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:08,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:08,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:09,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ae2916d-193b-40d9-9195-1959c559c3a0 x-compute-request-id: req-3ae2916d-193b-40d9-9195-1959c559c3a0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:09,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ae2916d-193b-40d9-9195-1959c559c3a0 2018-08-23 09:39:09,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.651121854782s 2018-08-23 09:39:09,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3ae2916d-193b-40d9-9195-1959c559c3a0 2018-08-23 09:39:09,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:11,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:11,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08cd240a-5ca1-4250-a807-028cc138c904 x-compute-request-id: req-08cd240a-5ca1-4250-a807-028cc138c904 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:11,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-08cd240a-5ca1-4250-a807-028cc138c904 2018-08-23 09:39:11,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37925696373s 2018-08-23 09:39:11,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-08cd240a-5ca1-4250-a807-028cc138c904 2018-08-23 09:39:11,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:13,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:13,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:13,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-81c48dc5-d80b-4b88-a60e-defd12f37334 x-compute-request-id: req-81c48dc5-d80b-4b88-a60e-defd12f37334 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:13,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-81c48dc5-d80b-4b88-a60e-defd12f37334 2018-08-23 09:39:13,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172852039337s 2018-08-23 09:39:13,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-81c48dc5-d80b-4b88-a60e-defd12f37334 2018-08-23 09:39:13,819 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:15,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:15,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:16,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-677abd2e-b61a-4849-8647-8f7f2ad9157a x-compute-request-id: req-677abd2e-b61a-4849-8647-8f7f2ad9157a Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:16,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-677abd2e-b61a-4849-8647-8f7f2ad9157a 2018-08-23 09:39:16,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188542842865s 2018-08-23 09:39:16,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-677abd2e-b61a-4849-8647-8f7f2ad9157a 2018-08-23 09:39:16,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:18,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:18,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:18,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-e1a5dff4-44b7-4fd4-9c78-03e947686061 x-compute-request-id: req-e1a5dff4-44b7-4fd4-9c78-03e947686061 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:18,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1a5dff4-44b7-4fd4-9c78-03e947686061 2018-08-23 09:39:18,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336694955826s 2018-08-23 09:39:18,355 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1a5dff4-44b7-4fd4-9c78-03e947686061 2018-08-23 09:39:18,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:20,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:20,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-fdb60fcf-f80f-4462-956b-68b2418624a0 x-compute-request-id: req-fdb60fcf-f80f-4462-956b-68b2418624a0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:20,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fdb60fcf-f80f-4462-956b-68b2418624a0 2018-08-23 09:39:20,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597065925598s 2018-08-23 09:39:20,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fdb60fcf-f80f-4462-956b-68b2418624a0 2018-08-23 09:39:20,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:22,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:23,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-91e58917-db08-4828-b562-42252a3c68ec x-compute-request-id: req-91e58917-db08-4828-b562-42252a3c68ec Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:23,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91e58917-db08-4828-b562-42252a3c68ec 2018-08-23 09:39:23,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470586061478s 2018-08-23 09:39:23,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91e58917-db08-4828-b562-42252a3c68ec 2018-08-23 09:39:23,441 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:25,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:25,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:25,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00388cf7-ee28-4726-a0e9-b58e6ea045ca x-compute-request-id: req-00388cf7-ee28-4726-a0e9-b58e6ea045ca Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:25,955 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00388cf7-ee28-4726-a0e9-b58e6ea045ca 2018-08-23 09:39:25,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510325908661s 2018-08-23 09:39:25,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00388cf7-ee28-4726-a0e9-b58e6ea045ca 2018-08-23 09:39:25,959 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:27,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:28,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15f03375-63b0-499f-8d61-e9faeb5fb4c4 x-compute-request-id: req-15f03375-63b0-499f-8d61-e9faeb5fb4c4 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:28,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15f03375-63b0-499f-8d61-e9faeb5fb4c4 2018-08-23 09:39:28,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436220169067s 2018-08-23 09:39:28,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15f03375-63b0-499f-8d61-e9faeb5fb4c4 2018-08-23 09:39:28,403 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:30,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:30,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:30,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-3df9a525-21a8-461b-8b29-9de10d1bb063 x-compute-request-id: req-3df9a525-21a8-461b-8b29-9de10d1bb063 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:30,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3df9a525-21a8-461b-8b29-9de10d1bb063 2018-08-23 09:39:30,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183346986771s 2018-08-23 09:39:30,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3df9a525-21a8-461b-8b29-9de10d1bb063 2018-08-23 09:39:30,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:32,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:32,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:33,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-45300e9a-8574-4933-a3b5-8b244d0e0263 x-compute-request-id: req-45300e9a-8574-4933-a3b5-8b244d0e0263 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:33,316 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45300e9a-8574-4933-a3b5-8b244d0e0263 2018-08-23 09:39:33,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719978094101s 2018-08-23 09:39:33,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45300e9a-8574-4933-a3b5-8b244d0e0263 2018-08-23 09:39:33,320 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:35,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-35a54da8-0b47-4c7a-985c-3284afbdc895 x-compute-request-id: req-35a54da8-0b47-4c7a-985c-3284afbdc895 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:35,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35a54da8-0b47-4c7a-985c-3284afbdc895 2018-08-23 09:39:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359854221344s 2018-08-23 09:39:35,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35a54da8-0b47-4c7a-985c-3284afbdc895 2018-08-23 09:39:35,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:38,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-83d2b2ec-9a2d-464d-8b68-8b5f54b5f856 x-compute-request-id: req-83d2b2ec-9a2d-464d-8b68-8b5f54b5f856 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:38,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83d2b2ec-9a2d-464d-8b68-8b5f54b5f856 2018-08-23 09:39:38,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36407494545s 2018-08-23 09:39:38,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83d2b2ec-9a2d-464d-8b68-8b5f54b5f856 2018-08-23 09:39:38,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:40,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:40,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:40,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-a02f8494-b416-4396-9416-c05f2c0afbfe x-compute-request-id: req-a02f8494-b416-4396-9416-c05f2c0afbfe Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:40,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a02f8494-b416-4396-9416-c05f2c0afbfe 2018-08-23 09:39:40,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418977022171s 2018-08-23 09:39:40,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a02f8494-b416-4396-9416-c05f2c0afbfe 2018-08-23 09:39:40,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:42,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:42,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fd573b6-f73c-4d82-b985-def06a02839c x-compute-request-id: req-4fd573b6-f73c-4d82-b985-def06a02839c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:42,658 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4fd573b6-f73c-4d82-b985-def06a02839c 2018-08-23 09:39:42,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171705961227s 2018-08-23 09:39:42,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4fd573b6-f73c-4d82-b985-def06a02839c 2018-08-23 09:39:42,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:44,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:44,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:45,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0fe221f-c5f1-41fe-bde3-67a8c255f9e1 x-compute-request-id: req-a0fe221f-c5f1-41fe-bde3-67a8c255f9e1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:45,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0fe221f-c5f1-41fe-bde3-67a8c255f9e1 2018-08-23 09:39:45,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420490026474s 2018-08-23 09:39:45,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0fe221f-c5f1-41fe-bde3-67a8c255f9e1 2018-08-23 09:39:45,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:47,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:47,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:47,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-32902668-9516-4a1a-9769-166e51b9397c x-compute-request-id: req-32902668-9516-4a1a-9769-166e51b9397c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:47,436 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32902668-9516-4a1a-9769-166e51b9397c 2018-08-23 09:39:47,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.343116044998s 2018-08-23 09:39:47,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32902668-9516-4a1a-9769-166e51b9397c 2018-08-23 09:39:47,441 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:49,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:49,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-fd5d8157-870a-4e4c-85bb-fcbc3023c436 x-compute-request-id: req-fd5d8157-870a-4e4c-85bb-fcbc3023c436 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:49,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd5d8157-870a-4e4c-85bb-fcbc3023c436 2018-08-23 09:39:49,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450532913208s 2018-08-23 09:39:49,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd5d8157-870a-4e4c-85bb-fcbc3023c436 2018-08-23 09:39:49,899 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:51,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:51,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:52,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-275de3d7-2f08-4e04-a90b-eb9ade275d27 x-compute-request-id: req-275de3d7-2f08-4e04-a90b-eb9ade275d27 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:52,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-275de3d7-2f08-4e04-a90b-eb9ade275d27 2018-08-23 09:39:52,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360944032669s 2018-08-23 09:39:52,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-275de3d7-2f08-4e04-a90b-eb9ade275d27 2018-08-23 09:39:52,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:54,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:54,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:54,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-be79a7ea-0d30-47cd-99cb-ccb882873d84 x-compute-request-id: req-be79a7ea-0d30-47cd-99cb-ccb882873d84 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:54,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be79a7ea-0d30-47cd-99cb-ccb882873d84 2018-08-23 09:39:54,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463366985321s 2018-08-23 09:39:54,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be79a7ea-0d30-47cd-99cb-ccb882873d84 2018-08-23 09:39:54,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:56,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:57,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:39: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-bd5d0c39-4f7f-4462-b8a5-4d1a6a9566a8 x-compute-request-id: req-bd5d0c39-4f7f-4462-b8a5-4d1a6a9566a8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:57,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd5d0c39-4f7f-4462-b8a5-4d1a6a9566a8 2018-08-23 09:39:57,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41984796524s 2018-08-23 09:39:57,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd5d0c39-4f7f-4462-b8a5-4d1a6a9566a8 2018-08-23 09:39:57,165 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:39:59,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:39:59,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:39:59,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-ccec1463-8c73-449e-9e85-f29f8b5d4029 x-compute-request-id: req-ccec1463-8c73-449e-9e85-f29f8b5d4029 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:39:59,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ccec1463-8c73-449e-9e85-f29f8b5d4029 2018-08-23 09:39:59,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190939903259s 2018-08-23 09:39:59,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ccec1463-8c73-449e-9e85-f29f8b5d4029 2018-08-23 09:39:59,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:01,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:01,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0dac751-2577-424f-bbc4-ebce76b825fb x-compute-request-id: req-f0dac751-2577-424f-bbc4-ebce76b825fb Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:01,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0dac751-2577-424f-bbc4-ebce76b825fb 2018-08-23 09:40:01,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357828855515s 2018-08-23 09:40:01,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0dac751-2577-424f-bbc4-ebce76b825fb 2018-08-23 09:40:01,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:03,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:03,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:03,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-790c0b8e-e7da-4727-99e9-3987b6fd4ec5 x-compute-request-id: req-790c0b8e-e7da-4727-99e9-3987b6fd4ec5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:03,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-790c0b8e-e7da-4727-99e9-3987b6fd4ec5 2018-08-23 09:40:03,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195135831833s 2018-08-23 09:40:03,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-790c0b8e-e7da-4727-99e9-3987b6fd4ec5 2018-08-23 09:40:03,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:05,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:05,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:06,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-2425e302-8842-4dbc-8399-8991a575f9a6 x-compute-request-id: req-2425e302-8842-4dbc-8399-8991a575f9a6 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:06,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2425e302-8842-4dbc-8399-8991a575f9a6 2018-08-23 09:40:06,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.161502838135s 2018-08-23 09:40:06,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2425e302-8842-4dbc-8399-8991a575f9a6 2018-08-23 09:40:06,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:08,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:08,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:08,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5c30eef-04f9-4793-96fa-ed18d0811609 x-compute-request-id: req-a5c30eef-04f9-4793-96fa-ed18d0811609 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:08,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5c30eef-04f9-4793-96fa-ed18d0811609 2018-08-23 09:40:08,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391367912292s 2018-08-23 09:40:08,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5c30eef-04f9-4793-96fa-ed18d0811609 2018-08-23 09:40:08,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:10,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:10,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:10,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee58d9a9-be6c-42c5-b021-60c5b4a9a724 x-compute-request-id: req-ee58d9a9-be6c-42c5-b021-60c5b4a9a724 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:10,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee58d9a9-be6c-42c5-b021-60c5b4a9a724 2018-08-23 09:40:10,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378300905228s 2018-08-23 09:40:10,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee58d9a9-be6c-42c5-b021-60c5b4a9a724 2018-08-23 09:40:10,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:12,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:12,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:13,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-dd6804f5-e0b1-4599-9e50-d1b4b8fc1375 x-compute-request-id: req-dd6804f5-e0b1-4599-9e50-d1b4b8fc1375 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:13,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd6804f5-e0b1-4599-9e50-d1b4b8fc1375 2018-08-23 09:40:13,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360244035721s 2018-08-23 09:40:13,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd6804f5-e0b1-4599-9e50-d1b4b8fc1375 2018-08-23 09:40:13,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:15,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:15,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:15,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-79fecf52-2f6a-46a5-a956-52b8a3c1842a x-compute-request-id: req-79fecf52-2f6a-46a5-a956-52b8a3c1842a Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:15,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79fecf52-2f6a-46a5-a956-52b8a3c1842a 2018-08-23 09:40:15,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653299093246s 2018-08-23 09:40:15,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79fecf52-2f6a-46a5-a956-52b8a3c1842a 2018-08-23 09:40:15,910 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:17,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:17,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:18,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-e29468a8-97a3-44f1-bd59-2f36921ec884 x-compute-request-id: req-e29468a8-97a3-44f1-bd59-2f36921ec884 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:18,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e29468a8-97a3-44f1-bd59-2f36921ec884 2018-08-23 09:40:18,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185081005096s 2018-08-23 09:40:18,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e29468a8-97a3-44f1-bd59-2f36921ec884 2018-08-23 09:40:18,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:20,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:20,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-dcd2937a-9b31-4784-ae93-0f1a42bad0c0 x-compute-request-id: req-dcd2937a-9b31-4784-ae93-0f1a42bad0c0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:20,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dcd2937a-9b31-4784-ae93-0f1a42bad0c0 2018-08-23 09:40:20,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671720027924s 2018-08-23 09:40:20,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dcd2937a-9b31-4784-ae93-0f1a42bad0c0 2018-08-23 09:40:20,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:22,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:22,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:22,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-cd06b82b-2b86-4b78-8cab-a494971fb31e x-compute-request-id: req-cd06b82b-2b86-4b78-8cab-a494971fb31e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:22,961 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd06b82b-2b86-4b78-8cab-a494971fb31e 2018-08-23 09:40:22,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177958965302s 2018-08-23 09:40:22,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd06b82b-2b86-4b78-8cab-a494971fb31e 2018-08-23 09:40:22,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:24,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:24,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:25,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-a1a437a7-d6a0-4a12-9a07-ab43fbeb1d8b x-compute-request-id: req-a1a437a7-d6a0-4a12-9a07-ab43fbeb1d8b Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:25,165 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1a437a7-d6a0-4a12-9a07-ab43fbeb1d8b 2018-08-23 09:40:25,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196812868118s 2018-08-23 09:40:25,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1a437a7-d6a0-4a12-9a07-ab43fbeb1d8b 2018-08-23 09:40:25,169 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:27,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:27,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-1aae688e-0e9e-4c1f-86a3-1b7458390674 x-compute-request-id: req-1aae688e-0e9e-4c1f-86a3-1b7458390674 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:27,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aae688e-0e9e-4c1f-86a3-1b7458390674 2018-08-23 09:40:27,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17519903183s 2018-08-23 09:40:27,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aae688e-0e9e-4c1f-86a3-1b7458390674 2018-08-23 09:40:27,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:29,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:29,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-fd943676-31e0-411e-b1c5-23360071217a x-compute-request-id: req-fd943676-31e0-411e-b1c5-23360071217a Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:29,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd943676-31e0-411e-b1c5-23360071217a 2018-08-23 09:40:29,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441737890244s 2018-08-23 09:40:29,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd943676-31e0-411e-b1c5-23360071217a 2018-08-23 09:40:29,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:32,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-24eaf08f-86dd-4be6-9bdf-fe02215d1572 x-compute-request-id: req-24eaf08f-86dd-4be6-9bdf-fe02215d1572 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:32,159 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24eaf08f-86dd-4be6-9bdf-fe02215d1572 2018-08-23 09:40:32,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356779098511s 2018-08-23 09:40:32,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24eaf08f-86dd-4be6-9bdf-fe02215d1572 2018-08-23 09:40:32,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:34,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:34,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:34,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-319d637f-655d-49f3-89da-2080137db2ee x-compute-request-id: req-319d637f-655d-49f3-89da-2080137db2ee Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:34,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-319d637f-655d-49f3-89da-2080137db2ee 2018-08-23 09:40:34,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180253982544s 2018-08-23 09:40:34,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-319d637f-655d-49f3-89da-2080137db2ee 2018-08-23 09:40:34,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:36,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:36,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:37,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-c05d2746-6cb0-46d7-b2fa-eb91156a2664 x-compute-request-id: req-c05d2746-6cb0-46d7-b2fa-eb91156a2664 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:37,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c05d2746-6cb0-46d7-b2fa-eb91156a2664 2018-08-23 09:40:37,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647895097733s 2018-08-23 09:40:37,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c05d2746-6cb0-46d7-b2fa-eb91156a2664 2018-08-23 09:40:37,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:39,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:39,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:39,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-5f49c8e4-9c4c-4d3d-ae6a-3eff354e0f22 x-compute-request-id: req-5f49c8e4-9c4c-4d3d-ae6a-3eff354e0f22 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:39,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f49c8e4-9c4c-4d3d-ae6a-3eff354e0f22 2018-08-23 09:40:39,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188057184219s 2018-08-23 09:40:39,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f49c8e4-9c4c-4d3d-ae6a-3eff354e0f22 2018-08-23 09:40:39,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:41,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:41,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7524f72c-00a3-4ad0-add9-6c616b8df21c x-compute-request-id: req-7524f72c-00a3-4ad0-add9-6c616b8df21c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:41,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7524f72c-00a3-4ad0-add9-6c616b8df21c 2018-08-23 09:40:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426000833511s 2018-08-23 09:40:41,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7524f72c-00a3-4ad0-add9-6c616b8df21c 2018-08-23 09:40:41,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:43,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:43,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:43,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-2a87e7a1-6e3c-4fa2-b3d5-596cd05dc4a0 x-compute-request-id: req-2a87e7a1-6e3c-4fa2-b3d5-596cd05dc4a0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:43,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a87e7a1-6e3c-4fa2-b3d5-596cd05dc4a0 2018-08-23 09:40:43,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174706935883s 2018-08-23 09:40:43,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a87e7a1-6e3c-4fa2-b3d5-596cd05dc4a0 2018-08-23 09:40:43,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:45,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:46,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-412c941d-d5e8-4826-b00b-29e81b175892 x-compute-request-id: req-412c941d-d5e8-4826-b00b-29e81b175892 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:46,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-412c941d-d5e8-4826-b00b-29e81b175892 2018-08-23 09:40:46,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368121147156s 2018-08-23 09:40:46,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-412c941d-d5e8-4826-b00b-29e81b175892 2018-08-23 09:40:46,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:48,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:48,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:48,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-ef52ecfd-922c-4aaa-8d15-13dd52ab4e05 x-compute-request-id: req-ef52ecfd-922c-4aaa-8d15-13dd52ab4e05 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:48,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef52ecfd-922c-4aaa-8d15-13dd52ab4e05 2018-08-23 09:40:48,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431965112686s 2018-08-23 09:40:48,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ef52ecfd-922c-4aaa-8d15-13dd52ab4e05 2018-08-23 09:40:48,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:50,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:51,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-d00b5065-9289-4f2c-accd-3ee2e550a041 x-compute-request-id: req-d00b5065-9289-4f2c-accd-3ee2e550a041 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:51,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d00b5065-9289-4f2c-accd-3ee2e550a041 2018-08-23 09:40:51,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466640949249s 2018-08-23 09:40:51,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d00b5065-9289-4f2c-accd-3ee2e550a041 2018-08-23 09:40:51,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:53,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:53,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:53,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-919dc107-74cd-4f05-af42-1a59f6981813 x-compute-request-id: req-919dc107-74cd-4f05-af42-1a59f6981813 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:53,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-919dc107-74cd-4f05-af42-1a59f6981813 2018-08-23 09:40:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170633077621s 2018-08-23 09:40:53,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-919dc107-74cd-4f05-af42-1a59f6981813 2018-08-23 09:40:53,280 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:55,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:55,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-95b5d67e-2407-4602-a059-9fcda23b5dfa x-compute-request-id: req-95b5d67e-2407-4602-a059-9fcda23b5dfa Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:55,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-95b5d67e-2407-4602-a059-9fcda23b5dfa 2018-08-23 09:40:55,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185790061951s 2018-08-23 09:40:55,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-95b5d67e-2407-4602-a059-9fcda23b5dfa 2018-08-23 09:40:55,474 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:57,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:57,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:40:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40: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-91bc75ff-029c-45d3-a20d-b0030c5c12f7 x-compute-request-id: req-91bc75ff-029c-45d3-a20d-b0030c5c12f7 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:40:57,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91bc75ff-029c-45d3-a20d-b0030c5c12f7 2018-08-23 09:40:57,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456181049347s 2018-08-23 09:40:57,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91bc75ff-029c-45d3-a20d-b0030c5c12f7 2018-08-23 09:40:57,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:40:59,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:40:59,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:00,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:40:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09caf4f7-b312-4c12-9653-5433c78ed506 x-compute-request-id: req-09caf4f7-b312-4c12-9653-5433c78ed506 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:00,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09caf4f7-b312-4c12-9653-5433c78ed506 2018-08-23 09:41:00,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369161128998s 2018-08-23 09:41:00,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-09caf4f7-b312-4c12-9653-5433c78ed506 2018-08-23 09:41:00,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:02,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:02,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:02,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-55a80d07-4e3d-448f-841f-64f80a99a5b1 x-compute-request-id: req-55a80d07-4e3d-448f-841f-64f80a99a5b1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:02,650 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55a80d07-4e3d-448f-841f-64f80a99a5b1 2018-08-23 09:41:02,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337914943695s 2018-08-23 09:41:02,651 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55a80d07-4e3d-448f-841f-64f80a99a5b1 2018-08-23 09:41:02,653 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:04,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:04,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:05,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-f944ae8a-d043-41a3-aa36-11987063fa01 x-compute-request-id: req-f944ae8a-d043-41a3-aa36-11987063fa01 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:05,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f944ae8a-d043-41a3-aa36-11987063fa01 2018-08-23 09:41:05,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452215909958s 2018-08-23 09:41:05,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f944ae8a-d043-41a3-aa36-11987063fa01 2018-08-23 09:41:05,112 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:07,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:07,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:07,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-d6623e80-8b22-4625-b3ca-57133228044a x-compute-request-id: req-d6623e80-8b22-4625-b3ca-57133228044a Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:07,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6623e80-8b22-4625-b3ca-57133228044a 2018-08-23 09:41:07,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182107925415s 2018-08-23 09:41:07,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6623e80-8b22-4625-b3ca-57133228044a 2018-08-23 09:41:07,301 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:09,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:09,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:09,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-185cd342-7b89-475e-9ee8-5972057956d3 x-compute-request-id: req-185cd342-7b89-475e-9ee8-5972057956d3 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:09,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-185cd342-7b89-475e-9ee8-5972057956d3 2018-08-23 09:41:09,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375663042068s 2018-08-23 09:41:09,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-185cd342-7b89-475e-9ee8-5972057956d3 2018-08-23 09:41:09,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:11,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:11,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:11,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-97f548eb-4fc9-451a-8c20-9762e92f84e5 x-compute-request-id: req-97f548eb-4fc9-451a-8c20-9762e92f84e5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:11,872 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97f548eb-4fc9-451a-8c20-9762e92f84e5 2018-08-23 09:41:11,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185634851456s 2018-08-23 09:41:11,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97f548eb-4fc9-451a-8c20-9762e92f84e5 2018-08-23 09:41:11,877 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:13,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:13,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:14,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-beb725e7-eb7e-49be-be2a-a294934eec30 x-compute-request-id: req-beb725e7-eb7e-49be-be2a-a294934eec30 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:14,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-beb725e7-eb7e-49be-be2a-a294934eec30 2018-08-23 09:41:14,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172801017761s 2018-08-23 09:41:14,053 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-beb725e7-eb7e-49be-be2a-a294934eec30 2018-08-23 09:41:14,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:16,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:16,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-fa4784c7-45c5-4834-96a1-53532bf90f50 x-compute-request-id: req-fa4784c7-45c5-4834-96a1-53532bf90f50 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:16,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa4784c7-45c5-4834-96a1-53532bf90f50 2018-08-23 09:41:16,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445150136948s 2018-08-23 09:41:16,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa4784c7-45c5-4834-96a1-53532bf90f50 2018-08-23 09:41:16,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:18,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:18,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:18,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-c123eebe-ef45-45ec-91b0-bb25869a2e7c x-compute-request-id: req-c123eebe-ef45-45ec-91b0-bb25869a2e7c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:18,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c123eebe-ef45-45ec-91b0-bb25869a2e7c 2018-08-23 09:41:18,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34280705452s 2018-08-23 09:41:18,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c123eebe-ef45-45ec-91b0-bb25869a2e7c 2018-08-23 09:41:18,859 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:20,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:21,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-5e9ea185-6b08-4b0d-bc10-75cfaca6813e x-compute-request-id: req-5e9ea185-6b08-4b0d-bc10-75cfaca6813e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:21,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e9ea185-6b08-4b0d-bc10-75cfaca6813e 2018-08-23 09:41:21,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168288946152s 2018-08-23 09:41:21,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e9ea185-6b08-4b0d-bc10-75cfaca6813e 2018-08-23 09:41:21,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:23,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:23,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:23,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-e7c31793-60c3-4dca-9438-44f8aaba69f2 x-compute-request-id: req-e7c31793-60c3-4dca-9438-44f8aaba69f2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:23,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7c31793-60c3-4dca-9438-44f8aaba69f2 2018-08-23 09:41:23,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434020996094s 2018-08-23 09:41:23,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7c31793-60c3-4dca-9438-44f8aaba69f2 2018-08-23 09:41:23,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:25,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:25,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:26,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-793f51cd-c026-4c51-b452-7fb0d1988eb6 x-compute-request-id: req-793f51cd-c026-4c51-b452-7fb0d1988eb6 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:26,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-793f51cd-c026-4c51-b452-7fb0d1988eb6 2018-08-23 09:41:26,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636608839035s 2018-08-23 09:41:26,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-793f51cd-c026-4c51-b452-7fb0d1988eb6 2018-08-23 09:41:26,121 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:28,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:28,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:28,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-c4599778-55fe-4c14-bb9b-2900e795360c x-compute-request-id: req-c4599778-55fe-4c14-bb9b-2900e795360c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:28,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4599778-55fe-4c14-bb9b-2900e795360c 2018-08-23 09:41:28,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.1723549366s 2018-08-23 09:41:28,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4599778-55fe-4c14-bb9b-2900e795360c 2018-08-23 09:41:28,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:30,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:30,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:30,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-9251ef5f-f456-4321-9772-1ba16905e675 x-compute-request-id: req-9251ef5f-f456-4321-9772-1ba16905e675 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:30,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9251ef5f-f456-4321-9772-1ba16905e675 2018-08-23 09:41:30,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441962003708s 2018-08-23 09:41:30,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9251ef5f-f456-4321-9772-1ba16905e675 2018-08-23 09:41:30,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:32,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:32,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:32,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-7882d00b-54e1-4de7-aa9d-f3342543f274 x-compute-request-id: req-7882d00b-54e1-4de7-aa9d-f3342543f274 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:32,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7882d00b-54e1-4de7-aa9d-f3342543f274 2018-08-23 09:41:32,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172740936279s 2018-08-23 09:41:32,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7882d00b-54e1-4de7-aa9d-f3342543f274 2018-08-23 09:41:32,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:34,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:34,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:35,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-9a437049-ce0c-4ab3-ad15-12eba341a3f2 x-compute-request-id: req-9a437049-ce0c-4ab3-ad15-12eba341a3f2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:35,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a437049-ce0c-4ab3-ad15-12eba341a3f2 2018-08-23 09:41:35,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452965974808s 2018-08-23 09:41:35,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a437049-ce0c-4ab3-ad15-12eba341a3f2 2018-08-23 09:41:35,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:37,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:37,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:37,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-20163c69-938d-499f-b433-c944d3d623f2 x-compute-request-id: req-20163c69-938d-499f-b433-c944d3d623f2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:37,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20163c69-938d-499f-b433-c944d3d623f2 2018-08-23 09:41:37,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191060781479s 2018-08-23 09:41:37,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20163c69-938d-499f-b433-c944d3d623f2 2018-08-23 09:41:37,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:39,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:39,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-a6d957e6-041a-42de-9acb-a5f2b5c1f8ca x-compute-request-id: req-a6d957e6-041a-42de-9acb-a5f2b5c1f8ca Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:39,780 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a6d957e6-041a-42de-9acb-a5f2b5c1f8ca 2018-08-23 09:41:39,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189378023148s 2018-08-23 09:41:39,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a6d957e6-041a-42de-9acb-a5f2b5c1f8ca 2018-08-23 09:41:39,785 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:41,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:41,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:42,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f70ae5-504a-4bbc-b2f8-a15fed064fd8 x-compute-request-id: req-45f70ae5-504a-4bbc-b2f8-a15fed064fd8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:42,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45f70ae5-504a-4bbc-b2f8-a15fed064fd8 2018-08-23 09:41:42,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579810142517s 2018-08-23 09:41:42,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45f70ae5-504a-4bbc-b2f8-a15fed064fd8 2018-08-23 09:41:42,372 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:44,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:44,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:44,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-d350940d-77c7-4402-8020-b501cfe31b80 x-compute-request-id: req-d350940d-77c7-4402-8020-b501cfe31b80 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:44,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d350940d-77c7-4402-8020-b501cfe31b80 2018-08-23 09:41:44,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179816007614s 2018-08-23 09:41:44,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d350940d-77c7-4402-8020-b501cfe31b80 2018-08-23 09:41:44,558 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:46,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:46,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:46,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-9c148432-9a92-4705-9772-fe6b6305d89d x-compute-request-id: req-9c148432-9a92-4705-9772-fe6b6305d89d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:46,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c148432-9a92-4705-9772-fe6b6305d89d 2018-08-23 09:41:46,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392073869705s 2018-08-23 09:41:46,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c148432-9a92-4705-9772-fe6b6305d89d 2018-08-23 09:41:46,957 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:48,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:48,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:49,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-30c2a981-83cf-4338-87c6-0755c9ec9d86 x-compute-request-id: req-30c2a981-83cf-4338-87c6-0755c9ec9d86 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:49,131 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30c2a981-83cf-4338-87c6-0755c9ec9d86 2018-08-23 09:41:49,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171357154846s 2018-08-23 09:41:49,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30c2a981-83cf-4338-87c6-0755c9ec9d86 2018-08-23 09:41:49,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:51,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:51,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:51,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-48772ca7-9f40-4757-aa8c-9e22de7422b4 x-compute-request-id: req-48772ca7-9f40-4757-aa8c-9e22de7422b4 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:51,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-48772ca7-9f40-4757-aa8c-9e22de7422b4 2018-08-23 09:41:51,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202054023743s 2018-08-23 09:41:51,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-48772ca7-9f40-4757-aa8c-9e22de7422b4 2018-08-23 09:41:51,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:53,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:53,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:53,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-85f9e63f-b355-49e1-87ec-c5b0d4d2fbed x-compute-request-id: req-85f9e63f-b355-49e1-87ec-c5b0d4d2fbed Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:53,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-85f9e63f-b355-49e1-87ec-c5b0d4d2fbed 2018-08-23 09:41:53,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445488214493s 2018-08-23 09:41:53,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-85f9e63f-b355-49e1-87ec-c5b0d4d2fbed 2018-08-23 09:41:53,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:55,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:56,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:41: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-ebf63e32-1374-4dbf-a9fe-0a4f3b956ed7 x-compute-request-id: req-ebf63e32-1374-4dbf-a9fe-0a4f3b956ed7 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:56,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebf63e32-1374-4dbf-a9fe-0a4f3b956ed7 2018-08-23 09:41:56,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568982839584s 2018-08-23 09:41:56,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebf63e32-1374-4dbf-a9fe-0a4f3b956ed7 2018-08-23 09:41:56,372 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:41:58,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:41:58,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:41:59,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-085119e0-e5b5-4119-ba25-b61d2bc40262 x-compute-request-id: req-085119e0-e5b5-4119-ba25-b61d2bc40262 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:41:59,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-085119e0-e5b5-4119-ba25-b61d2bc40262 2018-08-23 09:41:59,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631867170334s 2018-08-23 09:41:59,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-085119e0-e5b5-4119-ba25-b61d2bc40262 2018-08-23 09:41:59,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:42:01,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:42:01,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:01,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-864dcbe6-b38a-4822-bc52-2abadf37c5fb x-compute-request-id: req-864dcbe6-b38a-4822-bc52-2abadf37c5fb Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:42:01,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-864dcbe6-b38a-4822-bc52-2abadf37c5fb 2018-08-23 09:42:01,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426844835281s 2018-08-23 09:42:01,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-864dcbe6-b38a-4822-bc52-2abadf37c5fb 2018-08-23 09:42:01,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:42:03,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:42:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:03,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-2d90273a-4f6f-4e92-82a7-cb25e4a43515 x-compute-request-id: req-2d90273a-4f6f-4e92-82a7-cb25e4a43515 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:42:03,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d90273a-4f6f-4e92-82a7-cb25e4a43515 2018-08-23 09:42:03,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180907964706s 2018-08-23 09:42:03,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d90273a-4f6f-4e92-82a7-cb25e4a43515 2018-08-23 09:42:03,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:42:05,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:42:05,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:05,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-b5350ea2-7c40-471e-8cc0-b21a1c8b943c x-compute-request-id: req-b5350ea2-7c40-471e-8cc0-b21a1c8b943c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T09:38:47Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:42:05,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5350ea2-7c40-471e-8cc0-b21a1c8b943c 2018-08-23 09:42:05,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216135025024s 2018-08-23 09:42:05,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5350ea2-7c40-471e-8cc0-b21a1c8b943c 2018-08-23 09:42:05,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 09:42:07,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 09:42:07,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:08,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-aed157f5-58a0-4846-a6a2-3556c6704c1d x-compute-request-id: req-aed157f5-58a0-4846-a6a2-3556c6704c1d Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:0d:2a", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T09:42:05.000000", "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T09:42:05Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 09:42:08,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aed157f5-58a0-4846-a6a2-3556c6704c1d 2018-08-23 09:42:08,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177644014359s 2018-08-23 09:42:08,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aed157f5-58a0-4846-a6a2-3556c6704c1d 2018-08-23 09:42:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 09:42:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:08,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0292bd3b-ef12-47b6-abf0-d4516a676979 Date: Thu, 23 Aug 2018 09:42:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cca9653e-6244-439e-b49e-0e6d3f053c11","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:47Z","admin_state_up":true,"updated_at":"2018-08-23T09:42:05Z","binding:vnic_type":"normal","device_id":"59ab6cdb-258c-47fb-b59d-250277c4d323","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:24:0d:2a","id":"e036be07-de98-4714-a947-5142780bd224","port_security_enabled":true,"project_id":"d036b518b180432292ddbfcc8e322e28","fixed_ips":[{"subnet_id":"da1dda57-1f44-4e36-b871-3111c8f68f32","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"],"name":""}]} 2018-08-23 09:42:08,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-0292bd3b-ef12-47b6-abf0-d4516a676979 2018-08-23 09:42:08,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0472700595856s 2018-08-23 09:42:08,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-0292bd3b-ef12-47b6-abf0-d4516a676979 2018-08-23 09:42:08,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 09:42:08,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=e036be07-de98-4714-a947-5142780bd224" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:08,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-eccf6e40-32f6-4c6b-8278-0769c25e07c0 Date: Thu, 23 Aug 2018 09:42:08 GMT RESP BODY: {"floatingips": []} 2018-08-23 09:42:08,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=e036be07-de98-4714-a947-5142780bd224 used request id req-eccf6e40-32f6-4c6b-8278-0769c25e07c0 2018-08-23 09:42:08,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0441160202026s 2018-08-23 09:42:08,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=e036be07-de98-4714-a947-5142780bd224 used request id req-eccf6e40-32f6-4c6b-8278-0769c25e07c0 2018-08-23 09:42:08,137 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:24:0d:2a', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'15d72a19-352c-4c4f-b8d7-525c85df9a8d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T09:42:05.000000', 'flavor': Munch({u'id': u'839b5cea-4bb3-42f2-8561-7c33603a0e10'}), 'az': u'nova', 'id': u'59ab6cdb-258c-47fb-b59d-250277c4d323', 'security_groups': [Munch({u'name': u'shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'27a85f6c17754898bce73a04e0acaaf4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd036b518b180432292ddbfcc8e322e28', 'name': 'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T09:42:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T09:42:05Z', 'hostId': u'eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T09:42:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd036b518b180432292ddbfcc8e322e28', 'name': u'shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'adminPass': u'Zg6gN22achLK', 'tenant_id': u'd036b518b180432292ddbfcc8e322e28', 'created_at': u'2018-08-23T09:38:45Z', 'created': u'2018-08-23T09:38:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 09:42:08,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 09:42:08,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:08,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-7d30805b-5632-4d5c-8606-56d3b9f1d24b Date: Thu, 23 Aug 2018 09: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":["da1dda57-1f44-4e36-b871-3111c8f68f32"],"updated_at":"2018-08-23T09:38:24Z","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d036b518b180432292ddbfcc8e322e28","id":"cca9653e-6244-439e-b49e-0e6d3f053c11","name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 09:42:08,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7d30805b-5632-4d5c-8606-56d3b9f1d24b 2018-08-23 09:42:08,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887138843536s 2018-08-23 09:42:08,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7d30805b-5632-4d5c-8606-56d3b9f1d24b 2018-08-23 09:42:08,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 09:42:08,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:08,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f980eeb3-2b6f-4e78-9946-c5b48a79d0e0 Date: Thu, 23 Aug 2018 09:42:08 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cca9653e-6244-439e-b49e-0e6d3f053c11","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:47Z","admin_state_up":true,"updated_at":"2018-08-23T09:42:05Z","binding:vnic_type":"normal","device_id":"59ab6cdb-258c-47fb-b59d-250277c4d323","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:24:0d:2a","id":"e036be07-de98-4714-a947-5142780bd224","port_security_enabled":true,"project_id":"d036b518b180432292ddbfcc8e322e28","fixed_ips":[{"subnet_id":"da1dda57-1f44-4e36-b871-3111c8f68f32","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["b0665518-bb50-4d4d-a9d4-a7c9dc599e9e"],"name":""}]} 2018-08-23 09:42:08,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-f980eeb3-2b6f-4e78-9946-c5b48a79d0e0 2018-08-23 09:42:08,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0451929569244s 2018-08-23 09:42:08,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-f980eeb3-2b6f-4e78-9946-c5b48a79d0e0 2018-08-23 09:42:08,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 09:42:08,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "port_id": "e036be07-de98-4714-a947-5142780bd224"}}' 2018-08-23 09:42:10,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-4e84ac07-9ce4-419d-bcea-fb1ecc4bd774 Date: Thu, 23 Aug 2018 09:42:10 GMT RESP BODY: {"floatingip": {"router_id": "c40939ba-6281-4494-bd76-106450a94e62", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T09:42:09Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e036be07-de98-4714-a947-5142780bd224", "id": "81a73e03-0332-4298-a246-14eaa0dd1851", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:42:09Z", "project_id": "d036b518b180432292ddbfcc8e322e28"}} 2018-08-23 09:42:10,431 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4e84ac07-9ce4-419d-bcea-fb1ecc4bd774 2018-08-23 09:42:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15311813354s 2018-08-23 09:42:10,431 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4e84ac07-9ce4-419d-bcea-fb1ecc4bd774 2018-08-23 09:42:10,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 09:42:10,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" 2018-08-23 09:42:10,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a72dcb60-aca4-4aaf-ae90-46256a8f39ee Date: Thu, 23 Aug 2018 09:42:10 GMT RESP BODY: {"floatingips": [{"router_id": "c40939ba-6281-4494-bd76-106450a94e62", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T09:42:09Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "e036be07-de98-4714-a947-5142780bd224", "id": "81a73e03-0332-4298-a246-14eaa0dd1851", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:42:09Z", "project_id": "d036b518b180432292ddbfcc8e322e28"}]} 2018-08-23 09:42:10,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a72dcb60-aca4-4aaf-ae90-46256a8f39ee 2018-08-23 09:42:10,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0627851486206s 2018-08-23 09:42:10,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a72dcb60-aca4-4aaf-ae90-46256a8f39ee 2018-08-23 09:42:10,505 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c40939ba-6281-4494-bd76-106450a94e62', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd036b518b180432292ddbfcc8e322e28', 'created_at': u'2018-08-23T09:42:09Z', 'attached': True, 'updated_at': u'2018-08-23T09:42:09Z', 'id': u'81a73e03-0332-4298-a246-14eaa0dd1851', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd036b518b180432292ddbfcc8e322e28', 'name': 'shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c40939ba-6281-4494-bd76-106450a94e62', 'project_id': u'd036b518b180432292ddbfcc8e322e28', 'port_id': u'e036be07-de98-4714-a947-5142780bd224', 'port': u'e036be07-de98-4714-a947-5142780bd224', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 09:42:10,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:10,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-e8b33f80-d1e6-4587-a248-4f4fd5cfb1a5 x-compute-request-id: req-e8b33f80-d1e6-4587-a248-4f4fd5cfb1a5 Content-Encoding: gzip Content-Length: 10273 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n"} 2018-08-23 09:42:10,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-e8b33f80-d1e6-4587-a248-4f4fd5cfb1a5 2018-08-23 09:42:10,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0725510120392s 2018-08-23 09:42:10,580 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-e8b33f80-d1e6-4587-a248-4f4fd5cfb1a5 2018-08-23 09:42:10,580 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... 2018-08-23 09:42:11,582 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-23 09:42:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:20,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:20,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6d4b3fe-cf8d-4aee-b32b-e7ce985edcd2 x-compute-request-id: req-a6d4b3fe-cf8d-4aee-b32b-e7ce985edcd2 Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-23 09:42:20,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-a6d4b3fe-cf8d-4aee-b32b-e7ce985edcd2 2018-08-23 09:42:20,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750210285187s 2018-08-23 09:42:20,669 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-a6d4b3fe-cf8d-4aee-b32b-e7ce985edcd2 2018-08-23 09:42:20,669 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-23 09:42:20,671 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:42:29,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:29,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:29,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-9c074e1d-74a8-4cf2-817e-4258ea6a2423 x-compute-request-id: req-9c074e1d-74a8-4cf2-817e-4258ea6a2423 Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-23 09:42:29,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-9c074e1d-74a8-4cf2-817e-4258ea6a2423 2018-08-23 09:42:29,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0804450511932s 2018-08-23 09:42:29,763 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-9c074e1d-74a8-4cf2-817e-4258ea6a2423 2018-08-23 09:42:29,763 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-23 09:42:29,766 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:42:38,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:38,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:38,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8295af68-0959-4509-9cae-f1c787e422ec x-compute-request-id: req-8295af68-0959-4509-9cae-f1c787e422ec Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-23 09:42:38,873 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-8295af68-0959-4509-9cae-f1c787e422ec 2018-08-23 09:42:38,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0972981452942s 2018-08-23 09:42:38,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-8295af68-0959-4509-9cae-f1c787e422ec 2018-08-23 09:42:38,875 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-23 09:42:38,877 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:42:47,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:47,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:47,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-79d9b26e-1223-41e0-a177-53167f850730 x-compute-request-id: req-79d9b26e-1223-41e0-a177-53167f850730 Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-23 09:42:47,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-79d9b26e-1223-41e0-a177-53167f850730 2018-08-23 09:42:47,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0975267887115s 2018-08-23 09:42:47,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-79d9b26e-1223-41e0-a177-53167f850730 2018-08-23 09:42:47,986 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-23 09:42:47,988 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:42:56,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:42:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:42:57,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:42: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-0c31cfd3-3442-4ff5-a211-1f44fc7524f4 x-compute-request-id: req-0c31cfd3-3442-4ff5-a211-1f44fc7524f4 Content-Encoding: gzip Content-Length: 10566 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-23 09:42:57,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-0c31cfd3-3442-4ff5-a211-1f44fc7524f4 2018-08-23 09:42:57,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742609500885s 2018-08-23 09:42:57,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-0c31cfd3-3442-4ff5-a211-1f44fc7524f4 2018-08-23 09:42:57,074 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-23 09:42:57,076 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:43:06,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:43:06,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:43:06,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-1cfb5cbf-0a19-4b51-9e78-cbc9c16b57f1 x-compute-request-id: req-1cfb5cbf-0a19-4b51-9e78-cbc9c16b57f1 Content-Encoding: gzip Content-Length: 12847 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds.\n[ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a |\n[ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a |\n[ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.846296] cloud-init[936]: Generating public/private rsa key pair.\n[ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.864133] cloud-init[936]: The key fingerprint is:\n[ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.872171] cloud-init[936]: The key's randomart image is:\n[ 58.873599] cloud-init[936]: +---[RSA 2048]----+\n[ 58.876140] cloud-init[936]: |+o.. .... . |\n[ 58.880158] cloud-init[936]: |.+o o . + |\n[ 58.881507] cloud-init[936]: | .*..o .o . |\n[ 58.884143] cloud-init[936]: | *.+ .. .. + |\n[ 58.888130] cloud-init[936]: |..+ o.. S...+ . |\n[ 58.889502] cloud-init[936]: | ... o.o oE * |\n[ 58.892155] cloud-init[936]: | . + =.o.. + |\n[ 58.896121] cloud-init[936]: | +. B o.. |\n[ 58.897461] cloud-init[936]: | o++ + |\n[ 58.900128] cloud-init[936]: +----[SHA256]-----+\n[ 58.904141] cloud-init[936]: Generating public/private dsa key pair.\n[ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.914015] cloud-init[936]: The key fingerprint is:\n[ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.923346] cloud-init[936]: The key's randomart image is:\n[ 58.924869] cloud-init[936]: +---[DSA 1024]----+\n[ 58.926698] cloud-init[936]: | ..+o.+o. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[ 58.932084] cloud-init[936]: | +++..+. |\n[ 58.933081] cloud-init[936]: | . .+= oo |\n[ 58.934069] cloud-init[936]: | o+ +++. |\n[ 58.935037] cloud-init[936]: | .S o+== |\n[0;32m OK [0m] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 58.935997] cloud-init[936]: | +..*E+o |\n[ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket.\n\n[ 58.946129] cloud-init[936]: | .=o *|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 58.949068] cloud-init[936]: | ..o|\n[[0;32m OK [0m] Reached target Paths.\n[ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m[936]: +----[SHA256]-----+\n[ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair.\n[ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.961055] cloud-init[936]: The key fingerprint is:\n[ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.963978] ] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is:\n[ 58.973032] cloud-init[936]: +---[ECDSA 256]---+\n[ 58.974019] cloud-init[936]: | . |\n[ 58.974999] cloud-init[936]: | o.o|\n[ 58.975978] cloud-init[936]: | o=.|\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.981840] cloud-init[936]: | o *+|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.988079] cloud-init[936]: | S . o B==|\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.992227] cloud-init[936]: | . = ..++*B|\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n Starting LSB: MD monitoring daemon...\n[ 59.000650] cloud-init[936]: | + ++o*+o|\n[ 59.001605] cloud-init[936]: | +oEB. |\n[ 59.002593] cloud-init[936]: +----[SHA256]-----+\n[ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair.\n[ 59.005792] \n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\ncloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service...\n\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.066408] cloud-init[936]: The key fingerprint is:\n[ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 59.074560] cloud-init[936]: The key's randomart image is:\n[ 59.076669] cloud-init[936]: +--[ED25519 256]--+\n[ 59.078441] cloud-init[936]: |.= |\n[ 59.080320] cloud-init[936]: |o = |\n Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.083069] cloud-init[936]: |.X. |\n[ 59.165770] cloud-init[936]: |=o* |\n[ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n|.=.. S . |\n[ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n|oooE . = o |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.231705] cloud-init[936]: |+. .. .* @ + |\n[ 59.253131] cloud-init[936]: |..... +o& O |\n[ 59.260813] cloud-init[936]: |.. .... *+*.o |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 59.272838] cloud-init[936]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n"} 2018-08-23 09:43:06,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-1cfb5cbf-0a19-4b51-9e78-cbc9c16b57f1 2018-08-23 09:43:06,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075886964798s 2018-08-23 09:43:06,163 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-1cfb5cbf-0a19-4b51-9e78-cbc9c16b57f1 2018-08-23 09:43:06,164 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds. [ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a | [ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a | [ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.846296] cloud-init[936]: Generating public/private rsa key pair. [ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.864133] cloud-init[936]: The key fingerprint is: [ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.872171] cloud-init[936]: The key's randomart image is: [ 58.873599] cloud-init[936]: +---[RSA 2048]----+ [ 58.876140] cloud-init[936]: |+o.. .... . | [ 58.880158] cloud-init[936]: |.+o o . + | [ 58.881507] cloud-init[936]: | .*..o .o . | [ 58.884143] cloud-init[936]: | *.+ .. .. + | [ 58.888130] cloud-init[936]: |..+ o.. S...+ . | [ 58.889502] cloud-init[936]: | ... o.o oE * | [ 58.892155] cloud-init[936]: | . + =.o.. + | [ 58.896121] cloud-init[936]: | +. B o.. | [ 58.897461] cloud-init[936]: | o++ + | [ 58.900128] cloud-init[936]: +----[SHA256]-----+ [ 58.904141] cloud-init[936]: Generating public/private dsa key pair. [ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.914015] cloud-init[936]: The key fingerprint is: [ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.923346] cloud-init[936]: The key's randomart image is: [ 58.924869] cloud-init[936]: +---[DSA 1024]----+ [ 58.926698] cloud-init[936]: | ..+o.+o. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[ 58.932084] cloud-init[936]: | +++..+. | [ 58.933081] cloud-init[936]: | . .+= oo | [ 58.934069] cloud-init[936]: | o+ +++. | [ 58.935037] cloud-init[936]: | .S o+== | [0;32m OK [0m] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.935997] cloud-init[936]: | +..*E+o | [ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket. [ 58.946129] cloud-init[936]: | .=o *| [[0;32m OK [0m] Started ACPI Events Check. [ 58.949068] cloud-init[936]: | ..o| [[0;32m OK [0m] Reached target Paths. [ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m[936]: +----[SHA256]-----+ [ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair. [ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.961055] cloud-init[936]: The key fingerprint is: [ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.963978] ] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is: [ 58.973032] cloud-init[936]: +---[ECDSA 256]---+ [ 58.974019] cloud-init[936]: | . | [ 58.974999] cloud-init[936]: | o.o| [ 58.975978] cloud-init[936]: | o=.| [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.981840] cloud-init[936]: | o *+| [[0;32m OK [0m] Reached target Sockets. [ 58.988079] cloud-init[936]: | S . o B==| [[0;32m OK [0m] Reached target Basic System. [ 58.992227] cloud-init[936]: | . = ..++*B| [[0;32m OK [0m] Started iperf3 Service. [ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown... Starting Accounts Service... Starting LSB: MD monitoring daemon... [ 59.000650] cloud-init[936]: | + ++o*+o| [ 59.001605] cloud-init[936]: | +oEB. | [ 59.002593] cloud-init[936]: +----[SHA256]-----+ [ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair. [ 59.005792] [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.066408] cloud-init[936]: The key fingerprint is: [ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 59.074560] cloud-init[936]: The key's randomart image is: [ 59.076669] cloud-init[936]: +--[ED25519 256]--+ [ 59.078441] cloud-init[936]: |.= | [ 59.080320] cloud-init[936]: |o = | Starting Apply the settings specified in cloud-config... Starting Login Service... Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: Record successful boot for GRUB... Starting Snappy daemon... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.083069] cloud-init[936]: |.X. | [ 59.165770] cloud-init[936]: |=o* | [ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. |.=.. S . | [ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown. |oooE . = o | [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.231705] cloud-init[936]: |+. .. .* @ + | [ 59.253131] cloud-init[936]: |..... +o& O | [ 59.260813] cloud-init[936]: |.. .... *+*.o | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 59.272838] cloud-init[936]: +----[SHA256]-----+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... 2018-08-23 09:43:06,166 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:43:15,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:43:15,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:43:15,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43: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-5b2048e1-0e13-4c86-a6e7-eede4a2e77d7 x-compute-request-id: req-5b2048e1-0e13-4c86-a6e7-eede4a2e77d7 Content-Encoding: gzip Content-Length: 12926 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds.\n[ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a |\n[ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a |\n[ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.846296] cloud-init[936]: Generating public/private rsa key pair.\n[ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.864133] cloud-init[936]: The key fingerprint is:\n[ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.872171] cloud-init[936]: The key's randomart image is:\n[ 58.873599] cloud-init[936]: +---[RSA 2048]----+\n[ 58.876140] cloud-init[936]: |+o.. .... . |\n[ 58.880158] cloud-init[936]: |.+o o . + |\n[ 58.881507] cloud-init[936]: | .*..o .o . |\n[ 58.884143] cloud-init[936]: | *.+ .. .. + |\n[ 58.888130] cloud-init[936]: |..+ o.. S...+ . |\n[ 58.889502] cloud-init[936]: | ... o.o oE * |\n[ 58.892155] cloud-init[936]: | . + =.o.. + |\n[ 58.896121] cloud-init[936]: | +. B o.. |\n[ 58.897461] cloud-init[936]: | o++ + |\n[ 58.900128] cloud-init[936]: +----[SHA256]-----+\n[ 58.904141] cloud-init[936]: Generating public/private dsa key pair.\n[ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.914015] cloud-init[936]: The key fingerprint is:\n[ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.923346] cloud-init[936]: The key's randomart image is:\n[ 58.924869] cloud-init[936]: +---[DSA 1024]----+\n[ 58.926698] cloud-init[936]: | ..+o.+o. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[ 58.932084] cloud-init[936]: | +++..+. |\n[ 58.933081] cloud-init[936]: | . .+= oo |\n[ 58.934069] cloud-init[936]: | o+ +++. |\n[ 58.935037] cloud-init[936]: | .S o+== |\n[0;32m OK [0m] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 58.935997] cloud-init[936]: | +..*E+o |\n[ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket.\n\n[ 58.946129] cloud-init[936]: | .=o *|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 58.949068] cloud-init[936]: | ..o|\n[[0;32m OK [0m] Reached target Paths.\n[ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m[936]: +----[SHA256]-----+\n[ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair.\n[ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.961055] cloud-init[936]: The key fingerprint is:\n[ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.963978] ] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is:\n[ 58.973032] cloud-init[936]: +---[ECDSA 256]---+\n[ 58.974019] cloud-init[936]: | . |\n[ 58.974999] cloud-init[936]: | o.o|\n[ 58.975978] cloud-init[936]: | o=.|\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.981840] cloud-init[936]: | o *+|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.988079] cloud-init[936]: | S . o B==|\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.992227] cloud-init[936]: | . = ..++*B|\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n Starting LSB: MD monitoring daemon...\n[ 59.000650] cloud-init[936]: | + ++o*+o|\n[ 59.001605] cloud-init[936]: | +oEB. |\n[ 59.002593] cloud-init[936]: +----[SHA256]-----+\n[ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair.\n[ 59.005792] \n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\ncloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service...\n\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.066408] cloud-init[936]: The key fingerprint is:\n[ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 59.074560] cloud-init[936]: The key's randomart image is:\n[ 59.076669] cloud-init[936]: +--[ED25519 256]--+\n[ 59.078441] cloud-init[936]: |.= |\n[ 59.080320] cloud-init[936]: |o = |\n Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.083069] cloud-init[936]: |.X. |\n[ 59.165770] cloud-init[936]: |=o* |\n[ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n|.=.. S . |\n[ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n|oooE . = o |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.231705] cloud-init[936]: |+. .. .* @ + |\n[ 59.253131] cloud-init[936]: |..... +o& O |\n[ 59.260813] cloud-init[936]: |.. .... *+*.o |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 59.272838] cloud-init[936]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.713254] cloud-init[1075]: Generating locales (this might take a while)...\n[ 60.387847] cloud-init[1075]: en_US.UTF-8... done\n[ 60.390186] cloud-init[1075]: Generation complete.\n"} 2018-08-23 09:43:15,265 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-5b2048e1-0e13-4c86-a6e7-eede4a2e77d7 2018-08-23 09:43:15,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0895400047302s 2018-08-23 09:43:15,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-5b2048e1-0e13-4c86-a6e7-eede4a2e77d7 2018-08-23 09:43:15,267 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds. [ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a | [ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a | [ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.846296] cloud-init[936]: Generating public/private rsa key pair. [ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.864133] cloud-init[936]: The key fingerprint is: [ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.872171] cloud-init[936]: The key's randomart image is: [ 58.873599] cloud-init[936]: +---[RSA 2048]----+ [ 58.876140] cloud-init[936]: |+o.. .... . | [ 58.880158] cloud-init[936]: |.+o o . + | [ 58.881507] cloud-init[936]: | .*..o .o . | [ 58.884143] cloud-init[936]: | *.+ .. .. + | [ 58.888130] cloud-init[936]: |..+ o.. S...+ . | [ 58.889502] cloud-init[936]: | ... o.o oE * | [ 58.892155] cloud-init[936]: | . + =.o.. + | [ 58.896121] cloud-init[936]: | +. B o.. | [ 58.897461] cloud-init[936]: | o++ + | [ 58.900128] cloud-init[936]: +----[SHA256]-----+ [ 58.904141] cloud-init[936]: Generating public/private dsa key pair. [ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.914015] cloud-init[936]: The key fingerprint is: [ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.923346] cloud-init[936]: The key's randomart image is: [ 58.924869] cloud-init[936]: +---[DSA 1024]----+ [ 58.926698] cloud-init[936]: | ..+o.+o. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[ 58.932084] cloud-init[936]: | +++..+. | [ 58.933081] cloud-init[936]: | . .+= oo | [ 58.934069] cloud-init[936]: | o+ +++. | [ 58.935037] cloud-init[936]: | .S o+== | [0;32m OK [0m] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.935997] cloud-init[936]: | +..*E+o | [ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket. [ 58.946129] cloud-init[936]: | .=o *| [[0;32m OK [0m] Started ACPI Events Check. [ 58.949068] cloud-init[936]: | ..o| [[0;32m OK [0m] Reached target Paths. [ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m[936]: +----[SHA256]-----+ [ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair. [ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.961055] cloud-init[936]: The key fingerprint is: [ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.963978] ] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is: [ 58.973032] cloud-init[936]: +---[ECDSA 256]---+ [ 58.974019] cloud-init[936]: | . | [ 58.974999] cloud-init[936]: | o.o| [ 58.975978] cloud-init[936]: | o=.| [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.981840] cloud-init[936]: | o *+| [[0;32m OK [0m] Reached target Sockets. [ 58.988079] cloud-init[936]: | S . o B==| [[0;32m OK [0m] Reached target Basic System. [ 58.992227] cloud-init[936]: | . = ..++*B| [[0;32m OK [0m] Started iperf3 Service. [ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown... Starting Accounts Service... Starting LSB: MD monitoring daemon... [ 59.000650] cloud-init[936]: | + ++o*+o| [ 59.001605] cloud-init[936]: | +oEB. | [ 59.002593] cloud-init[936]: +----[SHA256]-----+ [ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair. [ 59.005792] [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.066408] cloud-init[936]: The key fingerprint is: [ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 59.074560] cloud-init[936]: The key's randomart image is: [ 59.076669] cloud-init[936]: +--[ED25519 256]--+ [ 59.078441] cloud-init[936]: |.= | [ 59.080320] cloud-init[936]: |o = | Starting Apply the settings specified in cloud-config... Starting Login Service... Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: Record successful boot for GRUB... Starting Snappy daemon... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.083069] cloud-init[936]: |.X. | [ 59.165770] cloud-init[936]: |=o* | [ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. |.=.. S . | [ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown. |oooE . = o | [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.231705] cloud-init[936]: |+. .. .* @ + | [ 59.253131] cloud-init[936]: |..... +o& O | [ 59.260813] cloud-init[936]: |.. .... *+*.o | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 59.272838] cloud-init[936]: +----[SHA256]-----+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.713254] cloud-init[1075]: Generating locales (this might take a while)... [ 60.387847] cloud-init[1075]: en_US.UTF-8... done [ 60.390186] cloud-init[1075]: Generation complete. 2018-08-23 09:43:15,271 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-23 09:43:24,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:43:24,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:43:24,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-7dbae2cd-2784-47e3-8050-526b5e39d6bb x-compute-request-id: req-7dbae2cd-2784-47e3-8050-526b5e39d6bb Content-Encoding: gzip Content-Length: 12958 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds.\n[ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a |\n[ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a |\n[ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.846296] cloud-init[936]: Generating public/private rsa key pair.\n[ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.864133] cloud-init[936]: The key fingerprint is:\n[ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.872171] cloud-init[936]: The key's randomart image is:\n[ 58.873599] cloud-init[936]: +---[RSA 2048]----+\n[ 58.876140] cloud-init[936]: |+o.. .... . |\n[ 58.880158] cloud-init[936]: |.+o o . + |\n[ 58.881507] cloud-init[936]: | .*..o .o . |\n[ 58.884143] cloud-init[936]: | *.+ .. .. + |\n[ 58.888130] cloud-init[936]: |..+ o.. S...+ . |\n[ 58.889502] cloud-init[936]: | ... o.o oE * |\n[ 58.892155] cloud-init[936]: | . + =.o.. + |\n[ 58.896121] cloud-init[936]: | +. B o.. |\n[ 58.897461] cloud-init[936]: | o++ + |\n[ 58.900128] cloud-init[936]: +----[SHA256]-----+\n[ 58.904141] cloud-init[936]: Generating public/private dsa key pair.\n[ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.914015] cloud-init[936]: The key fingerprint is:\n[ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.923346] cloud-init[936]: The key's randomart image is:\n[ 58.924869] cloud-init[936]: +---[DSA 1024]----+\n[ 58.926698] cloud-init[936]: | ..+o.+o. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[ 58.932084] cloud-init[936]: | +++..+. |\n[ 58.933081] cloud-init[936]: | . .+= oo |\n[ 58.934069] cloud-init[936]: | o+ +++. |\n[ 58.935037] cloud-init[936]: | .S o+== |\n[0;32m OK [0m] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 58.935997] cloud-init[936]: | +..*E+o |\n[ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket.\n\n[ 58.946129] cloud-init[936]: | .=o *|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 58.949068] cloud-init[936]: | ..o|\n[[0;32m OK [0m] Reached target Paths.\n[ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m[936]: +----[SHA256]-----+\n[ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair.\n[ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.961055] cloud-init[936]: The key fingerprint is:\n[ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.963978] ] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is:\n[ 58.973032] cloud-init[936]: +---[ECDSA 256]---+\n[ 58.974019] cloud-init[936]: | . |\n[ 58.974999] cloud-init[936]: | o.o|\n[ 58.975978] cloud-init[936]: | o=.|\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.981840] cloud-init[936]: | o *+|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.988079] cloud-init[936]: | S . o B==|\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.992227] cloud-init[936]: | . = ..++*B|\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n Starting LSB: MD monitoring daemon...\n[ 59.000650] cloud-init[936]: | + ++o*+o|\n[ 59.001605] cloud-init[936]: | +oEB. |\n[ 59.002593] cloud-init[936]: +----[SHA256]-----+\n[ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair.\n[ 59.005792] \n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\ncloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service...\n\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.066408] cloud-init[936]: The key fingerprint is:\n[ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 59.074560] cloud-init[936]: The key's randomart image is:\n[ 59.076669] cloud-init[936]: +--[ED25519 256]--+\n[ 59.078441] cloud-init[936]: |.= |\n[ 59.080320] cloud-init[936]: |o = |\n Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.083069] cloud-init[936]: |.X. |\n[ 59.165770] cloud-init[936]: |=o* |\n[ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n|.=.. S . |\n[ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n|oooE . = o |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.231705] cloud-init[936]: |+. .. .* @ + |\n[ 59.253131] cloud-init[936]: |..... +o& O |\n[ 59.260813] cloud-init[936]: |.. .... *+*.o |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 59.272838] cloud-init[936]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.713254] cloud-init[1075]: Generating locales (this might take a while)...\n[ 60.387847] cloud-init[1075]: en_US.UTF-8... done\n[ 60.390186] cloud-init[1075]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n"} 2018-08-23 09:43:24,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-7dbae2cd-2784-47e3-8050-526b5e39d6bb 2018-08-23 09:43:24,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0718870162964s 2018-08-23 09:43:24,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-7dbae2cd-2784-47e3-8050-526b5e39d6bb 2018-08-23 09:43:24,354 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds. [ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a | [ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a | [ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.846296] cloud-init[936]: Generating public/private rsa key pair. [ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.864133] cloud-init[936]: The key fingerprint is: [ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.872171] cloud-init[936]: The key's randomart image is: [ 58.873599] cloud-init[936]: +---[RSA 2048]----+ [ 58.876140] cloud-init[936]: |+o.. .... . | [ 58.880158] cloud-init[936]: |.+o o . + | [ 58.881507] cloud-init[936]: | .*..o .o . | [ 58.884143] cloud-init[936]: | *.+ .. .. + | [ 58.888130] cloud-init[936]: |..+ o.. S...+ . | [ 58.889502] cloud-init[936]: | ... o.o oE * | [ 58.892155] cloud-init[936]: | . + =.o.. + | [ 58.896121] cloud-init[936]: | +. B o.. | [ 58.897461] cloud-init[936]: | o++ + | [ 58.900128] cloud-init[936]: +----[SHA256]-----+ [ 58.904141] cloud-init[936]: Generating public/private dsa key pair. [ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.914015] cloud-init[936]: The key fingerprint is: [ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.923346] cloud-init[936]: The key's randomart image is: [ 58.924869] cloud-init[936]: +---[DSA 1024]----+ [ 58.926698] cloud-init[936]: | ..+o.+o. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[ 58.932084] cloud-init[936]: | +++..+. | [ 58.933081] cloud-init[936]: | . .+= oo | [ 58.934069] cloud-init[936]: | o+ +++. | [ 58.935037] cloud-init[936]: | .S o+== | [0;32m OK [0m] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.935997] cloud-init[936]: | +..*E+o | [ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket. [ 58.946129] cloud-init[936]: | .=o *| [[0;32m OK [0m] Started ACPI Events Check. [ 58.949068] cloud-init[936]: | ..o| [[0;32m OK [0m] Reached target Paths. [ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m[936]: +----[SHA256]-----+ [ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair. [ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.961055] cloud-init[936]: The key fingerprint is: [ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.963978] ] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is: [ 58.973032] cloud-init[936]: +---[ECDSA 256]---+ [ 58.974019] cloud-init[936]: | . | [ 58.974999] cloud-init[936]: | o.o| [ 58.975978] cloud-init[936]: | o=.| [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.981840] cloud-init[936]: | o *+| [[0;32m OK [0m] Reached target Sockets. [ 58.988079] cloud-init[936]: | S . o B==| [[0;32m OK [0m] Reached target Basic System. [ 58.992227] cloud-init[936]: | . = ..++*B| [[0;32m OK [0m] Started iperf3 Service. [ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown... Starting Accounts Service... Starting LSB: MD monitoring daemon... [ 59.000650] cloud-init[936]: | + ++o*+o| [ 59.001605] cloud-init[936]: | +oEB. | [ 59.002593] cloud-init[936]: +----[SHA256]-----+ [ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair. [ 59.005792] [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.066408] cloud-init[936]: The key fingerprint is: [ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 59.074560] cloud-init[936]: The key's randomart image is: [ 59.076669] cloud-init[936]: +--[ED25519 256]--+ [ 59.078441] cloud-init[936]: |.= | [ 59.080320] cloud-init[936]: |o = | Starting Apply the settings specified in cloud-config... Starting Login Service... Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: Record successful boot for GRUB... Starting Snappy daemon... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.083069] cloud-init[936]: |.X. | [ 59.165770] cloud-init[936]: |=o* | [ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. |.=.. S . | [ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown. |oooE . = o | [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.231705] cloud-init[936]: |+. .. .* @ + | [ 59.253131] cloud-init[936]: |..... +o& O | [ 59.260813] cloud-init[936]: |.. .... *+*.o | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 59.272838] cloud-init[936]: +----[SHA256]-----+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.713254] cloud-init[1075]: Generating locales (this might take a while)... [ 60.387847] cloud-init[1075]: en_US.UTF-8... done [ 60.390186] cloud-init[1075]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. 2018-08-23 09:43:24,358 - paramiko.transport - DEBUG - starting thread (client mode): 0xc7352750L 2018-08-23 09:43:24,359 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 09:43:24,363 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-23 09:43:24,363 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-23 09:43:24,365 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 09:43:24,365 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 09:43:24,365 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 09:43:24,365 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 09:43:24,365 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 09:43:24,366 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 09:43:24,407 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 09:43:24,409 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 09:43:24,423 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.200: 303a13ecb8be9f21a6a250e667f1e60c 2018-08-23 09:43:24,424 - paramiko.transport - DEBUG - Trying discovered key 346b5d9eb4e05652a8386845c948d1b2 in /tmp/tmpojqgfA 2018-08-23 09:43:24,446 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 09:43:24,464 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-23 09:43:24,464 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 09:43:24,489 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-23 09:43:24,489 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.200: No existing session 2018-08-23 09:43:33,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 09:43:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2bb270985f299199b6b30ee027e08a26a3db693a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 09:43:33,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09: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-daed2353-7ad2-4cdc-b802-1f02218964df x-compute-request-id: req-daed2353-7ad2-4cdc-b802-1f02218964df Content-Encoding: gzip Content-Length: 13246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 715448213 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191886] pid_max: default: 32768 minimum: 301\n[ 0.193285] ACPI: Core revision 20150930\n[ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197060] Security Framework initialized\n[ 0.198293] Yama: becoming mindful.\n[ 0.199404] AppArmor: AppArmor initialized\n[ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208565] Initializing cgroup subsys io\n[ 0.209778] Initializing cgroup subsys memory\n[ 0.211080] Initializing cgroup subsys devices\n[ 0.212415] Initializing cgroup subsys freezer\n[ 0.213742] Initializing cgroup subsys net_cls\n[ 0.215057] Initializing cgroup subsys perf_event\n[ 0.216464] Initializing cgroup subsys net_prio\n[ 0.217836] Initializing cgroup subsys hugetlb\n[ 0.219109] Initializing cgroup subsys pids\n[ 0.220446] CPU: Physical Processor ID: 0\n[ 0.222324] mce: CPU supports 10 MCE banks\n[ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.226728] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.230328] Speculative Store Bypass: Vulnerable\n[ 0.247820] Freeing SMP alternatives memory: 32K\n[ 0.253845] ftrace: allocating 32237 entries in 126 pages\n[ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.290852] smpboot: Max logical packages: 1\n[ 0.292428] x2apic enabled\n[ 0.293647] Switched APIC routing to physical x2apic.\n[ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303640] KVM setup paravirtual spinlock\n[ 0.305363] x86: Booted up 1 node, 1 CPUs\n[ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.308658] devtmpfs: initialized\n[ 0.310713] evm: security.selinux\n[ 0.311747] evm: security.SMACK64\n[ 0.312796] evm: security.SMACK64EXEC\n[ 0.313935] evm: security.SMACK64TRANSMUTE\n[ 0.315148] evm: security.SMACK64MMAP\n[ 0.316254] evm: security.ima\n[ 0.317205] evm: security.capability\n[ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.322897] pinctrl core: initialized pinctrl subsystem\n[ 0.324492] RTC time: 9:42:05, date: 08/23/18\n[ 0.325884] NET: Registered protocol family 16\n[ 0.327339] cpuidle: using governor ladder\n[ 0.328606] cpuidle: using governor menu\n[ 0.329795] PCCT header not found.\n[ 0.330931] ACPI: bus type PCI registered\n[ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.334048] PCI: Using configuration type 1 for base access\n[ 0.336462] ACPI: Added _OSI(Module Device)\n[ 0.337711] ACPI: Added _OSI(Processor Device)\n[ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.340391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.342778] ACPI: Interpreter enabled\n[ 0.343938] ACPI: (supports S0 S5)\n[ 0.345063] ACPI: Using IOAPIC for interrupt routing\n[ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.362481] acpiphp: Slot [3] registered\n[ 0.363717] acpiphp: Slot [4] registered\n[ 0.364947] acpiphp: Slot [5] registered\n[ 0.366175] acpiphp: Slot [6] registered\n[ 0.381302] acpiphp: Slot [7] registered\n[ 0.382514] acpiphp: Slot [8] registered\n[ 0.383726] acpiphp: Slot [9] registered\n[ 0.384939] acpiphp: Slot [10] registered\n[ 0.386172] acpiphp: Slot [11] registered\n[ 0.387411] acpiphp: Slot [12] registered\n[ 0.388640] acpiphp: Slot [13] registered\n[ 0.389868] acpiphp: Slot [14] registered\n[ 0.391104] acpiphp: Slot [15] registered\n[ 0.392335] acpiphp: Slot [16] registered\n[ 0.393849] acpiphp: Slot [17] registered\n[ 0.395080] acpiphp: Slot [18] registered\n[ 0.396313] acpiphp: Slot [19] registered\n[ 0.397544] acpiphp: Slot [20] registered\n[ 0.398767] acpiphp: Slot [21] registered\n[ 0.399989] acpiphp: Slot [22] registered\n[ 0.401226] acpiphp: Slot [23] registered\n[ 0.402454] acpiphp: Slot [24] registered\n[ 0.403677] acpiphp: Slot [25] registered\n[ 0.404910] acpiphp: Slot [26] registered\n[ 0.406143] acpiphp: Slot [27] registered\n[ 0.407367] acpiphp: Slot [28] registered\n[ 0.408594] acpiphp: Slot [29] registered\n[ 0.409817] acpiphp: Slot [30] registered\n[ 0.411042] acpiphp: Slot [31] registered\n[ 0.412263] PCI host bridge to bus 0000:00\n[ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.481078] vgaarb: loaded\n[ 0.482000] vgaarb: bridge control possible 0000:00:02.0\n[ 0.483970] SCSI subsystem initialized\n[ 0.485410] ACPI: bus type USB registered\n[ 0.486670] usbcore: registered new interface driver usbfs\n[ 0.488244] usbcore: registered new interface driver hub\n[ 0.489793] usbcore: registered new device driver usb\n[ 0.491482] PCI: Using ACPI for IRQ routing\n[ 0.493244] NetLabel: Initializing\n[ 0.494374] NetLabel: domain hash size = 128\n[ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.497214] NetLabel: unlabeled traffic allowed by default\n[ 0.499005] amd_nb: Cannot enumerate AMD northbridges\n[ 0.500573] clocksource: Switched to clocksource kvm-clock\n[ 0.510432] AppArmor: AppArmor Filesystem Enabled\n[ 0.511846] pnp: PnP ACPI init\n[ 0.513205] pnp: PnP ACPI: found 5 devices\n[ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.522838] NET: Registered protocol family 2\n[ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.528120] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533299] NET: Registered protocol family 1\n[ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570798] Unpacking initramfs...\n[ 1.062275] Freeing initrd memory: 37084K\n[ 1.063904] Scanning for low memory corruption every 60 seconds\n[ 1.065953] audit: initializing netlink subsys (disabled)\n[ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized\n[ 1.069590] Initialise system trusted keyring\n[ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.075743] zbud: loaded\n[ 1.076916] VFS: Disk quotas dquot_6.6.0\n[ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.082182] fuse init (API version 7.23)\n[ 1.083534] Key type big_key registered\n[ 1.084763] Allocating IMA MOK and blacklist keyrings.\n[ 1.086622] Key type asymmetric registered\n[ 1.087876] Asymmetric key parser 'x509' registered\n[ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.091601] io scheduler noop registered\n[ 1.092812] io scheduler deadline registered (default)\n[ 1.094317] io scheduler cfq registered\n[ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.101345] ACPI: Power Button [PWRF]\n[ 1.102638] GHES: HEST is not enabled!\n[ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.181364] Linux agpgart interface v0.103\n[ 1.184261] loop: module loaded\n[ 1.187595] vda: vda1\n[ 1.189233] scsi host0: ata_piix\n[ 1.190329] scsi host1: ata_piix\n[ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.195726] libphy: Fixed MDIO Bus: probed\n[ 1.196950] tun: Universal TUN/TAP device driver, 1.6\n[ 1.198425] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.201336] PPP generic driver version 2.4.2\n[ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.204483] ehci-pci: EHCI PCI platform driver\n[ 1.205823] ehci-platform: EHCI generic platform driver\n[ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.209591] ohci-pci: OHCI PCI platform driver\n[ 1.210920] ohci-platform: OHCI generic platform driver\n[ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.239234] usb usb1: Product: UHCI Host Controller\n[ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.242234] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.243630] hub 1-0:1.0: USB hub found\n[ 1.244747] hub 1-0:1.0: 2 ports detected\n[ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251967] mousedev: PS/2 mouse device common for all mice\n[ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.256448] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261478] i2c /dev entries driver\n[ 1.262587] device-mapper: uevent: version 1.0.3\n[ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268231] NET: Registered protocol family 10\n[ 1.269792] NET: Registered protocol family 17\n[ 1.271075] Key type dns_resolver registered\n[ 1.272544] registered taskstats version 1\n[ 1.273759] Loading compiled-in X.509 certificates\n[ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278277] zswap: loaded using pool lzo/zbud\n[ 1.280940] Key type trusted registered\n[ 1.284156] Key type encrypted registered\n[ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286793] ima: No TPM chip found, activating TPM-bypass!\n[ 1.288255] evm: HMAC attrs: 0x1\n[ 1.289562] Magic number: 14:378:728\n[ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326)\n[ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.294632] EDD information not available.\n[ 1.350286] Freeing unused kernel memory: 1512K\n[ 1.351561] Write protecting the kernel read-only data: 14336k\n[ 1.368499] Freeing unused kernel memory: 1692K\n[ 1.369960] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.468014] [drm] Initialized drm 1.1.0 20060810\n[ 1.470388] virtio_net virtio0 ens3: renamed from eth0\n[ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.509016] FDC 0 is a S82078B\n[ 1.519467] AVX2 version of gcm_enc/dec engaged.\n[ 1.520758] AES CTR mode by8 optimization enabled\n[ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.726233] usb 1-1: Product: QEMU USB Tablet\n[ 1.727811] usb 1-1: Manufacturer: QEMU\n[ 1.729236] usb 1-1: SerialNumber: 42\n[ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.745016] usbcore: registered new interface driver usbhid\n[ 1.746991] usbhid: USB HID core driver\n[ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.753885] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz\n[ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns\nBegin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1\n[ 2.124213] md: multipath personality registered for level -4\n[ 2.127784] md: raid0 personality registered for level 0\n[ 2.131727] md: raid1 personality registered for level 1\n[ 2.204583] raid6: sse2x1 gen() 11567 MB/s\n[ 2.272580] raid6: sse2x1 xor() 8832 MB/s\n[ 2.340587] raid6: sse2x2 gen() 14312 MB/s\n[ 2.408571] raid6: sse2x2 xor() 9862 MB/s\n[ 2.476569] raid6: sse2x4 gen() 17041 MB/s\n[ 2.544569] raid6: sse2x4 xor() 11727 MB/s\n[ 2.612581] raid6: avx2x1 gen() 22530 MB/s\n[ 2.680569] raid6: avx2x2 gen() 26287 MB/s\n[ 2.748570] raid6: avx2x4 gen() 29627 MB/s\n[ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s\n[ 2.754938] raid6: using avx2x2 recovery algorithm\n[ 2.759246] xor: automatically using best checksumming function:\n[ 2.800579] avx : 31491.000 MB/sec\n[ 2.803114] async_tx: api initialized (async)\n[ 2.813987] md: raid6 personality registered for level 6\n[ 2.815447] md: raid5 personality registered for level 5\n[ 2.816852] md: raid4 personality registered for level 4\n[ 2.823271] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.989832] systemd[1]: Detected virtualization kvm.\n[ 2.991173] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.994884] systemd[1]: Set hostname to .\n[ 2.997865] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.999468] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.147698] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.153920] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 3.160959] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.163806] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.174294] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.176764] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.179369] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.182073] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.184847] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.187824] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.192970] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.197449] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.207520] Loading iSCSI transport class v2.0-870.\n[ 3.209234] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.215939] systemd[1]: Mounting Debug File System...\n[ 3.219855] iscsi: registered transport (tcp)\n Mounting Debug File System...\n[ 3.224270] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.230621] 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[ 3.243194] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.247201] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.251417] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.256466] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.268990] systemd[1]: Starting Journal Service...\n[ 3.272367] iscsi: registered transport (iser)\n Starting Journal Service...\n[ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 3.306269] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.310127] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.316301] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.322183] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.343352] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.351087] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 3.359283] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.365254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.718478] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds.\n\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n[ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds.\n[ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\n[ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a |\n[ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a |\n[ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+\n[ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.846296] cloud-init[936]: Generating public/private rsa key pair.\n[ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.864133] cloud-init[936]: The key fingerprint is:\n[ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.872171] cloud-init[936]: The key's randomart image is:\n[ 58.873599] cloud-init[936]: +---[RSA 2048]----+\n[ 58.876140] cloud-init[936]: |+o.. .... . |\n[ 58.880158] cloud-init[936]: |.+o o . + |\n[ 58.881507] cloud-init[936]: | .*..o .o . |\n[ 58.884143] cloud-init[936]: | *.+ .. .. + |\n[ 58.888130] cloud-init[936]: |..+ o.. S...+ . |\n[ 58.889502] cloud-init[936]: | ... o.o oE * |\n[ 58.892155] cloud-init[936]: | . + =.o.. + |\n[ 58.896121] cloud-init[936]: | +. B o.. |\n[ 58.897461] cloud-init[936]: | o++ + |\n[ 58.900128] cloud-init[936]: +----[SHA256]-----+\n[ 58.904141] cloud-init[936]: Generating public/private dsa key pair.\n[ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.914015] cloud-init[936]: The key fingerprint is:\n[ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.923346] cloud-init[936]: The key's randomart image is:\n[ 58.924869] cloud-init[936]: +---[DSA 1024]----+\n[ 58.926698] cloud-init[936]: | ..+o.+o. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[ 58.932084] cloud-init[936]: | +++..+. |\n[ 58.933081] cloud-init[936]: | . .+= oo |\n[ 58.934069] cloud-init[936]: | o+ +++. |\n[ 58.935037] cloud-init[936]: | .S o+== |\n[0;32m OK [0m] Reached target System Initialization.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 58.935997] cloud-init[936]: | +..*E+o |\n[ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket.\n\n[ 58.946129] cloud-init[936]: | .=o *|\n[[0;32m OK [0m] Started ACPI Events Check.\n[ 58.949068] cloud-init[936]: | ..o|\n[[0;32m OK [0m] Reached target Paths.\n[ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m[936]: +----[SHA256]-----+\n[ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair.\n[ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.961055] cloud-init[936]: The key fingerprint is:\n[ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 58.963978] ] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is:\n[ 58.973032] cloud-init[936]: +---[ECDSA 256]---+\n[ 58.974019] cloud-init[936]: | . |\n[ 58.974999] cloud-init[936]: | o.o|\n[ 58.975978] cloud-init[936]: | o=.|\n[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 58.981840] cloud-init[936]: | o *+|\n[[0;32m OK [0m] Reached target Sockets.\n[ 58.988079] cloud-init[936]: | S . o B==|\n[[0;32m OK [0m] Reached target Basic System.\n[ 58.992227] cloud-init[936]: | . = ..++*B|\n[[0;32m OK [0m] Started iperf3 Service.\n[ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n Starting LSB: MD monitoring daemon...\n[ 59.000650] cloud-init[936]: | + ++o*+o|\n[ 59.001605] cloud-init[936]: | +oEB. |\n[ 59.002593] cloud-init[936]: +----[SHA256]-----+\n[ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair.\n[ 59.005792] \n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\ncloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service...\n\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.066408] cloud-init[936]: The key fingerprint is:\n[ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb\n[ 59.074560] cloud-init[936]: The key's randomart image is:\n[ 59.076669] cloud-init[936]: +--[ED25519 256]--+\n[ 59.078441] cloud-init[936]: |.= |\n[ 59.080320] cloud-init[936]: |o = |\n Starting Apply the settings specified in cloud-config...\n Starting Login Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LSB: Record successful boot for GRUB...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.083069] cloud-init[936]: |.X. |\n[ 59.165770] cloud-init[936]: |=o* |\n[ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon.\n|.=.. S . |\n[ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown.\n|oooE . = o |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 59.231705] cloud-init[936]: |+. .. .* @ + |\n[ 59.253131] cloud-init[936]: |..... +o& O |\n[ 59.260813] cloud-init[936]: |.. .... *+*.o |\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[ 59.272838] cloud-init[936]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.713254] cloud-init[1075]: Generating locales (this might take a while)...\n[ 60.387847] cloud-init[1075]: en_US.UTF-8... done\n[ 60.390186] cloud-init[1075]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n Starting LSB: network benchmark...\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb ttyS0\n\nshaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb login: "} 2018-08-23 09:43:33,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-daed2353-7ad2-4cdc-b802-1f02218964df 2018-08-23 09:43:33,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075786113739s 2018-08-23 09:43:33,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323/action used request id req-daed2353-7ad2-4cdc-b802-1f02218964df 2018-08-23 09:43:33,576 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 715448213 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.189362] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191886] pid_max: default: 32768 minimum: 301 [ 0.193285] ACPI: Core revision 20150930 [ 0.195048] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197060] Security Framework initialized [ 0.198293] Yama: becoming mindful. [ 0.199404] AppArmor: AppArmor initialized [ 0.200715] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202714] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206455] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208565] Initializing cgroup subsys io [ 0.209778] Initializing cgroup subsys memory [ 0.211080] Initializing cgroup subsys devices [ 0.212415] Initializing cgroup subsys freezer [ 0.213742] Initializing cgroup subsys net_cls [ 0.215057] Initializing cgroup subsys perf_event [ 0.216464] Initializing cgroup subsys net_prio [ 0.217836] Initializing cgroup subsys hugetlb [ 0.219109] Initializing cgroup subsys pids [ 0.220446] CPU: Physical Processor ID: 0 [ 0.222324] mce: CPU supports 10 MCE banks [ 0.223587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.226728] Spectre V2 : Mitigation: Full generic retpoline [ 0.228354] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.230328] Speculative Store Bypass: Vulnerable [ 0.247820] Freeing SMP alternatives memory: 32K [ 0.253845] ftrace: allocating 32237 entries in 126 pages [ 0.288993] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.290852] smpboot: Max logical packages: 1 [ 0.292428] x2apic enabled [ 0.293647] Switched APIC routing to physical x2apic. [ 0.296248] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.297967] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.300956] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303640] KVM setup paravirtual spinlock [ 0.305363] x86: Booted up 1 node, 1 CPUs [ 0.306571] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.308658] devtmpfs: initialized [ 0.310713] evm: security.selinux [ 0.311747] evm: security.SMACK64 [ 0.312796] evm: security.SMACK64EXEC [ 0.313935] evm: security.SMACK64TRANSMUTE [ 0.315148] evm: security.SMACK64MMAP [ 0.316254] evm: security.ima [ 0.317205] evm: security.capability [ 0.318458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.321149] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.322897] pinctrl core: initialized pinctrl subsystem [ 0.324492] RTC time: 9:42:05, date: 08/23/18 [ 0.325884] NET: Registered protocol family 16 [ 0.327339] cpuidle: using governor ladder [ 0.328606] cpuidle: using governor menu [ 0.329795] PCCT header not found. [ 0.330931] ACPI: bus type PCI registered [ 0.332153] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.334048] PCI: Using configuration type 1 for base access [ 0.336462] ACPI: Added _OSI(Module Device) [ 0.337711] ACPI: Added _OSI(Processor Device) [ 0.339024] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.342778] ACPI: Interpreter enabled [ 0.343938] ACPI: (supports S0 S5) [ 0.345063] ACPI: Using IOAPIC for interrupt routing [ 0.346493] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350717] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.355111] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.357022] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.358861] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.362481] acpiphp: Slot [3] registered [ 0.363717] acpiphp: Slot [4] registered [ 0.364947] acpiphp: Slot [5] registered [ 0.366175] acpiphp: Slot [6] registered [ 0.381302] acpiphp: Slot [7] registered [ 0.382514] acpiphp: Slot [8] registered [ 0.383726] acpiphp: Slot [9] registered [ 0.384939] acpiphp: Slot [10] registered [ 0.386172] acpiphp: Slot [11] registered [ 0.387411] acpiphp: Slot [12] registered [ 0.388640] acpiphp: Slot [13] registered [ 0.389868] acpiphp: Slot [14] registered [ 0.391104] acpiphp: Slot [15] registered [ 0.392335] acpiphp: Slot [16] registered [ 0.393849] acpiphp: Slot [17] registered [ 0.395080] acpiphp: Slot [18] registered [ 0.396313] acpiphp: Slot [19] registered [ 0.397544] acpiphp: Slot [20] registered [ 0.398767] acpiphp: Slot [21] registered [ 0.399989] acpiphp: Slot [22] registered [ 0.401226] acpiphp: Slot [23] registered [ 0.402454] acpiphp: Slot [24] registered [ 0.403677] acpiphp: Slot [25] registered [ 0.404910] acpiphp: Slot [26] registered [ 0.406143] acpiphp: Slot [27] registered [ 0.407367] acpiphp: Slot [28] registered [ 0.408594] acpiphp: Slot [29] registered [ 0.409817] acpiphp: Slot [30] registered [ 0.411042] acpiphp: Slot [31] registered [ 0.412263] PCI host bridge to bus 0000:00 [ 0.413499] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.415343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.417192] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.419418] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.421617] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.423859] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.429378] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.431323] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.433110] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.435030] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.439126] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.441305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.464400] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.466537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.468867] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.470967] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.472990] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.474842] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.476970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.478610] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.481078] vgaarb: loaded [ 0.482000] vgaarb: bridge control possible 0000:00:02.0 [ 0.483970] SCSI subsystem initialized [ 0.485410] ACPI: bus type USB registered [ 0.486670] usbcore: registered new interface driver usbfs [ 0.488244] usbcore: registered new interface driver hub [ 0.489793] usbcore: registered new device driver usb [ 0.491482] PCI: Using ACPI for IRQ routing [ 0.493244] NetLabel: Initializing [ 0.494374] NetLabel: domain hash size = 128 [ 0.495713] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.497214] NetLabel: unlabeled traffic allowed by default [ 0.499005] amd_nb: Cannot enumerate AMD northbridges [ 0.500573] clocksource: Switched to clocksource kvm-clock [ 0.510432] AppArmor: AppArmor Filesystem Enabled [ 0.511846] pnp: PnP ACPI init [ 0.513205] pnp: PnP ACPI: found 5 devices [ 0.520209] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.522838] NET: Registered protocol family 2 [ 0.524423] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.526342] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.528120] TCP: Hash tables configured (established 4096 bind 4096) [ 0.529905] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.531546] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.533299] NET: Registered protocol family 1 [ 0.534630] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.536260] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.537888] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.554229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570798] Unpacking initramfs... [ 1.062275] Freeing initrd memory: 37084K [ 1.063904] Scanning for low memory corruption every 60 seconds [ 1.065953] audit: initializing netlink subsys (disabled) [ 1.067552] audit: type=2000 audit(1535017327.259:1): initialized [ 1.069590] Initialise system trusted keyring [ 1.071041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.072825] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.075743] zbud: loaded [ 1.076916] VFS: Disk quotas dquot_6.6.0 [ 1.078173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.082182] fuse init (API version 7.23) [ 1.083534] Key type big_key registered [ 1.084763] Allocating IMA MOK and blacklist keyrings. [ 1.086622] Key type asymmetric registered [ 1.087876] Asymmetric key parser 'x509' registered [ 1.089327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.091601] io scheduler noop registered [ 1.092812] io scheduler deadline registered (default) [ 1.094317] io scheduler cfq registered [ 1.095603] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097206] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099121] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.101345] ACPI: Power Button [PWRF] [ 1.102638] GHES: HEST is not enabled! [ 1.118482] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.151229] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.154264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.178114] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.181364] Linux agpgart interface v0.103 [ 1.184261] loop: module loaded [ 1.187595] vda: vda1 [ 1.189233] scsi host0: ata_piix [ 1.190329] scsi host1: ata_piix [ 1.191438] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.193280] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.195726] libphy: Fixed MDIO Bus: probed [ 1.196950] tun: Universal TUN/TAP device driver, 1.6 [ 1.198425] tun: (C) 1999-2004 Max Krasnyansky [ 1.201336] PPP generic driver version 2.4.2 [ 1.202681] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.204483] ehci-pci: EHCI PCI platform driver [ 1.205823] ehci-platform: EHCI generic platform driver [ 1.207622] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209591] ohci-pci: OHCI PCI platform driver [ 1.210920] ohci-platform: OHCI generic platform driver [ 1.212429] uhci_hcd: USB Universal Host Controller Interface driver [ 1.228716] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.230190] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.232302] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.233744] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.235388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.237141] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.239234] usb usb1: Product: UHCI Host Controller [ 1.240586] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.242234] usb usb1: SerialNumber: 0000:00:01.2 [ 1.243630] hub 1-0:1.0: USB hub found [ 1.244747] hub 1-0:1.0: 2 ports detected [ 1.246067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249105] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251967] mousedev: PS/2 mouse device common for all mice [ 1.253810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.256448] rtc_cmos 00:00: RTC can wake from S4 [ 1.258075] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.259765] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261478] i2c /dev entries driver [ 1.262587] device-mapper: uevent: version 1.0.3 [ 1.263951] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266308] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268231] NET: Registered protocol family 10 [ 1.269792] NET: Registered protocol family 17 [ 1.271075] Key type dns_resolver registered [ 1.272544] registered taskstats version 1 [ 1.273759] Loading compiled-in X.509 certificates [ 1.275637] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278277] zswap: loaded using pool lzo/zbud [ 1.280940] Key type trusted registered [ 1.284156] Key type encrypted registered [ 1.285329] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286793] ima: No TPM chip found, activating TPM-bypass! [ 1.288255] evm: HMAC attrs: 0x1 [ 1.289562] Magic number: 14:378:728 [ 1.290772] rtc_cmos 00:00: setting system clock to 2018-08-23 09:42:06 UTC (1535017326) [ 1.293083] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.294632] EDD information not available. [ 1.350286] Freeing unused kernel memory: 1512K [ 1.351561] Write protecting the kernel read-only data: 14336k [ 1.368499] Freeing unused kernel memory: 1692K [ 1.369960] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.380719] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.383153] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385880] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388459] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.390951] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.396601] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.402085] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405718] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408214] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.411505] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.468014] [drm] Initialized drm 1.1.0 20060810 [ 1.470388] virtio_net virtio0 ens3: renamed from eth0 [ 1.479655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.483538] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.509016] FDC 0 is a S82078B [ 1.519467] AVX2 version of gcm_enc/dec engaged. [ 1.520758] AES CTR mode by8 optimization enabled [ 1.556613] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.721526] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.726233] usb 1-1: Product: QEMU USB Tablet [ 1.727811] usb 1-1: Manufacturer: QEMU [ 1.729236] usb 1-1: SerialNumber: 42 [ 1.738090] hidraw: raw HID events driver (C) Jiri Kosina [ 1.745016] usbcore: registered new interface driver usbhid [ 1.746991] usbhid: USB HID core driver [ 1.749957] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.753885] 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 [ 2.060616] tsc: Refined TSC clocksource calibration: 3491.841 MHz [ 2.060618] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553504ebd, max_idle_ns: 440795203983 ns Begin: Loading essential drivers ... [ 2.120755] md: linear personality registered for level -1 [ 2.124213] md: multipath personality registered for level -4 [ 2.127784] md: raid0 personality registered for level 0 [ 2.131727] md: raid1 personality registered for level 1 [ 2.204583] raid6: sse2x1 gen() 11567 MB/s [ 2.272580] raid6: sse2x1 xor() 8832 MB/s [ 2.340587] raid6: sse2x2 gen() 14312 MB/s [ 2.408571] raid6: sse2x2 xor() 9862 MB/s [ 2.476569] raid6: sse2x4 gen() 17041 MB/s [ 2.544569] raid6: sse2x4 xor() 11727 MB/s [ 2.612581] raid6: avx2x1 gen() 22530 MB/s [ 2.680569] raid6: avx2x2 gen() 26287 MB/s [ 2.748570] raid6: avx2x4 gen() 29627 MB/s [ 2.753472] raid6: using algorithm avx2x4 gen() 29627 MB/s [ 2.754938] raid6: using avx2x2 recovery algorithm [ 2.759246] xor: automatically using best checksumming function: [ 2.800579] avx : 31491.000 MB/sec [ 2.803114] async_tx: api initialized (async) [ 2.813987] md: raid6 personality registered for level 6 [ 2.815447] md: raid5 personality registered for level 5 [ 2.816852] md: raid4 personality registered for level 4 [ 2.823271] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.856084] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.875937] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.985229] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.989832] systemd[1]: Detected virtualization kvm. [ 2.991173] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.994884] systemd[1]: Set hostname to . [ 2.997865] systemd[1]: Initializing machine ID from KVM UUID. [ 2.999468] systemd[1]: Installed transient /etc/machine-id file. [ 3.140995] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.144643] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.147698] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.150576] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.153920] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.156835] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.160959] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.163806] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.166948] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.171287] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.174294] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.176764] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.179369] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.182073] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.184847] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.187824] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.192970] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.197449] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.207520] Loading iSCSI transport class v2.0-870. [ 3.209234] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.215939] systemd[1]: Mounting Debug File System... [ 3.219855] iscsi: registered transport (tcp) Mounting Debug File System... [ 3.224270] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.230621] 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... [ 3.243194] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.247201] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.251417] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.256466] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.260890] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.268990] systemd[1]: Starting Journal Service... [ 3.272367] iscsi: registered transport (iser) Starting Journal Service... [ 3.277675] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.284879] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.292948] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.306269] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.310127] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.316301] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.322183] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.333175] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.343352] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.351087] systemd[1]: Started Nameserver information manager. [[0;32m OK [0m] Started Nameserver information manager. [ 3.359283] systemd[1]: Started Set console keymap. [[0;32m OK [0m] Started Set console keymap. [ 3.365254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.718478] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre).[ 5.241062] cloud-init[592]: Cloud-init v. 18.2 running 'init-local' at Thu, 23 Aug 2018 09:42:10 +0000. Up 5.09 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.372811] cloud-init[936]: Cloud-init v. 18.2 running 'init' at Thu, 23 Aug 2018 09:42:11 +0000. Up 6.18 seconds. [ 58.375478] cloud-init[936]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 58.382025] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.386805] cloud-init[936]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.392396] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.396130] cloud-init[936]: ci-info: | ens3 | True | 192.168.120.3 | 255.255.255.0 | . | fa:16:3e:24:0d:2a | [ 58.400160] cloud-init[936]: ci-info: | ens3 | True | fe80::f816:3eff:fe24:d2a/64 | . | link | fa:16:3e:24:0d:2a | [ 58.408203] cloud-init[936]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.416145] cloud-init[936]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.420121] cloud-init[936]: ci-info: +--------+------+-----------------------------+---------------+-------+-------------------+ [ 58.428118] cloud-init[936]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.432153] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.440128] cloud-init[936]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.442416] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.448385] cloud-init[936]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.450656] cloud-init[936]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.456378] cloud-init[936]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.460140] cloud-init[936]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.463243] cloud-init[936]: 2018-08-23 09:43:03,818 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.846296] cloud-init[936]: Generating public/private rsa key pair. [ 58.854325] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.860243] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.864133] cloud-init[936]: The key fingerprint is: [ 58.865583] cloud-init[936]: SHA256:vYKHHkIAl+6+PrY1z0QSYtpsNGD0zftXUlDtlOvhbCY root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.872171] cloud-init[936]: The key's randomart image is: [ 58.873599] cloud-init[936]: +---[RSA 2048]----+ [ 58.876140] cloud-init[936]: |+o.. .... . | [ 58.880158] cloud-init[936]: |.+o o . + | [ 58.881507] cloud-init[936]: | .*..o .o . | [ 58.884143] cloud-init[936]: | *.+ .. .. + | [ 58.888130] cloud-init[936]: |..+ o.. S...+ . | [ 58.889502] cloud-init[936]: | ... o.o oE * | [ 58.892155] cloud-init[936]: | . + =.o.. + | [ 58.896121] cloud-init[936]: | +. B o.. | [ 58.897461] cloud-init[936]: | o++ + | [ 58.900128] cloud-init[936]: +----[SHA256]-----+ [ 58.904141] cloud-init[936]: Generating public/private dsa key pair. [ 58.905710] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.912121] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.914015] cloud-init[936]: The key fingerprint is: [ 58.916129] cloud-init[936]: SHA256:81D2GfsJUiDmwNanFtgVu1S8c7jsgd32d4wD96FDsxk root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.923346] cloud-init[936]: The key's randomart image is: [ 58.924869] cloud-init[936]: +---[DSA 1024]----+ [ 58.926698] cloud-init[936]: | ..+o.+o. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[ 58.932084] cloud-init[936]: | +++..+. | [ 58.933081] cloud-init[936]: | . .+= oo | [ 58.934069] cloud-init[936]: | o+ +++. | [ 58.935037] cloud-init[936]: | .S o+== | [0;32m OK [0m] Reached target System Initialization. Starting Socket activation for snappy daemon. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 58.935997] cloud-init[936]: | +..*E+o | [ 58.942994] cloud-init[936]: | ...=O=.| Starting LXD - unix socket. [ 58.946129] cloud-init[936]: | .=o *| [[0;32m OK [0m] Started ACPI Events Check. [ 58.949068] cloud-init[936]: | ..o| [[0;32m OK [0m] Reached target Paths. [ 58.951508] cloud-init[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m[936]: +----[SHA256]-----+ [ 58.956796] cloud-init[936]: Generating public/private ecdsa key pair. [ 58.958024] cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.959520] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.961055] cloud-init[936]: The key fingerprint is: [ 58.962058] cloud-init[936]: SHA256:HnM6z1HV4T9/hndoXYjnRh3JLxn74cInTfOqs9hubbI root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 58.963978] ] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[936]: The key's randomart image is: [ 58.973032] cloud-init[936]: +---[ECDSA 256]---+ [ 58.974019] cloud-init[936]: | . | [ 58.974999] cloud-init[936]: | o.o| [ 58.975978] cloud-init[936]: | o=.| [[0;32m OK [0m] Listening on LXD - unix socket. [ 58.981840] cloud-init[936]: | o *+| [[0;32m OK [0m] Reached target Sockets. [ 58.988079] cloud-init[936]: | S . o B==| [[0;32m OK [0m] Reached target Basic System. [ 58.992227] cloud-init[936]: | . = ..++*B| [[0;32m OK [0m] Started iperf3 Service. [ 58.995175] cloud-init[936]: | + . =*+X| Starting LXD - container startup/shutdown... Starting Accounts Service... Starting LSB: MD monitoring daemon... [ 59.000650] cloud-init[936]: | + ++o*+o| [ 59.001605] cloud-init[936]: | +oEB. | [ 59.002593] cloud-init[936]: +----[SHA256]-----+ [ 59.003570] cloud-init[936]: Generating public/private ed25519 key pair. [ 59.005792] [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. cloud-init[936]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Starting System Logging Service... [[0;32m OK [0m] Started D-Bus System Message Bus. [ 59.041170] cloud-init[936]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.066408] cloud-init[936]: The key fingerprint is: [ 59.070578] cloud-init[936]: SHA256:t45fCtz8Didy3GIOntnCSypAGPks2B5kDK07lGvK3hM root@shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb [ 59.074560] cloud-init[936]: The key's randomart image is: [ 59.076669] cloud-init[936]: +--[ED25519 256]--+ [ 59.078441] cloud-init[936]: |.= | [ 59.080320] cloud-init[936]: |o = | Starting Apply the settings specified in cloud-config... Starting Login Service... Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started ACPI event daemon. Starting LSB: Record successful boot for GRUB... Starting Snappy daemon... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.083069] cloud-init[936]: |.X. | [ 59.165770] cloud-init[936]: |=o* | [ 59.187959] cloud-init[936]: [[0;32m OK [0m] Started LSB: MD monitoring daemon. |.=.. S . | [ 59.207821] cloud-init[936]: [[0;32m OK [0m] Started LXD - container startup/shutdown. |oooE . = o | [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 59.231705] cloud-init[936]: |+. .. .* @ + | [ 59.253131] cloud-init[936]: |..... +o& O | [ 59.260813] cloud-init[936]: |.. .... *+*.o | [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [ 59.272838] cloud-init[936]: +----[SHA256]-----+ [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.713254] cloud-init[1075]: Generating locales (this might take a while)... [ 60.387847] cloud-init[1075]: en_US.UTF-8... done [ 60.390186] cloud-init[1075]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting LSB: network benchmark... Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Serial Getty on ttyS0. Starting Set console scheme... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb ttyS0 shaker-vm-c04649b5-46f5-4e30-8d75-11c41d22b2bb login: 2018-08-23 09:43:33,580 - paramiko.transport - DEBUG - starting thread (client mode): 0xc78044d0L 2018-08-23 09:43:33,580 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 09:43:33,585 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-23 09:43:33,585 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-23 09:43:33,586 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 09:43:33,586 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 09:43:33,586 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 09:43:33,586 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 09:43:33,587 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 09:43:33,587 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 09:43:33,626 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 09:43:33,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 09:43:33,645 - paramiko.transport - DEBUG - Trying discovered key 346b5d9eb4e05652a8386845c948d1b2 in /tmp/tmpojqgfA 2018-08-23 09:43:33,663 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 09:43:33,672 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 09:43:33,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 09:43:33,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 09:43:33,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8487744f-1c03-470a-8d75-3d200dd9a1ee Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 09:43:33,689 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-8487744f-1c03-470a-8d75-3d200dd9a1ee 2018-08-23 09:43:33,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:33,828 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-23 09:43:33,828 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-23 09:43:33,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f3c58d-0aba-4ec0-8932-08f38e7014c2 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 09:43:33,865 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-65f3c58d-0aba-4ec0-8932-08f38e7014c2 2018-08-23 09:43:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.18482708931s 2018-08-23 09:43:33,865 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-65f3c58d-0aba-4ec0-8932-08f38e7014c2 2018-08-23 09:43:33,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 09:43:33,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:34,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aaf132b-72eb-4d07-b8d8-2ce76fd9fad7 Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 09:43:34,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-2aaf132b-72eb-4d07-b8d8-2ce76fd9fad7 2018-08-23 09:43:34,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.189478874207s 2018-08-23 09:43:34,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-2aaf132b-72eb-4d07-b8d8-2ce76fd9fad7 2018-08-23 09:43:34,071 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.21:5000 2018-08-23 09:43:34,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:43:34,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:34,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f270da7d-ac89-485f-bfdf-61f822b28f7e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:43:34,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f270da7d-ac89-485f-bfdf-61f822b28f7e 2018-08-23 09:43:34,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18088388443s 2018-08-23 09:43:34,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f270da7d-ac89-485f-bfdf-61f822b28f7e 2018-08-23 09:43:34,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:43:34,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:34,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218be8a1-3e1b-457a-969c-e1de4a37b503 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:43:34,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-218be8a1-3e1b-457a-969c-e1de4a37b503 2018-08-23 09:43:34,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177778959274s 2018-08-23 09:43:34,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-218be8a1-3e1b-457a-969c-e1de4a37b503 2018-08-23 09:43:34,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:43:34,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:34,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f704e027-fbc1-4340-bd36-a1eff2722ef7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 09:43:34,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f704e027-fbc1-4340-bd36-a1eff2722ef7 2018-08-23 09:43:34,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190979003906s 2018-08-23 09:43:34,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f704e027-fbc1-4340-bd36-a1eff2722ef7 2018-08-23 09:43:34,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:43:34,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:34,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08999344-e110-4c55-ba37-b0ec2b8eda9d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:43:34,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-08999344-e110-4c55-ba37-b0ec2b8eda9d 2018-08-23 09:43:34,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227618932724s 2018-08-23 09:43:34,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-08999344-e110-4c55-ba37-b0ec2b8eda9d 2018-08-23 09:43:34,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:43:34,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:35,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc5051e-da60-4360-9404-d94bfa7a1530 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28"}, "tags": [], "enabled": true, "id": "d036b518b180432292ddbfcc8e322e28", "parent_id": "default", "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 09:43:35,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ffc5051e-da60-4360-9404-d94bfa7a1530 2018-08-23 09:43:35,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.294135093689s 2018-08-23 09:43:35,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ffc5051e-da60-4360-9404-d94bfa7a1530 2018-08-23 09:43:35,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 09:43:35,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=d036b518b180432292ddbfcc8e322e28" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:35,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0e0a01-159e-4c6e-84dd-9d3b76437527 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=d036b518b180432292ddbfcc8e322e28", "previous": null, "next": null}} 2018-08-23 09:43:35,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-ee0e0a01-159e-4c6e-84dd-9d3b76437527 2018-08-23 09:43:35,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195724010468s 2018-08-23 09:43:35,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=8c7831c4a8f34c87b670447935b80819&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-ee0e0a01-159e-4c6e-84dd-9d3b76437527 2018-08-23 09:43:35,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 09:43:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/8c7831c4a8f34c87b670447935b80819 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:35,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2370689-c899-4264-8b06-686219fc6d7d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:43:35,611 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/8c7831c4a8f34c87b670447935b80819 used request id req-f2370689-c899-4264-8b06-686219fc6d7d 2018-08-23 09:43:35,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.234892129898s 2018-08-23 09:43:35,612 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/8c7831c4a8f34c87b670447935b80819 used request id req-f2370689-c899-4264-8b06-686219fc6d7d 2018-08-23 09:43:35,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:43:35,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:35,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8834a625-d6ba-4c40-a183-6d7e426defc6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:43:35,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8834a625-d6ba-4c40-a183-6d7e426defc6 2018-08-23 09:43:35,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185000896454s 2018-08-23 09:43:35,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8834a625-d6ba-4c40-a183-6d7e426defc6 2018-08-23 09:43:35,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-23 09:43:35,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-23 09:43:35,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9c54061-650d-419e-9a93-75a9f7ef282e Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa736b5e7e974e979c14128dc3ab1703", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703"}, "name": "heat_stack_owner"}} 2018-08-23 09:43:35,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c9c54061-650d-419e-9a93-75a9f7ef282e 2018-08-23 09:43:35,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.122127056122s 2018-08-23 09:43:35,928 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c9c54061-650d-419e-9a93-75a9f7ef282e 2018-08-23 09:43:35,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 09:43:35,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cfbf417-8a6b-452a-a52a-d53633dca9e2 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fa736b5e7e974e979c14128dc3ab1703", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 09:43:36,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1cfbf417-8a6b-452a-a52a-d53633dca9e2 2018-08-23 09:43:36,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105772972107s 2018-08-23 09:43:36,038 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1cfbf417-8a6b-452a-a52a-d53633dca9e2 2018-08-23 09:43:36,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 09:43:36,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ad80b1-f9fc-464f-838f-129f2da40db7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 09:43:36,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-02ad80b1-f9fc-464f-838f-129f2da40db7 2018-08-23 09:43:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188216209412s 2018-08-23 09:43:36,231 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-02ad80b1-f9fc-464f-838f-129f2da40db7 2018-08-23 09:43:36,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 09:43:36,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8325421e-adb2-4019-a2c5-3164dd18628f Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 09:43:36,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8325421e-adb2-4019-a2c5-3164dd18628f 2018-08-23 09:43:36,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206774950027s 2018-08-23 09:43:36,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8325421e-adb2-4019-a2c5-3164dd18628f 2018-08-23 09:43:36,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 09:43:36,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e01086c-8e2f-43f2-b5fc-5d702ad2d78c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28"}, "tags": [], "enabled": true, "id": "d036b518b180432292ddbfcc8e322e28", "parent_id": "default", "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 09:43:36,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9e01086c-8e2f-43f2-b5fc-5d702ad2d78c 2018-08-23 09:43:36,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11487197876s 2018-08-23 09:43:36,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9e01086c-8e2f-43f2-b5fc-5d702ad2d78c 2018-08-23 09:43:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 09:43:36,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fa736b5e7e974e979c14128dc3ab1703&scope.project.id=d036b518b180432292ddbfcc8e322e28" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 09:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e182109a-af7d-4189-a5ac-84e44b55610e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fa736b5e7e974e979c14128dc3ab1703&scope.project.id=d036b518b180432292ddbfcc8e322e28", "previous": null, "next": null}} 2018-08-23 09:43:36,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fa736b5e7e974e979c14128dc3ab1703&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-e182109a-af7d-4189-a5ac-84e44b55610e 2018-08-23 09:43:36,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101724863052s 2018-08-23 09:43:36,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=27a85f6c17754898bce73a04e0acaaf4&role.id=fa736b5e7e974e979c14128dc3ab1703&scope.project.id=d036b518b180432292ddbfcc8e322e28 used request id req-e182109a-af7d-4189-a5ac-84e44b55610e 2018-08-23 09:43:36,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 09:43:36,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fa736b5e7e974e979c14128dc3ab1703 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da26f91863969b51cf0244feb5990068812e1456" 2018-08-23 09:43:36,822 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 09:43:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a7fe8d5-e5d2-4dc2-aef4-47fd02ebd2e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 09:43:36,822 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fa736b5e7e974e979c14128dc3ab1703 used request id req-9a7fe8d5-e5d2-4dc2-aef4-47fd02ebd2e7 2018-08-23 09:43:36,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145410060883s 2018-08-23 09:43:36,823 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28/users/27a85f6c17754898bce73a04e0acaaf4/roles/fa736b5e7e974e979c14128dc3ab1703 used request id req-9a7fe8d5-e5d2-4dc2-aef4-47fd02ebd2e7 2018-08-23 09:43:36,823 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 09:43:36,825 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-23 09:43:36,825 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 09:43:36,830 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 09:43:36,903 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 09:43:36,904 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-23 09:43:36,905 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 09:43:36,943 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-23 09:43:36,943 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-23 09:43:36,970 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-23 10:43:37,063 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-23 10:43:37,064 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=d036b518b180432292ddbfcc8e322e28 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 43160 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.3 PWD=/home/ubuntu OS_PASSWORD=4846a2cf-5767-4e76-b731-51e24910e25e LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.21:5000 SDN_CONTROLLER_PASSWORD=NmzFJzYGECkPLjnTLDsldfHcu OS_USERNAME=shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.21,192.30.9.3 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 43160 192.168.120.3 22 OS_VOLUME_API_VERSION=3.52 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-08-23 09:43:36.870 1377 INFO shaker.engine.utils [-] Logging enabled 2018-08-23 09:43:36.872 1377 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-23 09:43:36.875 1377 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-23 09:43:36.882 1385 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-23 09:43:36.883 1385 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.200:9000 2018-08-23 09:43:36.884 1385 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-23 09:43:36.894 1377 INFO pykwalify.core [-] validation.valid 2018-08-23 09:43:44.510 1377 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-23 09:43:48.544 1377 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'4d505783-1f07-463c-8f61-72027734a9c6', u'links': [{u'href': u'http://172.30.9.21:8004/v1/d036b518b180432292ddbfcc8e322e28/stacks/shaker_ofpmie/4d505783-1f07-463c-8f61-72027734a9c6', u'rel': u'self'}]} 2018-08-23 09:47:32.409 1377 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_ofpmie_master_0', 'shaker_ofpmie_slave_0']) 2018-08-23 09:47:41.659 1377 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-23 09:49:11.070 1377 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-23 09:50:40.346 1377 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-23 09:52:09.629 1377 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-23 09:52:09.631 1377 INFO shaker.engine.server [-] Execution is done 2018-08-23 09:52:11.128 1377 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-23 10:43:37,065 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-23 10:43:37,065 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-23 10:43:37,067 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-23 10:43:37,104 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-23 10:43:37,104 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-23 10:43:37,133 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-23 10:43:37,138 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-23 10:43:37,138 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-23 10:43:37,141 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-23 10:43:37,286 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 10:43:37,286 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-23 10:43:37,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:43:37,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "fa736b5e7e974e979c14128dc3ab1703", "name": "heat_stack_owner"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d036b518b180432292ddbfcc8e322e28", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/d036b518b180432292ddbfcc8e322e28", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "id": "27a85f6c17754898bce73a04e0acaaf4"}, "audit_ids": ["3plFhz99SMGrnL6icJ0NjQ"], "issued_at": "2018-08-23T10:43:37.000000Z"}} 2018-08-23 10:43:37,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 10:43:37,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/81a73e03-0332-4298-a246-14eaa0dd1851.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:38,971 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7f2314b-77c9-47a1-9c65-c8c6dedd9522 Content-Length: 0 Date: Thu, 23 Aug 2018 10:43:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:43:38,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/81a73e03-0332-4298-a246-14eaa0dd1851.json used request id req-b7f2314b-77c9-47a1-9c65-c8c6dedd9522 2018-08-23 10:43:38,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.27684187889s 2018-08-23 10:43:38,972 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/81a73e03-0332-4298-a246-14eaa0dd1851.json used request id req-b7f2314b-77c9-47a1-9c65-c8c6dedd9522 2018-08-23 10:43:38,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:43:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:39,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-20eca83c-6ea5-43d6-b9a7-bfa6f5deaceb Date: Thu, 23 Aug 2018 10:43:39 GMT RESP BODY: {"floatingips": []} 2018-08-23 10:43:39,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-20eca83c-6ea5-43d6-b9a7-bfa6f5deaceb 2018-08-23 10:43:39,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0495171546936s 2018-08-23 10:43:39,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-20eca83c-6ea5-43d6-b9a7-bfa6f5deaceb 2018-08-23 10:43:39,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 10:43:39,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:39,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-786696f3-1d48-4e6f-a93c-6fcadc32f6ca x-compute-request-id: req-786696f3-1d48-4e6f-a93c-6fcadc32f6ca Content-Type: application/json 2018-08-23 10:43:39,520 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-786696f3-1d48-4e6f-a93c-6fcadc32f6ca 2018-08-23 10:43:39,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.492885828018s 2018-08-23 10:43:39,521 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323 used request id req-786696f3-1d48-4e6f-a93c-6fcadc32f6ca 2018-08-23 10:43:39,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:43:39,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:40,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-56a585d5-c420-4d28-9247-d703eac00236 x-compute-request-id: req-56a585d5-c420-4d28-9247-d703eac00236 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:0d:2a", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:0d:2a", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59ab6cdb-258c-47fb-b59d-250277c4d323", "rel": "bookmark"}], "image": {"id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "links": [{"href": "http://172.30.9.21:8774/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000002d", "OS-SRV-USG:launched_at": "2018-08-23T09:42:05.000000", "flavor": {"id": "839b5cea-4bb3-42f2-8561-7c33603a0e10", "links": [{"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}]}, "id": "59ab6cdb-258c-47fb-b59d-250277c4d323", "security_groups": [{"name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}], "user_id": "27a85f6c17754898bce73a04e0acaaf4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T10:43:39Z", "hostId": "eb1e5ddd1d75271ef53f6a6d4eab01ec22156d26d576990bbeea6033", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "created": "2018-08-23T09:38:45Z", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:43:40,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56a585d5-c420-4d28-9247-d703eac00236 2018-08-23 10:43:40,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18751502037s 2018-08-23 10:43:40,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56a585d5-c420-4d28-9247-d703eac00236 2018-08-23 10:43:40,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:43:42,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:43:42,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:42,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-a909be1e-f866-4ec6-b49a-6d6f47f8db41 x-compute-request-id: req-a909be1e-f866-4ec6-b49a-6d6f47f8db41 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 10:43:42,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a909be1e-f866-4ec6-b49a-6d6f47f8db41 2018-08-23 10:43:42,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0682170391083s 2018-08-23 10:43:42,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a909be1e-f866-4ec6-b49a-6d6f47f8db41 2018-08-23 10:43:42,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:43:42,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:42,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48439 X-Openstack-Request-Id: req-29a20b00-c641-4999-b2e5-ac87aacc43a5 Date: Thu, 23 Aug 2018 10:43:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3ffe01529a2417da6d3a4d79b51f78e", "created_at": "2018-08-23T08:28:56Z", "updated_at": "2018-08-23T08:28:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:56Z", "revision_number": 0, "id": "0b21a520-d0c5-4908-bf3f-ab9a75a730d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:56Z", "security_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "tenant_id": "b3ffe01529a2417da6d3a4d79b51f78e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3ffe01529a2417da6d3a4d79b51f78e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:56Z", "revision_number": 0, "id": "0bd30845-79fc-4612-b21a-3bc382984f33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:56Z", "security_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "tenant_id": "b3ffe01529a2417da6d3a4d79b51f78e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3ffe01529a2417da6d3a4d79b51f78e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:56Z", "revision_number": 0, "id": "78841ac9-2306-4387-bbcf-ac5ef17d4664", "remote_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:56Z", "security_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "tenant_id": "b3ffe01529a2417da6d3a4d79b51f78e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3ffe01529a2417da6d3a4d79b51f78e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:56Z", "revision_number": 0, "id": "e6a8f559-ed8a-4faa-88d4-c32601d98cf5", "remote_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:56Z", "security_group_id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "tenant_id": "b3ffe01529a2417da6d3a4d79b51f78e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3ffe01529a2417da6d3a4d79b51f78e"}], "revision_number": 1, "project_id": "b3ffe01529a2417da6d3a4d79b51f78e", "id": "0686bfdd-dcc4-40a0-8c0d-fed0fa738b71", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4a1c42fd82c940a68d581de871aedbac", "created_at": "2018-08-23T08:29:07Z", "updated_at": "2018-08-23T08:29:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:07Z", "revision_number": 0, "id": "2ce26635-f76b-47ea-ac8a-a60b3540ba96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:07Z", "security_group_id": "100ce632-3662-484e-bd24-145215ef874c", "tenant_id": "4a1c42fd82c940a68d581de871aedbac", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a1c42fd82c940a68d581de871aedbac"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:07Z", "revision_number": 0, "id": "958960a8-f485-487c-82ca-d3708a389de3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:07Z", "security_group_id": "100ce632-3662-484e-bd24-145215ef874c", "tenant_id": "4a1c42fd82c940a68d581de871aedbac", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a1c42fd82c940a68d581de871aedbac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:07Z", "revision_number": 0, "id": "d008308c-6035-4000-b996-1c669d469d55", "remote_group_id": "100ce632-3662-484e-bd24-145215ef874c", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:07Z", "security_group_id": "100ce632-3662-484e-bd24-145215ef874c", "tenant_id": "4a1c42fd82c940a68d581de871aedbac", "port_range_min": null, "ethertype": "IPv6", "project_id": "4a1c42fd82c940a68d581de871aedbac"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:07Z", "revision_number": 0, "id": "e7455e72-b7d2-43b8-9b02-21aaf345133c", "remote_group_id": "100ce632-3662-484e-bd24-145215ef874c", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:07Z", "security_group_id": "100ce632-3662-484e-bd24-145215ef874c", "tenant_id": "4a1c42fd82c940a68d581de871aedbac", "port_range_min": null, "ethertype": "IPv4", "project_id": "4a1c42fd82c940a68d581de871aedbac"}], "revision_number": 1, "project_id": "4a1c42fd82c940a68d581de871aedbac", "id": "100ce632-3662-484e-bd24-145215ef874c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-23T08:15:34Z", "updated_at": "2018-08-23T08:15:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "36aca9e5-34dd-4e4b-8aaf-6ad4e2b4176d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "4072f952-71fc-4c70-8439-6717ccd47453", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "620312e7-7b89-4576-9d59-6de035cd031d", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:34Z", "revision_number": 0, "id": "6cf92d95-18ee-48e8-9bb9-b6457b56569e", "remote_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:34Z", "security_group_id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2c8385f3-9a9d-4fce-b31c-325dfabe6859", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fc87dfd15688480882ed8153f517aed3", "created_at": "2018-08-23T08:16:21Z", "updated_at": "2018-08-23T08:16:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "0e0853aa-bcd2-422e-b0d9-e58165a72fd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "66c6f914-435b-48ab-9a7e-f102cc3b89e2", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "c0a474fa-e436-493c-b730-d543c4652dd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc87dfd15688480882ed8153f517aed3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:16:21Z", "revision_number": 0, "id": "d392b396-22db-41a8-aeb8-d00b1e1f4fdd", "remote_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "remote_ip_prefix": null, "created_at": "2018-08-23T08:16:21Z", "security_group_id": "2ed386c5-a618-454d-97a0-fd79de961101", "tenant_id": "fc87dfd15688480882ed8153f517aed3", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc87dfd15688480882ed8153f517aed3"}], "revision_number": 1, "project_id": "fc87dfd15688480882ed8153f517aed3", "id": "2ed386c5-a618-454d-97a0-fd79de961101", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "created_at": "2018-08-23T08:19:13Z", "updated_at": "2018-08-23T08:19:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:19:13Z", "revision_number": 0, "id": "3d71c1a5-66ed-4b4b-82ca-254bb2ab876a", "remote_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "remote_ip_prefix": null, "created_at": "2018-08-23T08:19:13Z", "security_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:19:13Z", "revision_number": 0, "id": "443f8a84-70a0-4d18-ab91-e3392583d5cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:19:13Z", "security_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:19:13Z", "revision_number": 0, "id": "820fb6d3-4ed3-448c-b06e-093b6dedf7fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:19:13Z", "security_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "port_range_min": null, "ethertype": "IPv4", "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:19:13Z", "revision_number": 0, "id": "a0c3e570-dfca-4075-94fa-4d637745815b", "remote_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "remote_ip_prefix": null, "created_at": "2018-08-23T08:19:13Z", "security_group_id": "3addfbce-4d0e-4e92-a233-8613583016fa", "tenant_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "port_range_min": null, "ethertype": "IPv6", "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f"}], "revision_number": 1, "project_id": "0716778dcc8f4b8cac86b67d2eff7d4f", "id": "3addfbce-4d0e-4e92-a233-8613583016fa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "created_at": "2018-08-23T08:13:14Z", "updated_at": "2018-08-23T08:13:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "1b25301b-aa5a-46b2-947b-a428db2e5327", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "3cba140e-5c37-45c8-b8bd-084b37af7f6d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv6", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "45808a68-7194-4fc6-84a5-01145e9421a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:13:14Z", "revision_number": 0, "id": "4f3b6692-cca6-41fe-a027-17d1823ef14c", "remote_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "remote_ip_prefix": null, "created_at": "2018-08-23T08:13:14Z", "security_group_id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "tenant_id": "2daa17a30fbe437e8108d2263e27e868", "port_range_min": null, "ethertype": "IPv4", "project_id": "2daa17a30fbe437e8108d2263e27e868"}], "revision_number": 1, "project_id": "2daa17a30fbe437e8108d2263e27e868", "id": "5f393080-1bee-4b6f-abbd-d3eca4b7a655", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "created_at": "2018-08-23T08:40:15Z", "updated_at": "2018-08-23T08:40:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:40:15Z", "revision_number": 0, "id": "06f61f5d-fd2d-4f01-9947-d1e830d575a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:40:15Z", "security_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a34ab82b2a0f4c959194f45a2b14634a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:40:15Z", "revision_number": 0, "id": "525eda2f-9dda-4103-be5b-7edd7995c244", "remote_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "remote_ip_prefix": null, "created_at": "2018-08-23T08:40:15Z", "security_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a34ab82b2a0f4c959194f45a2b14634a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:40:15Z", "revision_number": 0, "id": "c7106333-0655-4492-b1a4-a093e8b36587", "remote_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "remote_ip_prefix": null, "created_at": "2018-08-23T08:40:15Z", "security_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a34ab82b2a0f4c959194f45a2b14634a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:40:15Z", "revision_number": 0, "id": "c841d7d3-47fa-475e-bfb2-b089dc9b495e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:40:15Z", "security_group_id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "tenant_id": "a34ab82b2a0f4c959194f45a2b14634a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a34ab82b2a0f4c959194f45a2b14634a"}], "revision_number": 1, "project_id": "a34ab82b2a0f4c959194f45a2b14634a", "id": "6f4b1b48-7155-4f58-b485-d167ec5a5259", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "51ed6c540d4543309470e81f9688f738", "created_at": "2018-08-23T09:13:43Z", "updated_at": "2018-08-23T09:13:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:13:43Z", "revision_number": 0, "id": "011a39a6-b2fe-4395-b26a-348ea5181e45", "remote_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "remote_ip_prefix": null, "created_at": "2018-08-23T09:13:43Z", "security_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "tenant_id": "51ed6c540d4543309470e81f9688f738", "port_range_min": null, "ethertype": "IPv6", "project_id": "51ed6c540d4543309470e81f9688f738"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:13:43Z", "revision_number": 0, "id": "2040e924-8cf2-4e48-a3fd-c2908605c878", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:13:43Z", "security_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "tenant_id": "51ed6c540d4543309470e81f9688f738", "port_range_min": null, "ethertype": "IPv6", "project_id": "51ed6c540d4543309470e81f9688f738"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:13:43Z", "revision_number": 0, "id": "d19c1169-5757-4ac1-a4fb-0f0b4a6a8fdf", "remote_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "remote_ip_prefix": null, "created_at": "2018-08-23T09:13:43Z", "security_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "tenant_id": "51ed6c540d4543309470e81f9688f738", "port_range_min": null, "ethertype": "IPv4", "project_id": "51ed6c540d4543309470e81f9688f738"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:13:43Z", "revision_number": 0, "id": "df664f31-3371-42bb-af9d-d992e3b2a79b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:13:43Z", "security_group_id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "tenant_id": "51ed6c540d4543309470e81f9688f738", "port_range_min": null, "ethertype": "IPv4", "project_id": "51ed6c540d4543309470e81f9688f738"}], "revision_number": 1, "project_id": "51ed6c540d4543309470e81f9688f738", "id": "6fb645e4-e3f5-450c-abda-01a55c5b57b7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bb57e119545f4d63b2720cfcc74b3df3", "created_at": "2018-08-23T08:29:10Z", "updated_at": "2018-08-23T08:29:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:10Z", "revision_number": 0, "id": "0f3c6dfa-9918-4ab0-9239-d5669995c184", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:10Z", "security_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "tenant_id": "bb57e119545f4d63b2720cfcc74b3df3", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb57e119545f4d63b2720cfcc74b3df3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:10Z", "revision_number": 0, "id": "3ccb1b2d-1b3c-43a4-974e-6f820d627253", "remote_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:10Z", "security_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "tenant_id": "bb57e119545f4d63b2720cfcc74b3df3", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb57e119545f4d63b2720cfcc74b3df3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:10Z", "revision_number": 0, "id": "95d6118f-318d-4858-b569-c9ac57f9086a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:10Z", "security_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "tenant_id": "bb57e119545f4d63b2720cfcc74b3df3", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb57e119545f4d63b2720cfcc74b3df3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:10Z", "revision_number": 0, "id": "d2757676-94db-4d16-b109-6dfc9310a53c", "remote_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:10Z", "security_group_id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "tenant_id": "bb57e119545f4d63b2720cfcc74b3df3", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb57e119545f4d63b2720cfcc74b3df3"}], "revision_number": 1, "project_id": "bb57e119545f4d63b2720cfcc74b3df3", "id": "9912585b-cdaa-4685-bcf1-3dfb29f9dec2", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:42Z", "updated_at": "2018-08-23T09:38:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "16634fe5-c464-4a19-9d2f-e4e9c966483c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "338fe64b-7d1d-41ec-8c48-54aaa041a1e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "3de78895-0606-4aae-a983-889985014f13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:42Z", "revision_number": 0, "id": "4cc17661-0e90-4d13-b7cf-e436d261c07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:42Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-23T09:38:43Z", "revision_number": 0, "id": "fea5cda7-df5e-4b11-bcc5-7ab8b7328e1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:43Z", "security_group_id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 4, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "b0665518-bb50-4d4d-a9d4-a7c9dc599e9e", "name": "shaker-sg_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}, {"description": "Default security group", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:23Z", "updated_at": "2018-08-23T09:38:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "45a469ca-652a-4336-a8cd-418760e14f9e", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "56e3771e-78e5-4c23-a5c7-ac12d8d0ace2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv4", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "cb212086-0671-4860-a070-9eb0bc179dd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T09:38:23Z", "revision_number": 0, "id": "fbc702ce-36d7-4b86-b3b8-60863b590bb3", "remote_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "remote_ip_prefix": null, "created_at": "2018-08-23T09:38:23Z", "security_group_id": "be6b1bc9-21c6-4091-9166-002c11506256", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "port_range_min": null, "ethertype": "IPv6", "project_id": "d036b518b180432292ddbfcc8e322e28"}], "revision_number": 1, "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "be6b1bc9-21c6-4091-9166-002c11506256", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T08:15:32Z", "updated_at": "2018-08-23T08:15:32Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "088fd9b5-dc2a-4864-887a-63a9272574d3", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "87ceef62-2cb2-443c-9f5c-d92b6fb2d1de", "remote_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "cf751435-c6b4-4d07-bf99-110ef90c7056", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:32Z", "revision_number": 0, "id": "dd02feea-921a-496a-843f-447076a2373a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:32Z", "security_group_id": "c6ed8eaa-3049-4753-8a51-e09682087127", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "75a5557001334edf9fd80cd1c711e2ec"}], "revision_number": 1, "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "c6ed8eaa-3049-4753-8a51-e09682087127", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "created_at": "2018-08-23T08:15:47Z", "updated_at": "2018-08-23T08:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "007e4434-3385-4c18-ac91-b07cefa9c576", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "0a599e94-9149-4c14-8012-139ea620898a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "be1ec3da-7501-477b-9c72-aabc20a29a57", "remote_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:15:47Z", "revision_number": 0, "id": "ddca282a-4d26-4d54-93e1-07c8536d760c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:15:47Z", "security_group_id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "tenant_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae"}], "revision_number": 1, "project_id": "b5d7e7b9b9724cf4ab1ca4e02bda50ae", "id": "d0f17927-3031-4450-a164-7a3ac7d9892d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00f73a7989c94fcaac124aa7ad18632c", "created_at": "2018-08-23T08:28:58Z", "updated_at": "2018-08-23T08:28:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:58Z", "revision_number": 0, "id": "0721ab0c-f92a-49bb-bf59-98f92bc27082", "remote_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:58Z", "security_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "tenant_id": "00f73a7989c94fcaac124aa7ad18632c", "port_range_min": null, "ethertype": "IPv4", "project_id": "00f73a7989c94fcaac124aa7ad18632c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:58Z", "revision_number": 0, "id": "318e1e67-1db4-4a17-9caa-c65c6ac2c17d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:58Z", "security_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "tenant_id": "00f73a7989c94fcaac124aa7ad18632c", "port_range_min": null, "ethertype": "IPv4", "project_id": "00f73a7989c94fcaac124aa7ad18632c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:58Z", "revision_number": 0, "id": "8c6813da-bd33-4de4-a822-b2a40d325875", "remote_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:58Z", "security_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "tenant_id": "00f73a7989c94fcaac124aa7ad18632c", "port_range_min": null, "ethertype": "IPv6", "project_id": "00f73a7989c94fcaac124aa7ad18632c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:58Z", "revision_number": 0, "id": "e989de81-ef14-406c-b056-28bc3efe88ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:58Z", "security_group_id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "tenant_id": "00f73a7989c94fcaac124aa7ad18632c", "port_range_min": null, "ethertype": "IPv6", "project_id": "00f73a7989c94fcaac124aa7ad18632c"}], "revision_number": 1, "project_id": "00f73a7989c94fcaac124aa7ad18632c", "id": "dfebcdd8-8af2-401d-9ac6-8a160241d263", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7bb7c1a290d14658adb58f12eb4d0198", "created_at": "2018-08-23T08:28:44Z", "updated_at": "2018-08-23T08:28:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:44Z", "revision_number": 0, "id": "07dd62b7-acba-4753-b7b2-4638c9976789", "remote_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:44Z", "security_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "tenant_id": "7bb7c1a290d14658adb58f12eb4d0198", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bb7c1a290d14658adb58f12eb4d0198"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:44Z", "revision_number": 0, "id": "51a079c5-d9bb-4821-a3a0-932792ba91bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:44Z", "security_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "tenant_id": "7bb7c1a290d14658adb58f12eb4d0198", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bb7c1a290d14658adb58f12eb4d0198"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:44Z", "revision_number": 0, "id": "6112cd4c-7e78-4a50-aa49-22cd2cfea324", "remote_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:44Z", "security_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "tenant_id": "7bb7c1a290d14658adb58f12eb4d0198", "port_range_min": null, "ethertype": "IPv4", "project_id": "7bb7c1a290d14658adb58f12eb4d0198"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:28:44Z", "revision_number": 0, "id": "84491c72-035b-42e4-97df-f1b196ced0c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:28:44Z", "security_group_id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "tenant_id": "7bb7c1a290d14658adb58f12eb4d0198", "port_range_min": null, "ethertype": "IPv6", "project_id": "7bb7c1a290d14658adb58f12eb4d0198"}], "revision_number": 1, "project_id": "7bb7c1a290d14658adb58f12eb4d0198", "id": "e274cb05-9170-48f6-aa4f-346960c0aaeb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "created_at": "2018-08-23T08:18:08Z", "updated_at": "2018-08-23T08:18:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "97118489-e4a4-4b30-a0ce-4ae5b4ae94ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "a3b730c5-0315-4741-8476-3096cef2b1b0", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv6", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "d31dd989-9e71-4125-b1f8-17b9b6a5b298", "remote_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:18:08Z", "revision_number": 0, "id": "e0f8a7c5-0a08-4e47-bd31-73202f763863", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:18:08Z", "security_group_id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "tenant_id": "274b5a0ef62447edbccfa4f11e05713a", "port_range_min": null, "ethertype": "IPv4", "project_id": "274b5a0ef62447edbccfa4f11e05713a"}], "revision_number": 1, "project_id": "274b5a0ef62447edbccfa4f11e05713a", "id": "e411d78a-6b8c-472b-9db3-07d505bae4c5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2788a18c8aa04e5b89fb333f7e201211", "created_at": "2018-08-23T08:29:08Z", "updated_at": "2018-08-23T08:29:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:08Z", "revision_number": 0, "id": "3d97894d-3eff-47fe-9a50-a275445518f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:08Z", "security_group_id": "e505597c-838b-4327-8e67-94f18d772208", "tenant_id": "2788a18c8aa04e5b89fb333f7e201211", "port_range_min": null, "ethertype": "IPv6", "project_id": "2788a18c8aa04e5b89fb333f7e201211"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:08Z", "revision_number": 0, "id": "4a2a371a-fc56-4595-a934-e52de15a195e", "remote_group_id": "e505597c-838b-4327-8e67-94f18d772208", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:08Z", "security_group_id": "e505597c-838b-4327-8e67-94f18d772208", "tenant_id": "2788a18c8aa04e5b89fb333f7e201211", "port_range_min": null, "ethertype": "IPv4", "project_id": "2788a18c8aa04e5b89fb333f7e201211"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:08Z", "revision_number": 0, "id": "5b829eed-48f8-4d2a-8fcd-b35fa7e7f565", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:08Z", "security_group_id": "e505597c-838b-4327-8e67-94f18d772208", "tenant_id": "2788a18c8aa04e5b89fb333f7e201211", "port_range_min": null, "ethertype": "IPv4", "project_id": "2788a18c8aa04e5b89fb333f7e201211"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:08Z", "revision_number": 0, "id": "bc10c7cc-4492-4435-a474-d0e4e36bb096", "remote_group_id": "e505597c-838b-4327-8e67-94f18d772208", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:08Z", "security_group_id": "e505597c-838b-4327-8e67-94f18d772208", "tenant_id": "2788a18c8aa04e5b89fb333f7e201211", "port_range_min": null, "ethertype": "IPv6", "project_id": "2788a18c8aa04e5b89fb333f7e201211"}], "revision_number": 1, "project_id": "2788a18c8aa04e5b89fb333f7e201211", "id": "e505597c-838b-4327-8e67-94f18d772208", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "created_at": "2018-08-23T08:17:28Z", "updated_at": "2018-08-23T08:17:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "574a61a1-af1b-45be-9818-0d95118cafcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "a003a985-4ba2-4ba5-a1b1-0c8b86d042d7", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv4", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "bdcd3b6e-dcf0-45c1-aa46-c675dafc39a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:17:28Z", "revision_number": 0, "id": "dc5ac605-334d-4ff0-b7d8-27849693881d", "remote_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "remote_ip_prefix": null, "created_at": "2018-08-23T08:17:28Z", "security_group_id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "tenant_id": "935b2a117dd0423385aaa1e07abcbbfc", "port_range_min": null, "ethertype": "IPv6", "project_id": "935b2a117dd0423385aaa1e07abcbbfc"}], "revision_number": 1, "project_id": "935b2a117dd0423385aaa1e07abcbbfc", "id": "e8604f82-84c0-45b1-9a78-5acd4733ab46", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "acfe43750342409890cb2c4b15371380", "created_at": "2018-08-23T08:20:02Z", "updated_at": "2018-08-23T08:20:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "33f16f29-2757-44d0-9cb2-f47e05d018aa", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "471ce88d-920f-4fd0-99a8-eb999fce6702", "remote_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "5e9d336b-a515-4569-a125-775e0125ae86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv4", "project_id": "acfe43750342409890cb2c4b15371380"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:20:02Z", "revision_number": 0, "id": "8c95edd7-09a4-4716-8497-17782194bff1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:20:02Z", "security_group_id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "tenant_id": "acfe43750342409890cb2c4b15371380", "port_range_min": null, "ethertype": "IPv6", "project_id": "acfe43750342409890cb2c4b15371380"}], "revision_number": 1, "project_id": "acfe43750342409890cb2c4b15371380", "id": "f2fb6afe-0a51-40a9-bafd-9733c3cf245f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "created_at": "2018-08-23T08:29:06Z", "updated_at": "2018-08-23T08:29:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:06Z", "revision_number": 0, "id": "069c39d6-66df-42a5-b082-fd46317fb898", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:06Z", "security_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "tenant_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e512ef1b4ea4dcf970428bdb060b6c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:06Z", "revision_number": 0, "id": "4d6b7084-1ba4-4936-96fe-d849e9e76b41", "remote_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:06Z", "security_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "tenant_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e512ef1b4ea4dcf970428bdb060b6c3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:06Z", "revision_number": 0, "id": "615df3d2-ea0f-4fc0-9cd1-9d69fe4714bd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:06Z", "security_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "tenant_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "port_range_min": null, "ethertype": "IPv6", "project_id": "2e512ef1b4ea4dcf970428bdb060b6c3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T08:29:06Z", "revision_number": 0, "id": "bd0c88f9-33fd-4a53-a293-7a93a8aea492", "remote_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "remote_ip_prefix": null, "created_at": "2018-08-23T08:29:06Z", "security_group_id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "tenant_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "port_range_min": null, "ethertype": "IPv4", "project_id": "2e512ef1b4ea4dcf970428bdb060b6c3"}], "revision_number": 1, "project_id": "2e512ef1b4ea4dcf970428bdb060b6c3", "id": "f9bda6f6-50d1-4f79-bd88-8cb7c7f25fab", "name": "default"}]} 2018-08-23 10:43:42,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-29a20b00-c641-4999-b2e5-ac87aacc43a5 2018-08-23 10:43:42,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0909240245819s 2018-08-23 10:43:42,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-29a20b00-c641-4999-b2e5-ac87aacc43a5 2018-08-23 10:43:42,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 10:43:42,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b0665518-bb50-4d4d-a9d4-a7c9dc599e9e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:43,053 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74410a0a-0aff-4857-9b17-e1722abf1e9a Content-Length: 0 Date: Thu, 23 Aug 2018 10:43:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:43:43,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b0665518-bb50-4d4d-a9d4-a7c9dc599e9e.json used request id req-74410a0a-0aff-4857-9b17-e1722abf1e9a 2018-08-23 10:43:43,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.169770002365s 2018-08-23 10:43:43,054 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b0665518-bb50-4d4d-a9d4-a7c9dc599e9e.json used request id req-74410a0a-0aff-4857-9b17-e1722abf1e9a 2018-08-23 10:43:43,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 10:43:43,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:43,104 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10:43:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5aa0c7bd-2111-401c-b174-d4f6946f3f02 x-compute-request-id: req-5aa0c7bd-2111-401c-b174-d4f6946f3f02 Content-Length: 0 Content-Type: application/json 2018-08-23 10:43:43,105 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb used request id req-5aa0c7bd-2111-401c-b174-d4f6946f3f02 2018-08-23 10:43:43,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0504329204559s 2018-08-23 10:43:43,105 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/shaker-kp_c04649b5-46f5-4e30-8d75-11c41d22b2bb used request id req-5aa0c7bd-2111-401c-b174-d4f6946f3f02 2018-08-23 10:43:43,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 10:43:43,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" -d '{"subnet_id": "da1dda57-1f44-4e36-b871-3111c8f68f32"}' 2018-08-23 10:43:44,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e1441ed0-d2a9-4e2d-ad11-c404f8290a82 Date: Thu, 23 Aug 2018 10:43:44 GMT RESP BODY: {"network_id": "cca9653e-6244-439e-b49e-0e6d3f053c11", "tenant_id": "d036b518b180432292ddbfcc8e322e28", "subnet_id": "da1dda57-1f44-4e36-b871-3111c8f68f32", "subnet_ids": ["da1dda57-1f44-4e36-b871-3111c8f68f32"], "port_id": "7b7420bd-ec0e-4e67-8f31-d665e401d599", "id": "c40939ba-6281-4494-bd76-106450a94e62"} 2018-08-23 10:43:44,753 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/remove_router_interface.json used request id req-e1441ed0-d2a9-4e2d-ad11-c404f8290a82 2018-08-23 10:43:44,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64720988274s 2018-08-23 10:43:44,753 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62/remove_router_interface.json used request id req-e1441ed0-d2a9-4e2d-ad11-c404f8290a82 returning object c40939ba-6281-4494-bd76-106450a94e62 2018-08-23 10:43:44,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 10:43:44,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:44,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d47a2759-b508-4894-9fc0-922ed7df2416 Date: Thu, 23 Aug 2018 10:43:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "d036b518b180432292ddbfcc8e322e28", "created_at": "2018-08-23T09:38:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T10:43:44Z", "revision_number": 4, "routes": [], "project_id": "d036b518b180432292ddbfcc8e322e28", "id": "c40939ba-6281-4494-bd76-106450a94e62", "name": "shaker-router_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 10:43:44,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d47a2759-b508-4894-9fc0-922ed7df2416 2018-08-23 10:43:44,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109848976135s 2018-08-23 10:43:44,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d47a2759-b508-4894-9fc0-922ed7df2416 2018-08-23 10:43:44,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 10:43:44,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:46,503 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10a120ab-65cd-45c2-a355-44dea38c149c Content-Length: 0 Date: Thu, 23 Aug 2018 10:43:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:43:46,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62.json used request id req-10a120ab-65cd-45c2-a355-44dea38c149c 2018-08-23 10:43:46,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63830113411s 2018-08-23 10:43:46,504 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c40939ba-6281-4494-bd76-106450a94e62.json used request id req-10a120ab-65cd-45c2-a355-44dea38c149c 2018-08-23 10:43:46,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 10:43:46,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-e80ed3ee-d8da-4527-8098-deb9ad8083e0 Date: Thu, 23 Aug 2018 10:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cca9653e-6244-439e-b49e-0e6d3f053c11","tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T09:38:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d036b518b180432292ddbfcc8e322e28","id":"da1dda57-1f44-4e36-b871-3111c8f68f32","subnetpool_id":null,"name":"shaker-subnet_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 10:43:46,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e80ed3ee-d8da-4527-8098-deb9ad8083e0 2018-08-23 10:43:46,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0394339561462s 2018-08-23 10:43:46,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e80ed3ee-d8da-4527-8098-deb9ad8083e0 2018-08-23 10:43:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 10:43:46,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/da1dda57-1f44-4e36-b871-3111c8f68f32.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:47,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc011903-b3a7-4bba-85b1-d7a48cb9f32d Date: Thu, 23 Aug 2018 10:43:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:43:47,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/da1dda57-1f44-4e36-b871-3111c8f68f32.json used request id req-dc011903-b3a7-4bba-85b1-d7a48cb9f32d 2018-08-23 10:43:47,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.880201101303s 2018-08-23 10:43:47,426 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/da1dda57-1f44-4e36-b871-3111c8f68f32.json used request id req-dc011903-b3a7-4bba-85b1-d7a48cb9f32d 2018-08-23 10:43:47,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:43:47,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:47,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-43898be3-8c92-4b77-a0ea-3a6bd5d155a0 Date: Thu, 23 Aug 2018 10:43:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cca9653e-6244-439e-b49e-0e6d3f053c11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d036b518b180432292ddbfcc8e322e28","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T10:43:47Z","provider:segmentation_id":35,"name":"shaker-net_c04649b5-46f5-4e30-8d75-11c41d22b2bb","admin_state_up":true,"tenant_id":"d036b518b180432292ddbfcc8e322e28","created_at":"2018-08-23T09:38:23Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:43:47,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-43898be3-8c92-4b77-a0ea-3a6bd5d155a0 2018-08-23 10:43:47,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.082701921463s 2018-08-23 10:43:47,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-43898be3-8c92-4b77-a0ea-3a6bd5d155a0 2018-08-23 10:43:47,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 10:43:47,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/cca9653e-6244-439e-b49e-0e6d3f053c11.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:48,768 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1297b964-f011-463c-a6bf-881e4cc8ce30 Date: Thu, 23 Aug 2018 10:43:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:43:48,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cca9653e-6244-439e-b49e-0e6d3f053c11.json used request id req-1297b964-f011-463c-a6bf-881e4cc8ce30 2018-08-23 10:43:48,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25744009018s 2018-08-23 10:43:48,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cca9653e-6244-439e-b49e-0e6d3f053c11.json used request id req-1297b964-f011-463c-a6bf-881e4cc8ce30 2018-08-23 10:43:48,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:43:48,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:49,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-642d4bf0-8881-460c-83f5-7ffab1f9a507 Date: Thu, 23 Aug 2018 10:43:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T09:38:41Z", "file": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/file", "owner": "d036b518b180432292ddbfcc8e322e28", "id": "15d72a19-352c-4c4f-b8d7-525c85df9a8d", "size": 666173440, "self": "/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-23T09:38:31Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:43:49,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-642d4bf0-8881-460c-83f5-7ffab1f9a507 2018-08-23 10:43:49,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.701278924942s 2018-08-23 10:43:49,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-642d4bf0-8881-460c-83f5-7ffab1f9a507 2018-08-23 10:43:49,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 10:43:49,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9379b5b3d2632aaa8452895af78775c535899315" 2018-08-23 10:43:49,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ba536fe-ec3a-4286-8bc8-5b69146c243a Date: Thu, 23 Aug 2018 10:43:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:43:49,915 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d used request id req-5ba536fe-ec3a-4286-8bc8-5b69146c243a 2018-08-23 10:43:49,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.438920021057s 2018-08-23 10:43:49,915 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/15d72a19-352c-4c4f-b8d7-525c85df9a8d used request id req-5ba536fe-ec3a-4286-8bc8-5b69146c243a 2018-08-23 10:43:49,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:43:49,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:43:50,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:43:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["XzqsCakGRXK_8nMKSWRHrA"], "issued_at": "2018-08-23T10:43:50.000000Z"}} 2018-08-23 10:43:50,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62ce1dd9-cdb3-40f6-8197-169a7f7f5be7 x-compute-request-id: req-62ce1dd9-cdb3-40f6-8197-169a7f7f5be7 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "839b5cea-4bb3-42f2-8561-7c33603a0e10"}]} 2018-08-23 10:43:51,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-62ce1dd9-cdb3-40f6-8197-169a7f7f5be7 2018-08-23 10:43:51,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.08446383476s 2018-08-23 10:43:51,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-62ce1dd9-cdb3-40f6-8197-169a7f7f5be7 2018-08-23 10:43:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 10:43:51,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,039 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01e2af0c-a9b4-4e15-8463-5c699035c0ab x-compute-request-id: req-01e2af0c-a9b4-4e15-8463-5c699035c0ab Content-Length: 0 Content-Type: application/json 2018-08-23 10:43:51,040 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10 used request id req-01e2af0c-a9b4-4e15-8463-5c699035c0ab 2018-08-23 10:43:51,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0374689102173s 2018-08-23 10:43:51,040 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/839b5cea-4bb3-42f2-8561-7c33603a0e10 used request id req-01e2af0c-a9b4-4e15-8463-5c699035c0ab 2018-08-23 10:43:51,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:43:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5adcd949-8548-412d-9ef1-94a491810ce9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 10:43:51,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5adcd949-8548-412d-9ef1-94a491810ce9 2018-08-23 10:43:51,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208546876907s 2018-08-23 10:43:51,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5adcd949-8548-412d-9ef1-94a491810ce9 2018-08-23 10:43:51,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:43:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3723a801-a3d1-4f41-a21b-b14cb83321e0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_c04649b5-46f5-4e30-8d75-11c41d22b2bb", "links": {"self": "http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "27a85f6c17754898bce73a04e0acaaf4", "description": null}} 2018-08-23 10:43:51,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 used request id req-3723a801-a3d1-4f41-a21b-b14cb83321e0 2018-08-23 10:43:51,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197136163712s 2018-08-23 10:43:51,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 used request id req-3723a801-a3d1-4f41-a21b-b14cb83321e0 2018-08-23 10:43:51,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 10:43:51,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac02b18-a8f0-4697-a45d-81b93ba1ba2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:43:51,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 used request id req-6ac02b18-a8f0-4697-a45d-81b93ba1ba2c 2018-08-23 10:43:51,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.249257087708s 2018-08-23 10:43:51,703 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/27a85f6c17754898bce73a04e0acaaf4 used request id req-6ac02b18-a8f0-4697-a45d-81b93ba1ba2c 2018-08-23 10:43:51,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 10:43:51,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:51,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b55a9173-6f7e-4690-b676-634fe1e12b25 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28"}, "tags": [], "enabled": true, "id": "d036b518b180432292ddbfcc8e322e28", "parent_id": "default", "domain_id": "default", "name": "shaker-project_c04649b5-46f5-4e30-8d75-11c41d22b2bb"}]} 2018-08-23 10:43:51,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b55a9173-6f7e-4690-b676-634fe1e12b25 2018-08-23 10:43:51,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.204668998718s 2018-08-23 10:43:51,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b55a9173-6f7e-4690-b676-634fe1e12b25 2018-08-23 10:43:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 10:43:51,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:52,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:43:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1820353-976f-4814-a58e-ba46da1d4560 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:43:52,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28 used request id req-f1820353-976f-4814-a58e-ba46da1d4560 2018-08-23 10:43:52,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.252972126007s 2018-08-23 10:43:52,172 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d036b518b180432292ddbfcc8e322e28 used request id req-f1820353-976f-4814-a58e-ba46da1d4560 2018-08-23 10:43:52,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:43:52,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:52,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b020a0-4c72-46e5-bace-1ec7cd78a566 Content-Encoding: gzip Content-Length: 415 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fa736b5e7e974e979c14128dc3ab1703", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:43:52,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33b020a0-4c72-46e5-bace-1ec7cd78a566 2018-08-23 10:43:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184804916382s 2018-08-23 10:43:52,360 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33b020a0-4c72-46e5-bace-1ec7cd78a566 2018-08-23 10:43:52,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-23 10:43:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a46ecd9bf4b1e33d00579bb12854869da0ec384b" 2018-08-23 10:43:52,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba244e59-e808-4eca-8b21-c5a00762b10f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:43:52,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703 used request id req-ba244e59-e808-4eca-8b21-c5a00762b10f 2018-08-23 10:43:52,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.213015079498s 2018-08-23 10:43:52,579 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa736b5e7e974e979c14128dc3ab1703 used request id req-ba244e59-e808-4eca-8b21-c5a00762b10f 2018-08-23 10:43:52,579 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-23 10:43:52,638 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-23 10:43:53,060 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-23 10:43:53,060 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-23 10:43:53,061 - openstack_tests - INFO - OS Credentials = > 2018-08-23 10:43:53,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-23 10:43:53,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-23 10:43:53,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-23 10:43:53,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-23 10:43:53,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-23 10:43:53,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-23 10:43:53,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:43:53,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:43:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["_aJ-OdySQgGN1QJGUUdGWQ"], "issued_at": "2018-08-23T10:43:53.000000Z"}} 2018-08-23 10:43:53,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33e4af41dbe95ff47cd26f827f1d7f7acc6441fd" 2018-08-23 10:43:53,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e24ba52b-b6b2-410c-bcb2-a6c29be39344 Date: Thu, 23 Aug 2018 10:43:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:43:53,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-e24ba52b-b6b2-410c-bcb2-a6c29be39344 2018-08-23 10:43:53,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ea6fd58a-d4bd-4de4-bb76-d73193396344 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}33e4af41dbe95ff47cd26f827f1d7f7acc6441fd" 2018-08-23 10:43:53,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d84b4035-f7b1-4582-901a-7777751b0731 Date: Thu, 23 Aug 2018 10:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 10:43:53,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ea6fd58a-d4bd-4de4-bb76-d73193396344 used request id req-d84b4035-f7b1-4582-901a-7777751b0731 2018-08-23 10:43:53,826 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-23 10:43:53,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:43:53,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 10:43:53,827 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:43:53,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:43:53,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:43:53,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:43:53,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:43:53,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:43:53,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 10:43:53,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 10:43:53,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-23 10:43:53,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:43:53,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b80ede9-d0a0-4ebf-8d9d-970b269c7dca Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:43:53,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b80ede9-d0a0-4ebf-8d9d-970b269c7dca 2018-08-23 10:43:53,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:43:54,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["eI3-86IZSJSNV8T2CZURQA"], "issued_at": "2018-08-23T10:43:54.000000Z"}} 2018-08-23 10:43:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}98a971852c6a959e54d2936bd53c5b39fbda4034" 2018-08-23 10:43:54,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e43d4024-bae4-4f33-8657-486d850cedc3 x-compute-request-id: req-e43d4024-bae4-4f33-8657-486d850cedc3 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.21:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-23 10:43:54,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-e43d4024-bae4-4f33-8657-486d850cedc3 2018-08-23 10:43:54,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.636713027954s 2018-08-23 10:43:54,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-e43d4024-bae4-4f33-8657-486d850cedc3 2018-08-23 10:43:54,472 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.21:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-08-23 10:43:54,472 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-23 10:43:54,473 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-23 10:43:54,473 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-23 10:43:54,536 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:43:54,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 10:43:54,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 10:43:54,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:43:54,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f73fe9b-0563-4b36-a02d-ec44c8e3bef4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:43:54,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f73fe9b-0563-4b36-a02d-ec44c8e3bef4 2018-08-23 10:43:54,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:43:54,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["ccaZA47qTSSYQo-n9SDvhw"], "issued_at": "2018-08-23T10:43:54.000000Z"}} 2018-08-23 10:43:54,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:43:54,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:43:55,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-d184b16e-bd22-4044-8a12-ccd8ec2a2a82 Date: Thu, 23 Aug 2018 10:43:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:43:55,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d184b16e-bd22-4044-8a12-ccd8ec2a2a82 2018-08-23 10:43:55,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334650039673s 2018-08-23 10:43:55,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d184b16e-bd22-4044-8a12-ccd8ec2a2a82 2018-08-23 10:43:55,331 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 10:43:58,204 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 10:44:01,053 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 50f3cc22-0081-4a11-a6e8-154868883f9b | 2018-08-23T10:44:00.665081 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 50f3cc22-0081-4a11-a6e8-154868883f9b ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 10:44:04,774 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 10:44:04,775 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 10:44:07,407 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 10:44:10,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=2d17f7ea-c249-4cc1-b13e-e2775902037b) as the default verifier for the future CLI operations. 2018-08-23 10:44:14,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 10:44:14,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:14,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-240d7094-cc2a-4241-9f64-fc8c8fb3f520 Date: Thu, 23 Aug 2018 10:44:14 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 10:44:14,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-240d7094-cc2a-4241-9f64-fc8c8fb3f520 2018-08-23 10:44:14,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.275880098343s 2018-08-23 10:44:14,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-240d7094-cc2a-4241-9f64-fc8c8fb3f520 2018-08-23 10:44:14,420 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-23 10:44:14,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 10:44:14,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"network": {"shared": true, "name": "neutron_trunk-net_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "admin_state_up": true}}' 2018-08-23 10:44:14,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8fef782c-2630-41f5-93cf-095d9a9c95b6 Date: Thu, 23 Aug 2018 10:44:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f5659777-d068-46b3-970e-fc50d5572e11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T10:44:14Z","is_default":false,"provider:segmentation_id":97,"name":"neutron_trunk-net_e1e475ee-06b6-4642-b2f9-1d2351ee6eed","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T10:44:14Z","mtu":1450}} 2018-08-23 10:44:14,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8fef782c-2630-41f5-93cf-095d9a9c95b6 2018-08-23 10:44:14,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.315566062927s 2018-08-23 10:44:14,737 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8fef782c-2630-41f5-93cf-095d9a9c95b6 2018-08-23 10:44:14,737 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T10:44:14Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f5659777-d068-46b3-970e-fc50d5572e11', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'admin_state_up': True, u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T10:44:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 10:44:14,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:44:14,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:14,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-85d8edb6-dbc3-4e3d-aeda-9cd8b6f7c5dd Date: Thu, 23 Aug 2018 10:44:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"f5659777-d068-46b3-970e-fc50d5572e11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T10:44:14Z","provider:segmentation_id":97,"name":"neutron_trunk-net_e1e475ee-06b6-4642-b2f9-1d2351ee6eed","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T10:44:14Z","provider:network_type":"vxlan"}]} 2018-08-23 10:44:14,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-85d8edb6-dbc3-4e3d-aeda-9cd8b6f7c5dd 2018-08-23 10:44:14,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117308139801s 2018-08-23 10:44:14,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-85d8edb6-dbc3-4e3d-aeda-9cd8b6f7c5dd 2018-08-23 10:44:14,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 10:44:14,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"subnet": {"name": "neutron_trunk-subnet_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "enable_dhcp": true, "network_id": "f5659777-d068-46b3-970e-fc50d5572e11", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 10:44:15,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-84d19693-188c-40c7-a049-bf45720ed3ab Date: Thu, 23 Aug 2018 10:44:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5659777-d068-46b3-970e-fc50d5572e11","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T10:44:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:44:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"52b2c311-be3a-4f71-bd46-4456e7901273","subnetpool_id":null,"name":"neutron_trunk-subnet_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"}} 2018-08-23 10:44:15,556 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-84d19693-188c-40c7-a049-bf45720ed3ab 2018-08-23 10:44:15,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.698230028152s 2018-08-23 10:44:15,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-84d19693-188c-40c7-a049-bf45720ed3ab 2018-08-23 10:44:15,557 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T10:44:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'52b2c311-be3a-4f71-bd46-4456e7901273', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'enable_dhcp': True, u'network_id': u'f5659777-d068-46b3-970e-fc50d5572e11', u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T10:44:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75a5557001334edf9fd80cd1c711e2ec'}) 2018-08-23 10:44:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 10:44:15,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "neutron_trunk-router_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "admin_state_up": true}}' 2018-08-23 10:44:16,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-ea9d5549-bed2-4053-b462-473cd792b27f Date: Thu, 23 Aug 2018 10:44:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T10:44:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T10:44:16Z", "revision_number": 2, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "f89941d4-6e29-4305-b674-668b81a65d37", "name": "neutron_trunk-router_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"}} 2018-08-23 10:44:16,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ea9d5549-bed2-4053-b462-473cd792b27f 2018-08-23 10:44:16,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.12518286705s 2018-08-23 10:44:16,683 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-ea9d5549-bed2-4053-b462-473cd792b27f 2018-08-23 10:44:16,684 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75a5557001334edf9fd80cd1c711e2ec', u'created_at': u'2018-08-23T10:44:15Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-23T10:44:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'75a5557001334edf9fd80cd1c711e2ec', u'id': u'f89941d4-6e29-4305-b674-668b81a65d37', u'name': u'neutron_trunk-router_e1e475ee-06b6-4642-b2f9-1d2351ee6eed'}) 2018-08-23 10:44:16,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 10:44:16,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"subnet_id": "52b2c311-be3a-4f71-bd46-4456e7901273"}' 2018-08-23 10:44:18,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-90799bbc-8fcd-4583-87b4-63666242dd2f Date: Thu, 23 Aug 2018 10:44:18 GMT RESP BODY: {"network_id": "f5659777-d068-46b3-970e-fc50d5572e11", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "52b2c311-be3a-4f71-bd46-4456e7901273", "subnet_ids": ["52b2c311-be3a-4f71-bd46-4456e7901273"], "port_id": "a2276742-5bed-49e4-bb6e-f9b5027f9384", "id": "f89941d4-6e29-4305-b674-668b81a65d37"} 2018-08-23 10:44:18,360 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/add_router_interface.json used request id req-90799bbc-8fcd-4583-87b4-63666242dd2f 2018-08-23 10:44:18,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67540597916s 2018-08-23 10:44:18,360 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/add_router_interface.json used request id req-90799bbc-8fcd-4583-87b4-63666242dd2f returning object f89941d4-6e29-4305-b674-668b81a65d37 2018-08-23 10:44:18,360 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 10:44:18,483 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 10:44:18,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:44:18,489 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 10:44:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 10:44:18,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:44:18,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:19,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-886fc84b-d311-4d97-b85b-e2a4795bae13 Date: Thu, 23 Aug 2018 10:44:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:44:19,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-886fc84b-d311-4d97-b85b-e2a4795bae13 2018-08-23 10:44:19,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.704247951508s 2018-08-23 10:44:19,196 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-886fc84b-d311-4d97-b85b-e2a4795bae13 2018-08-23 10:44:19,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 10:44:19,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"}' 2018-08-23 10:44:19,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b510a679-50fa-4b00-a8c4-7097aa38875b Date: Thu, 23 Aug 2018 10:44:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:19Z", "file": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "75f59691-4831-4d99-a1ab-81d0d78c6653", "size": null, "self": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": null, "created_at": "2018-08-23T10:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 10:44:19,250 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b510a679-50fa-4b00-a8c4-7097aa38875b 2018-08-23 10:44:19,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0457849502563s 2018-08-23 10:44:19,250 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b510a679-50fa-4b00-a8c4-7097aa38875b returning object 75f59691-4831-4d99-a1ab-81d0d78c6653 2018-08-23 10:44:19,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 10:44:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '' 2018-08-23 10:44:19,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-efef8bbc-d753-4936-b34d-cf90aa0e5def Date: Thu, 23 Aug 2018 10:44:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:44:19,626 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file used request id req-efef8bbc-d753-4936-b34d-cf90aa0e5def 2018-08-23 10:44:19,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.375020027161s 2018-08-23 10:44:19,626 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file used request id req-efef8bbc-d753-4936-b34d-cf90aa0e5def 2018-08-23 10:44:19,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:44:19,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:19,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-994531ae-f9d0-41af-8d5c-7cd0f157f13d Date: Thu, 23 Aug 2018 10:44:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:19Z", "file": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "75f59691-4831-4d99-a1ab-81d0d78c6653", "size": 12716032, "self": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T10:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:44:19,654 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-994531ae-f9d0-41af-8d5c-7cd0f157f13d 2018-08-23 10:44:19,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0235021114349s 2018-08-23 10:44:19,654 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-994531ae-f9d0-41af-8d5c-7cd0f157f13d 2018-08-23 10:44:19,656 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap', u'metadata': Munch({})})], 'file': u'/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'75f59691-4831-4d99-a1ab-81d0d78c6653', 'size': 12716032, u'self': u'/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T10:44:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T10:44:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', 'created': u'2018-08-23T10:44:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T10:44:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 10:44:19,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 10:44:19,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 10:44:19,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44: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-71fe6521-9e0a-4e0d-87ca-12193df19a1b x-compute-request-id: req-71fe6521-9e0a-4e0d-87ca-12193df19a1b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "56b7089a-9259-47e5-a8eb-10c6ed40c45f"}} 2018-08-23 10:44:19,939 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-71fe6521-9e0a-4e0d-87ca-12193df19a1b 2018-08-23 10:44:19,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.282696962357s 2018-08-23 10:44:19,940 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-71fe6521-9e0a-4e0d-87ca-12193df19a1b 2018-08-23 10:44:19,940 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', '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'75a5557001334edf9fd80cd1c711e2ec', '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'56b7089a-9259-47e5-a8eb-10c6ed40c45f', 'swap': 0}) 2018-08-23 10:44:19,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 10:44:19,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"extra_specs": {}}' 2018-08-23 10:44:19,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44: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-09b2e8fd-7a6c-4299-883f-acc4d16c01a6 x-compute-request-id: req-09b2e8fd-7a6c-4299-883f-acc4d16c01a6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 10:44:19,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f/os-extra_specs used request id req-09b2e8fd-7a6c-4299-883f-acc4d16c01a6 2018-08-23 10:44:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.028244972229s 2018-08-23 10:44:19,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f/os-extra_specs used request id req-09b2e8fd-7a6c-4299-883f-acc4d16c01a6 2018-08-23 10:44:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:44:19,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16e4956b-2028-4d07-881a-069be5199b39 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 10:44:19,979 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-16e4956b-2028-4d07-881a-069be5199b39 2018-08-23 10:44:19,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:44:19,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:20,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31946e04-2b53-4d02-b8d2-bbae54e65b3d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:44:20,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31946e04-2b53-4d02-b8d2-bbae54e65b3d 2018-08-23 10:44:20,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.295216083527s 2018-08-23 10:44:20,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31946e04-2b53-4d02-b8d2-bbae54e65b3d 2018-08-23 10:44:20,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:44:20,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:20,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819b13ac-ceda-4565-b408-a8a2032fdd95 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:44:20,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-819b13ac-ceda-4565-b408-a8a2032fdd95 2018-08-23 10:44:20,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182593822479s 2018-08-23 10:44:20,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-819b13ac-ceda-4565-b408-a8a2032fdd95 2018-08-23 10:44:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 10:44:20,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:20,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44: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-d11c960a-0c44-4b3c-9af0-6fe472a463a5 x-compute-request-id: req-d11c960a-0c44-4b3c-9af0-6fe472a463a5 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 8}, "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.4", "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 143, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-23 10:44:20,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-d11c960a-0c44-4b3c-9af0-6fe472a463a5 2018-08-23 10:44:20,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0397050380707s 2018-08-23 10:44:20,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-d11c960a-0c44-4b3c-9af0-6fe472a463a5 2018-08-23 10:44:20,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:44:20,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:20,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-b0bef3aa-c1c4-4bad-9142-01684e098508 Date: Thu, 23 Aug 2018 10:44:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:19Z", "file": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "75f59691-4831-4d99-a1ab-81d0d78c6653", "size": 12716032, "self": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T10:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:44:20,540 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b0bef3aa-c1c4-4bad-9142-01684e098508 2018-08-23 10:44:20,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0217158794403s 2018-08-23 10:44:20,540 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b0bef3aa-c1c4-4bad-9142-01684e098508 2018-08-23 10:44:20,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 10:44:20,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"}' 2018-08-23 10:44:20,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98e02b5f-1a33-41d3-96e1-74d5628d5da0 Date: Thu, 23 Aug 2018 10:44:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:20Z", "file": "/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "9ca2f39e-57f0-44eb-ba5b-2ff8223055d8", "size": null, "self": "/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": null, "created_at": "2018-08-23T10:44:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 10:44:20,591 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-98e02b5f-1a33-41d3-96e1-74d5628d5da0 2018-08-23 10:44:20,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0439190864563s 2018-08-23 10:44:20,592 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-98e02b5f-1a33-41d3-96e1-74d5628d5da0 returning object 9ca2f39e-57f0-44eb-ba5b-2ff8223055d8 2018-08-23 10:44:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 10:44:20,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '' 2018-08-23 10:44:21,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60b04ebc-5dcb-40bc-b96e-2565affd1175 Date: Thu, 23 Aug 2018 10:44:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:44:21,774 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file used request id req-60b04ebc-5dcb-40bc-b96e-2565affd1175 2018-08-23 10:44:21,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18206381798s 2018-08-23 10:44:21,775 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file used request id req-60b04ebc-5dcb-40bc-b96e-2565affd1175 2018-08-23 10:44:21,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:44:21,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:44:21,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-42568112-c3cf-499a-9a22-07be9fadc2d4 Date: Thu, 23 Aug 2018 10:44:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:21Z", "file": "/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "9ca2f39e-57f0-44eb-ba5b-2ff8223055d8", "size": 12716032, "self": "/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T10:44:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:19Z", "file": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "75f59691-4831-4d99-a1ab-81d0d78c6653", "size": 12716032, "self": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T10:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:44:21,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-42568112-c3cf-499a-9a22-07be9fadc2d4 2018-08-23 10:44:21,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0261480808258s 2018-08-23 10:44:21,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-42568112-c3cf-499a-9a22-07be9fadc2d4 2018-08-23 10:44:21,808 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/file', 'owner': u'75a5557001334edf9fd80cd1c711e2ec', 'id': u'9ca2f39e-57f0-44eb-ba5b-2ff8223055d8', 'size': 12716032, u'self': u'/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75a5557001334edf9fd80cd1c711e2ec', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T10:44:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-23T10:44:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', 'created': u'2018-08-23T10:44:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-23T10:44:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-23 10:44:21,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 10:44:21,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-23 10:44:21,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4781899c-81bb-44ee-91cb-6c8b691d8d42 x-compute-request-id: req-4781899c-81bb-44ee-91cb-6c8b691d8d42 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "967b8807-7ca5-4655-8498-6b0130f54e4f"}} 2018-08-23 10:44:21,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4781899c-81bb-44ee-91cb-6c8b691d8d42 2018-08-23 10:44:21,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0653119087219s 2018-08-23 10:44:21,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4781899c-81bb-44ee-91cb-6c8b691d8d42 2018-08-23 10:44:21,875 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', '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'75a5557001334edf9fd80cd1c711e2ec', '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'967b8807-7ca5-4655-8498-6b0130f54e4f', 'swap': 0}) 2018-08-23 10:44:21,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 10:44:21,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"extra_specs": {}}' 2018-08-23 10:44:21,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:44:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b2b9ec5-7ffc-4763-8774-6d024cbf3673 x-compute-request-id: req-2b2b9ec5-7ffc-4763-8774-6d024cbf3673 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 10:44:21,898 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f/os-extra_specs used request id req-2b2b9ec5-7ffc-4763-8774-6d024cbf3673 2018-08-23 10:44:21,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021693944931s 2018-08-23 10:44:21,898 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f/os-extra_specs used request id req-2b2b9ec5-7ffc-4763-8774-6d024cbf3673 2018-08-23 10:44:21,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed', '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'75a5557001334edf9fd80cd1c711e2ec', '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'967b8807-7ca5-4655-8498-6b0130f54e4f', 'swap': 0}) 2018-08-23 10:44:25,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-23 10:44:25,781 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-23 10:44:25,781 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-23 10:44:25,783 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-23 10:44:25,786 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-23 10:44:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2d17f7ea-c249-4cc1-b13e-e2775902037b/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-23 10:44:29,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-23 10:44:29,358 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-23 10:44:29,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-08-23 10:46:31,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e571e664-f70f-429b-8e6f-be9c37843458 2018-08-23 10:46:31,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e571e664-f70f-429b-8e6f-be9c37843458']'. 2018-08-23 10:46:32,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-23 10:46:32,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-23 10:46:32,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e571e664-f70f-429b-8e6f-be9c37843458 | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-23 10:44:31 | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-23 10:46:31 | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:00 | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-23 10:46:32,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2d17f7ea-c249-4cc1-b13e-e2775902037b) | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 50f3cc22-0081-4a11-a6e8-154868883f9b) | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 108.037 | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-23 10:46:32,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-23 10:46:32,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-23 10:46:32,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-23 10:46:32,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-23 10:46:32,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-23 10:46:32,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-23 10:46:32,958 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 10:46:32,958 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:18 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-23 10:46:32,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 10:46:32,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:33,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05733ca9-f828-4897-95f9-0e3d3b3a6ce6 Date: Thu, 23 Aug 2018 10:46:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:46:33,535 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8 used request id req-05733ca9-f828-4897-95f9-0e3d3b3a6ce6 2018-08-23 10:46:33,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.569810152054s 2018-08-23 10:46:33,535 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9ca2f39e-57f0-44eb-ba5b-2ff8223055d8 used request id req-05733ca9-f828-4897-95f9-0e3d3b3a6ce6 2018-08-23 10:46:33,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:46:33,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:33,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-80799476-6b0f-4f7c-a69e-0e8100284c9a x-compute-request-id: req-80799476-6b0f-4f7c-a69e-0e8100284c9a Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "56b7089a-9259-47e5-a8eb-10c6ed40c45f"}, {"name": "neutron_trunk-flavor_alt_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "967b8807-7ca5-4655-8498-6b0130f54e4f"}]} 2018-08-23 10:46:33,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-80799476-6b0f-4f7c-a69e-0e8100284c9a 2018-08-23 10:46:33,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258498191833s 2018-08-23 10:46:33,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-80799476-6b0f-4f7c-a69e-0e8100284c9a 2018-08-23 10:46:33,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 10:46:33,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:33,630 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10:46:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a0c9f54-77ac-4176-a2b2-56c9c2bad0f1 x-compute-request-id: req-8a0c9f54-77ac-4176-a2b2-56c9c2bad0f1 Content-Length: 0 Content-Type: application/json 2018-08-23 10:46:33,631 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f used request id req-8a0c9f54-77ac-4176-a2b2-56c9c2bad0f1 2018-08-23 10:46:33,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0666191577911s 2018-08-23 10:46:33,631 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/967b8807-7ca5-4655-8498-6b0130f54e4f used request id req-8a0c9f54-77ac-4176-a2b2-56c9c2bad0f1 2018-08-23 10:46:33,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 10:46:33,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" -d '{"subnet_id": "52b2c311-be3a-4f71-bd46-4456e7901273"}' 2018-08-23 10:46:35,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-57fd18e9-6368-42f0-a206-150aee172d9c Date: Thu, 23 Aug 2018 10:46:35 GMT RESP BODY: {"network_id": "f5659777-d068-46b3-970e-fc50d5572e11", "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "subnet_id": "52b2c311-be3a-4f71-bd46-4456e7901273", "subnet_ids": ["52b2c311-be3a-4f71-bd46-4456e7901273"], "port_id": "a2276742-5bed-49e4-bb6e-f9b5027f9384", "id": "f89941d4-6e29-4305-b674-668b81a65d37"} 2018-08-23 10:46:35,430 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/remove_router_interface.json used request id req-57fd18e9-6368-42f0-a206-150aee172d9c 2018-08-23 10:46:35,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79862117767s 2018-08-23 10:46:35,430 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37/remove_router_interface.json used request id req-57fd18e9-6368-42f0-a206-150aee172d9c returning object f89941d4-6e29-4305-b674-668b81a65d37 2018-08-23 10:46:35,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 10:46:35,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:35,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e0a86cec-cb6a-4243-8ad4-cf76e7f00600 Date: Thu, 23 Aug 2018 10:46:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "75a5557001334edf9fd80cd1c711e2ec", "created_at": "2018-08-23T10:44:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-23T10:46:34Z", "revision_number": 4, "routes": [], "project_id": "75a5557001334edf9fd80cd1c711e2ec", "id": "f89941d4-6e29-4305-b674-668b81a65d37", "name": "neutron_trunk-router_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"}]} 2018-08-23 10:46:35,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e0a86cec-cb6a-4243-8ad4-cf76e7f00600 2018-08-23 10:46:35,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.420323848724s 2018-08-23 10:46:35,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e0a86cec-cb6a-4243-8ad4-cf76e7f00600 2018-08-23 10:46:35,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 10:46:35,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:37,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-928eb268-f7d1-4f2d-9f67-26fe56caf7d5 Content-Length: 0 Date: Thu, 23 Aug 2018 10:46:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:46:37,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37.json used request id req-928eb268-f7d1-4f2d-9f67-26fe56caf7d5 2018-08-23 10:46:37,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.48251700401s 2018-08-23 10:46:37,336 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f89941d4-6e29-4305-b674-668b81a65d37.json used request id req-928eb268-f7d1-4f2d-9f67-26fe56caf7d5 2018-08-23 10:46:37,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 10:46:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:37,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-22ff2268-840a-4bec-993f-e4e201a90977 Date: Thu, 23 Aug 2018 10:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5659777-d068-46b3-970e-fc50d5572e11","tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T10:44:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:44:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"75a5557001334edf9fd80cd1c711e2ec","id":"52b2c311-be3a-4f71-bd46-4456e7901273","subnetpool_id":null,"name":"neutron_trunk-subnet_e1e475ee-06b6-4642-b2f9-1d2351ee6eed"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:18Z","dns_nameservers":[],"updated_at":"2018-08-23T08:13:18Z","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":"2daa17a30fbe437e8108d2263e27e868","id":"cc0375ab-7862-4e07-b257-bba85a025490","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-23 10:46:37,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-22ff2268-840a-4bec-993f-e4e201a90977 2018-08-23 10:46:37,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0399119853973s 2018-08-23 10:46:37,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-22ff2268-840a-4bec-993f-e4e201a90977 2018-08-23 10:46:37,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 10:46:37,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/52b2c311-be3a-4f71-bd46-4456e7901273.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:38,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-156a5c9c-452d-4b4b-a308-d48a8877c248 Date: Thu, 23 Aug 2018 10:46:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:46:38,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/52b2c311-be3a-4f71-bd46-4456e7901273.json used request id req-156a5c9c-452d-4b4b-a308-d48a8877c248 2018-08-23 10:46:38,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.915997028351s 2018-08-23 10:46:38,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/52b2c311-be3a-4f71-bd46-4456e7901273.json used request id req-156a5c9c-452d-4b4b-a308-d48a8877c248 2018-08-23 10:46:38,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:46:38,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:38,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-1b2f045a-a8c2-43cf-99b7-f38830fa0178 Date: Thu, 23 Aug 2018 10:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5659777-d068-46b3-970e-fc50d5572e11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"75a5557001334edf9fd80cd1c711e2ec","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T10:46:38Z","provider:segmentation_id":97,"name":"neutron_trunk-net_e1e475ee-06b6-4642-b2f9-1d2351ee6eed","admin_state_up":true,"tenant_id":"75a5557001334edf9fd80cd1c711e2ec","created_at":"2018-08-23T10:44:14Z","provider:network_type":"vxlan"}]} 2018-08-23 10:46:38,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b2f045a-a8c2-43cf-99b7-f38830fa0178 2018-08-23 10:46:38,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0942878723145s 2018-08-23 10:46:38,390 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1b2f045a-a8c2-43cf-99b7-f38830fa0178 2018-08-23 10:46:38,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 10:46:38,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f5659777-d068-46b3-970e-fc50d5572e11.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:39,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84b1d3ec-83a7-4951-8bde-2feb92e97f8a Date: Thu, 23 Aug 2018 10:46:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:46:39,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f5659777-d068-46b3-970e-fc50d5572e11.json used request id req-84b1d3ec-83a7-4951-8bde-2feb92e97f8a 2018-08-23 10:46:39,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40414309502s 2018-08-23 10:46:39,796 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f5659777-d068-46b3-970e-fc50d5572e11.json used request id req-84b1d3ec-83a7-4951-8bde-2feb92e97f8a 2018-08-23 10:46:39,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:46:39,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:39,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-0dcbc1b8-bac1-4406-aff2-b2c48a1baeb8 Date: Thu, 23 Aug 2018 10:46:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:44:19Z", "file": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653/file", "owner": "75a5557001334edf9fd80cd1c711e2ec", "id": "75f59691-4831-4d99-a1ab-81d0d78c6653", "size": 12716032, "self": "/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/75f59691-4831-4d99-a1ab-81d0d78c6653/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-23T10:44:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:46:39,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0dcbc1b8-bac1-4406-aff2-b2c48a1baeb8 2018-08-23 10:46:39,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0264790058136s 2018-08-23 10:46:39,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0dcbc1b8-bac1-4406-aff2-b2c48a1baeb8 2018-08-23 10:46:39,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 10:46:39,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:40,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b782cc8-06d1-4b11-8786-00816c739089 Date: Thu, 23 Aug 2018 10:46:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:46:40,135 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653 used request id req-0b782cc8-06d1-4b11-8786-00816c739089 2018-08-23 10:46:40,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.307732105255s 2018-08-23 10:46:40,136 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/75f59691-4831-4d99-a1ab-81d0d78c6653 used request id req-0b782cc8-06d1-4b11-8786-00816c739089 2018-08-23 10:46:40,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:46:40,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:40,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-c21d009a-6d87-4940-8cca-e45ef2ce0653 x-compute-request-id: req-c21d009a-6d87-4940-8cca-e45ef2ce0653 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_e1e475ee-06b6-4642-b2f9-1d2351ee6eed", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "56b7089a-9259-47e5-a8eb-10c6ed40c45f"}]} 2018-08-23 10:46:40,165 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c21d009a-6d87-4940-8cca-e45ef2ce0653 2018-08-23 10:46:40,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0288100242615s 2018-08-23 10:46:40,165 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c21d009a-6d87-4940-8cca-e45ef2ce0653 2018-08-23 10:46:40,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 10:46:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3675322971f7ca7bd75ff818a84dce8dda67dff0" 2018-08-23 10:46:40,194 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-75fe8843-d33b-42ab-a1f6-8eb1ebb46f44 x-compute-request-id: req-75fe8843-d33b-42ab-a1f6-8eb1ebb46f44 Content-Length: 0 Content-Type: application/json 2018-08-23 10:46:40,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f used request id req-75fe8843-d33b-42ab-a1f6-8eb1ebb46f44 2018-08-23 10:46:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0274229049683s 2018-08-23 10:46:40,195 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/56b7089a-9259-47e5-a8eb-10c6ed40c45f used request id req-75fe8843-d33b-42ab-a1f6-8eb1ebb46f44 2018-08-23 10:46:40,250 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-23 10:46:40,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:46:40,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:46:40,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 10:46:40,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 10:46:40,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:46:40,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8038493-90a9-4f9d-a9fb-168a7efa86d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:46:40,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f8038493-90a9-4f9d-a9fb-168a7efa86d9 2018-08-23 10:46:40,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:46:40,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:46:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["4F8cqb-FRUmNMH5p5QRqQw"], "issued_at": "2018-08-23T10:46:40.000000Z"}} 2018-08-23 10:46:40,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:46:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1af620713d34ee3b12b63373953286c4b76b9ede" 2018-08-23 10:46:41,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-95566248-dc02-46ad-83f5-0b3503c2eb09 Date: Thu, 23 Aug 2018 10:46:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:46:41,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-95566248-dc02-46ad-83f5-0b3503c2eb09 2018-08-23 10:46:41,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31405377388s 2018-08-23 10:46:41,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-95566248-dc02-46ad-83f5-0b3503c2eb09 2018-08-23 10:46:41,007 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 10:46:43,932 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 10:46:46,837 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | dfda9bcc-cd1e-4992-b8f5-9c6876071fa1 | 2018-08-23T10:46:46.406269 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: dfda9bcc-cd1e-4992-b8f5-9c6876071fa1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 10:46:50,548 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 10:46:50,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 10:46:53,288 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 10:46:56,762 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=d53b43e2-627d-4aea-b4a4-d36fa41a7b26) as the default verifier for the future CLI operations. 2018-08-23 10:47:00,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 10:47:00,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1af620713d34ee3b12b63373953286c4b76b9ede" 2018-08-23 10:47:00,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-4599bbad-4e3c-49fb-8cda-714bd0aac6fa Date: Thu, 23 Aug 2018 10:47:00 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 10:47:00,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-4599bbad-4e3c-49fb-8cda-714bd0aac6fa 2018-08-23 10:47:00,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.287963867188s 2018-08-23 10:47:00,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-4599bbad-4e3c-49fb-8cda-714bd0aac6fa 2018-08-23 10:47:00,405 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-23 10:47:00,405 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-23 10:47:00,406 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-23 10:47:00,455 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-23 10:47:00,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:47:00,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:47:00,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 10:47:00,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 10:47:00,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:00,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b93ecd7b-5114-4a3e-8ed3-af321fdde124 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:47:00,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b93ecd7b-5114-4a3e-8ed3-af321fdde124 2018-08-23 10:47:00,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:47:00,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["Wjw2F3UPSrmSMSPjSRsv6Q"], "issued_at": "2018-08-23T10:47:00.000000Z"}} 2018-08-23 10:47:00,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:47:00,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}411d7928fe5d40875cfb70a41234c13c1f6271fe" 2018-08-23 10:47:01,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5837996b-dc70-43ed-9cec-28d1541d2787 Date: Thu, 23 Aug 2018 10:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:47:01,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5837996b-dc70-43ed-9cec-28d1541d2787 2018-08-23 10:47:01,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.593367099762s 2018-08-23 10:47:01,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5837996b-dc70-43ed-9cec-28d1541d2787 2018-08-23 10:47:01,486 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 10:47:04,442 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 10:47:07,145 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9ed2526e-d9fa-435e-9616-03b0fc37e879 | 2018-08-23T10:47:06.713991 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9ed2526e-d9fa-435e-9616-03b0fc37e879 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 10:47:10,897 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 10:47:10,898 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 10:47:13,689 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 10:47:17,209 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=5f5ff7e9-5b1e-4648-a722-203d2bfe8dd6) as the default verifier for the future CLI operations. 2018-08-23 10:47:20,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 10:47:20,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}411d7928fe5d40875cfb70a41234c13c1f6271fe" 2018-08-23 10:47:20,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-7760b7e5-7c5a-404d-9799-81e1c3d94f4a Date: Thu, 23 Aug 2018 10:47:20 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 10:47:20,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7760b7e5-7c5a-404d-9799-81e1c3d94f4a 2018-08-23 10:47:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.27401304245s 2018-08-23 10:47:20,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-7760b7e5-7c5a-404d-9799-81e1c3d94f4a 2018-08-23 10:47:20,738 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-23 10:47:20,738 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-23 10:47:20,738 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-23 10:47:20,799 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:47:20,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-23 10:47:20,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-23 10:47:20,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:20,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5716fe0d-65fe-4dd3-82a6-ca8e3e69392e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:47:20,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5716fe0d-65fe-4dd3-82a6-ca8e3e69392e 2018-08-23 10:47:20,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:47:21,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:47:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["kbkCyvRMSM6nh59MsKYx4Q"], "issued_at": "2018-08-23T10:47:21.000000Z"}} 2018-08-23 10:47:21,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:47:21,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ef0cbdd27d0b4cc58a0f01355886ba3263c4e0" 2018-08-23 10:47:21,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-720851e5-b6e7-4baf-a47f-9d03fab0d25f Date: Thu, 23 Aug 2018 10:47:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:47:21,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-720851e5-b6e7-4baf-a47f-9d03fab0d25f 2018-08-23 10:47:21,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346832990646s 2018-08-23 10:47:21,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-720851e5-b6e7-4baf-a47f-9d03fab0d25f 2018-08-23 10:47:21,587 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-23 10:47:25,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-23 10:47:28,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | ec6f4530-1658-4e0f-8707-4c15579a162f | 2018-08-23T10:47:28.237238 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: ec6f4530-1658-4e0f-8707-4c15579a162f ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-08-23 10:47:32,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-23 10:47:32,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-23 10:47:35,039 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-23 10:47:38,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=27309f7a-eede-4a8a-83bf-689701432216) as the default verifier for the future CLI operations. 2018-08-23 10:47:41,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:41,982 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90e1bd73-6e57-4946-b698-2f8e0d5a69b4 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 10:47:41,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-90e1bd73-6e57-4946-b698-2f8e0d5a69b4 2018-08-23 10:47:41,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 10:47:41,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:41,991 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:47:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50cf1a07-a208-48eb-903b-183143e53d44 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 10:47:41,991 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-50cf1a07-a208-48eb-903b-183143e53d44 2018-08-23 10:47:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ef0cbdd27d0b4cc58a0f01355886ba3263c4e0" 2018-08-23 10:47:42,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c56c956d-7546-4fe1-aad8-dcb10fe538a1 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 10:47:42,177 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-c56c956d-7546-4fe1-aad8-dcb10fe538a1 2018-08-23 10:47:42,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.192523956299s 2018-08-23 10:47:42,178 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-c56c956d-7546-4fe1-aad8-dcb10fe538a1 2018-08-23 10:47:42,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-23 10:47:42,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44ef0cbdd27d0b4cc58a0f01355886ba3263c4e0" 2018-08-23 10:47:42,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-d02a5236-e604-4101-ab6e-40ec147ce3f2 Date: Thu, 23 Aug 2018 10:47:42 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-23 10:47:42,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-d02a5236-e604-4101-ab6e-40ec147ce3f2 2018-08-23 10:47:42,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.269596099854s 2018-08-23 10:47:42,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-d02a5236-e604-4101-ab6e-40ec147ce3f2 2018-08-23 10:47:42,462 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-23 10:47:42,462 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-23 10:47:42,467 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:11 | PASS | | neutron-tempest-plugin-api | functest | smoke | 11:60 | FAIL | | rally_sanity | functest | smoke | 23:51 | FAIL | | refstack_defcore | functest | smoke | 05:59 | PASS | | patrole | functest | smoke | 02:12 | PASS | | vmtp | functest | smoke | 24:47 | PASS | | shaker | functest | smoke | 65:15 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:18 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-23 10:47:42,479 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-23 10:47:42,568 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 10:47:45,472 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-232 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 10:47:45,477 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=wNfEpQn6exxs2ljmBwhFxwIQB export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=75a5557001334edf9fd80cd1c711e2ec export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=NmzFJzYGECkPLjnTLDsldfHcu export OS_REGION_NAME=regionOne 2018-08-23 10:47:45,478 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 10:47:45,478 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-23 10:47:45,479 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-23 10:47:45,483 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-23 10:47:48,104 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-232 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 10:47:48,107 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.21,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=wNfEpQn6exxs2ljmBwhFxwIQB export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=75a5557001334edf9fd80cd1c711e2ec export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=NmzFJzYGECkPLjnTLDsldfHcu export OS_REGION_NAME=regionOne 2018-08-23 10:47:48,107 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 10:47:48,108 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-08-23 10:47:48,119 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-23 10:47:48,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:47:48,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:47:48,519 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:47:48,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:47:48,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:48,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e64fef2c-71c8-476b-b3da-8cea5f4d72ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:47:48,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e64fef2c-71c8-476b-b3da-8cea5f4d72ae 2018-08-23 10:47:48,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:47:48,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:47:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["eikhQLwxTRSrNUMPHwo-nQ"], "issued_at": "2018-08-23T10:47:48.000000Z"}} 2018-08-23 10:47:48,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:47:48,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:49,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-94c90cef-1220-4832-9daa-348339a05015 Date: Thu, 23 Aug 2018 10:47:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:47:49,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-94c90cef-1220-4832-9daa-348339a05015 2018-08-23 10:47:49,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341454029083s 2018-08-23 10:47:49,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-94c90cef-1220-4832-9daa-348339a05015 2018-08-23 10:47:49,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:49,295 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:47:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef466ea9-605e-473a-87bb-6265e9974b46 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 10:47:49,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-ef466ea9-605e-473a-87bb-6265e9974b46 2018-08-23 10:47:49,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 10:47:49,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:49,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ee1257-ad53-4c1e-b18e-2b991473d2e4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 10:47:49,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-70ee1257-ad53-4c1e-b18e-2b991473d2e4 2018-08-23 10:47:49,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177663087845s 2018-08-23 10:47:49,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-70ee1257-ad53-4c1e-b18e-2b991473d2e4 2018-08-23 10:47:49,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 10:47:49,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}}' 2018-08-23 10:47:49,691 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 10:47:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48387276-c344-46df-933d-badd1f36265e Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0"}, "tags": [], "enabled": true, "id": "2069a5c298674547ab79a80b61eeccc0", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}} 2018-08-23 10:47:49,691 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-48387276-c344-46df-933d-badd1f36265e 2018-08-23 10:47:49,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210110902786s 2018-08-23 10:47:49,692 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-48387276-c344-46df-933d-badd1f36265e 2018-08-23 10:47:49,692 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'2069a5c298674547ab79a80b61eeccc0', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e'}) 2018-08-23 10:47:49,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 10:47:49,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8c0015d7-2efc-445c-a344-dbc69b32efd1", "email": null, "name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}}' 2018-08-23 10:47:50,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 10:47:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46bd2467-a34c-4361-90d2-fcbb3883f2e2 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": {"self": "http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "domain_id": "default", "password_expires_at": null}} 2018-08-23 10:47:50,146 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-46bd2467-a34c-4361-90d2-fcbb3883f2e2 2018-08-23 10:47:50,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447842121124s 2018-08-23 10:47:50,146 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-46bd2467-a34c-4361-90d2-fcbb3883f2e2 2018-08-23 10:47:50,147 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cd97c3e43b5d4353a8d6ac5fc085cd41', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e'}) 2018-08-23 10:47:50,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:47:50,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:50,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db1a5d9-96e2-4bb1-83b7-2a1286c06f9c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:47:50,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8db1a5d9-96e2-4bb1-83b7-2a1286c06f9c 2018-08-23 10:47:50,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.208770036697s 2018-08-23 10:47:50,360 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8db1a5d9-96e2-4bb1-83b7-2a1286c06f9c 2018-08-23 10:47:50,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:47:50,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:50,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2be4e371-534f-4130-8c75-30b892aeb293 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:47:50,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2be4e371-534f-4130-8c75-30b892aeb293 2018-08-23 10:47:50,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188731908798s 2018-08-23 10:47:50,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2be4e371-534f-4130-8c75-30b892aeb293 2018-08-23 10:47:50,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:47:50,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:50,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c13597-3ec9-44ae-bea7-963e4b7f72e5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:47:50,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-04c13597-3ec9-44ae-bea7-963e4b7f72e5 2018-08-23 10:47:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107575893402s 2018-08-23 10:47:50,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-04c13597-3ec9-44ae-bea7-963e4b7f72e5 2018-08-23 10:47:50,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 10:47:50,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:50,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21782e9-d402-4f32-923b-4d15f45ccbc0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 10:47:50,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a21782e9-d402-4f32-923b-4d15f45ccbc0 2018-08-23 10:47:50,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178776025772s 2018-08-23 10:47:50,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a21782e9-d402-4f32-923b-4d15f45ccbc0 2018-08-23 10:47:50,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:47:50,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:51,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce9b1fb-29b6-41a3-9ec4-0b15e8f19906 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": {"self": "http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 10:47:51,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9ce9b1fb-29b6-41a3-9ec4-0b15e8f19906 2018-08-23 10:47:51,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.156094074249s 2018-08-23 10:47:51,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9ce9b1fb-29b6-41a3-9ec4-0b15e8f19906 2018-08-23 10:47:51,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 10:47:51,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:51,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0fb3f2-e800-4874-a9cf-afb87a206b32 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0"}, "tags": [], "enabled": true, "id": "2069a5c298674547ab79a80b61eeccc0", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 10:47:51,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9d0fb3f2-e800-4874-a9cf-afb87a206b32 2018-08-23 10:47:51,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111548900604s 2018-08-23 10:47:51,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9d0fb3f2-e800-4874-a9cf-afb87a206b32 2018-08-23 10:47:51,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 10:47:51,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=cd97c3e43b5d4353a8d6ac5fc085cd41&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=2069a5c298674547ab79a80b61eeccc0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:51,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5776d514-e797-4fb8-b784-75d92955af46 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=cd97c3e43b5d4353a8d6ac5fc085cd41&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=2069a5c298674547ab79a80b61eeccc0", "previous": null, "next": null}} 2018-08-23 10:47:51,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=cd97c3e43b5d4353a8d6ac5fc085cd41&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=2069a5c298674547ab79a80b61eeccc0 used request id req-5776d514-e797-4fb8-b784-75d92955af46 2018-08-23 10:47:51,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102294921875s 2018-08-23 10:47:51,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=cd97c3e43b5d4353a8d6ac5fc085cd41&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=2069a5c298674547ab79a80b61eeccc0 used request id req-5776d514-e797-4fb8-b784-75d92955af46 2018-08-23 10:47:51,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 10:47:51,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0/users/cd97c3e43b5d4353a8d6ac5fc085cd41/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:47:51,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6541b960-f11d-45e4-9204-c881798dafb9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:47:51,379 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0/users/cd97c3e43b5d4353a8d6ac5fc085cd41/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-6541b960-f11d-45e4-9204-c881798dafb9 2018-08-23 10:47:51,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.135265827179s 2018-08-23 10:47:51,379 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0/users/cd97c3e43b5d4353a8d6ac5fc085cd41/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-6541b960-f11d-45e4-9204-c881798dafb9 2018-08-23 10:47:51,380 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'2069a5c298674547ab79a80b61eeccc0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8c0015d7-2efc-445c-a344-dbc69b32efd1', 'username': u'cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 10:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:47:51,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:47:51,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:47:51,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:47:51,385 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'password': '8c0015d7-2efc-445c-a344-dbc69b32efd1', 'project_name': 'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '2069a5c298674547ab79a80b61eeccc0', 'project_domain_name': 'Default'} 2018-08-23 10:47:51,388 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-23 10:47:51,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:47:51,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a759eeaf-78af-4f17-a992-9a9481b54568 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:47:51,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a759eeaf-78af-4f17-a992-9a9481b54568 2018-08-23 10:47:51,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:47:51,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:47:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2069a5c298674547ab79a80b61eeccc0", "name": "cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_2069a5c298674547ab79a80b61eeccc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_2069a5c298674547ab79a80b61eeccc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/2069a5c298674547ab79a80b61eeccc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/2069a5c298674547ab79a80b61eeccc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/2069a5c298674547ab79a80b61eeccc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2069a5c298674547ab79a80b61eeccc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/2069a5c298674547ab79a80b61eeccc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/2069a5c298674547ab79a80b61eeccc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/2069a5c298674547ab79a80b61eeccc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "id": "cd97c3e43b5d4353a8d6ac5fc085cd41"}, "audit_ids": ["T8K3uwsbTlGdJ8THyx87dg"], "issued_at": "2018-08-23T10:47:51.000000Z"}} 2018-08-23 10:47:51,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 10:47:51,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"network": {"name": "cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "admin_state_up": true}}' 2018-08-23 10:47:52,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-26c7820b-d971-4ab3-9054-9b2aa9b89af2 Date: Thu, 23 Aug 2018 10:47:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T10:47:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}} 2018-08-23 10:47:52,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-26c7820b-d971-4ab3-9054-9b2aa9b89af2 2018-08-23 10:47:52,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.959272146225s 2018-08-23 10:47:52,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-26c7820b-d971-4ab3-9054-9b2aa9b89af2 2018-08-23 10:47:52,784 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T10:47:52Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c9c6d05e-68a5-4827-89d1-314c7440b4f2', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', u'admin_state_up': True, u'tenant_id': u'2069a5c298674547ab79a80b61eeccc0', u'created_at': u'2018-08-23T10:47:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2069a5c298674547ab79a80b61eeccc0'}) 2018-08-23 10:47:52,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:47:52,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:47:52,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-60d21406-3b2e-4d2b-8b5d-66ea07ad9375 Date: Thu, 23 Aug 2018 10:47:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T10:47:52Z","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:47:52,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60d21406-3b2e-4d2b-8b5d-66ea07ad9375 2018-08-23 10:47:52,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141844987869s 2018-08-23 10:47:52,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-60d21406-3b2e-4d2b-8b5d-66ea07ad9375 2018-08-23 10:47:52,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 10:47:52,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"subnet": {"name": "cloudify-subnet_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "enable_dhcp": true, "network_id": "c9c6d05e-68a5-4827-89d1-314c7440b4f2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 10:47:53,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1983251e-297d-45c6-88be-c7ea52f51d0c Date: Thu, 23 Aug 2018 10:47:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:47:53Z","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":"2069a5c298674547ab79a80b61eeccc0","id":"23540c7d-8d64-47c1-a7ef-d15cf46ac891","subnetpool_id":null,"name":"cloudify-subnet_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}} 2018-08-23 10:47:53,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1983251e-297d-45c6-88be-c7ea52f51d0c 2018-08-23 10:47:53,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.656841039658s 2018-08-23 10:47:53,586 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1983251e-297d-45c6-88be-c7ea52f51d0c 2018-08-23 10:47:53,586 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T10:47:53Z', 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'23540c7d-8d64-47c1-a7ef-d15cf46ac891', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', u'enable_dhcp': True, u'network_id': u'c9c6d05e-68a5-4827-89d1-314c7440b4f2', u'tenant_id': u'2069a5c298674547ab79a80b61eeccc0', u'created_at': u'2018-08-23T10:47:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2069a5c298674547ab79a80b61eeccc0'}) 2018-08-23 10:47:53,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 10:47:53,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "cloudify-router_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "admin_state_up": true}}' 2018-08-23 10:47:54,908 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-a09b077c-abfd-4fee-8ed5-714288f24957 Date: Thu, 23 Aug 2018 10:47:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:53Z", "admin_state_up": true, "updated_at": "2018-08-23T10:47:54Z", "revision_number": 2, "routes": [], "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d", "name": "cloudify-router_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}} 2018-08-23 10:47:54,908 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a09b077c-abfd-4fee-8ed5-714288f24957 2018-08-23 10:47:54,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32105278969s 2018-08-23 10:47:54,909 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-a09b077c-abfd-4fee-8ed5-714288f24957 2018-08-23 10:47:54,909 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2069a5c298674547ab79a80b61eeccc0', u'created_at': u'2018-08-23T10:47:53Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T10:47:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'2069a5c298674547ab79a80b61eeccc0', u'id': u'8e4a768c-b2f3-451d-9b18-eb80bb5b155d', u'name': u'cloudify-router_e6ceb171-c3e7-4a8a-99bb-4839bd90130e'}) 2018-08-23 10:47:54,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 10:47:54,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"subnet_id": "23540c7d-8d64-47c1-a7ef-d15cf46ac891"}' 2018-08-23 10:47:56,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-158f7433-5b2c-4585-b9e1-f69ab011b5c4 Date: Thu, 23 Aug 2018 10:47:56 GMT RESP BODY: {"network_id": "c9c6d05e-68a5-4827-89d1-314c7440b4f2", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "subnet_id": "23540c7d-8d64-47c1-a7ef-d15cf46ac891", "subnet_ids": ["23540c7d-8d64-47c1-a7ef-d15cf46ac891"], "port_id": "d64c46b0-2ca0-4b44-900c-96b66ad78c6c", "id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d"} 2018-08-23 10:47:56,902 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/add_router_interface.json used request id req-158f7433-5b2c-4585-b9e1-f69ab011b5c4 2018-08-23 10:47:56,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99261689186s 2018-08-23 10:47:56,903 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/add_router_interface.json used request id req-158f7433-5b2c-4585-b9e1-f69ab011b5c4 returning object 8e4a768c-b2f3-451d-9b18-eb80bb5b155d 2018-08-23 10:47:56,903 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-23 10:48:22,812 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-23 10:48:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:48:22,820 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 10:48:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 10:48:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:48:22,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:48:23,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fe4b1d91-a4cf-4fa1-934d-09f8ac45357a Date: Thu, 23 Aug 2018 10:48:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:48:23,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fe4b1d91-a4cf-4fa1-934d-09f8ac45357a 2018-08-23 10:48:23,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.699482917786s 2018-08-23 10:48:23,521 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fe4b1d91-a4cf-4fa1-934d-09f8ac45357a 2018-08-23 10:48:23,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 10:48:23,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}' 2018-08-23 10:48:23,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f0254160-0e0e-4598-b4e5-9e07c8c593e1 Date: Thu, 23 Aug 2018 10:48:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:48:23Z", "file": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file", "owner": "2069a5c298674547ab79a80b61eeccc0", "id": "071132d3-e691-40dc-94a4-7379c24f583d", "size": null, "self": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "checksum": null, "created_at": "2018-08-23T10:48:23Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 10:48:23,574 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f0254160-0e0e-4598-b4e5-9e07c8c593e1 2018-08-23 10:48:23,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0451819896698s 2018-08-23 10:48:23,574 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f0254160-0e0e-4598-b4e5-9e07c8c593e1 returning object 071132d3-e691-40dc-94a4-7379c24f583d 2018-08-23 10:48:23,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 10:48:23,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '' 2018-08-23 10:49:25,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7d059ed3-57a2-476a-bed4-204bde47b2ee Date: Thu, 23 Aug 2018 10:49:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:49:25,671 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file used request id req-7d059ed3-57a2-476a-bed4-204bde47b2ee 2018-08-23 10:49:25,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 62.0967121124s 2018-08-23 10:49:25,672 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file used request id req-7d059ed3-57a2-476a-bed4-204bde47b2ee 2018-08-23 10:49:25,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:49:25,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:25,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ec4e02a2-9133-4cf8-afc1-a30fd8262c6a Date: Thu, 23 Aug 2018 10:49:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:49:25Z", "file": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file", "owner": "2069a5c298674547ab79a80b61eeccc0", "id": "071132d3-e691-40dc-94a4-7379c24f583d", "size": 4373348352, "self": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:48:23Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:49:25,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec4e02a2-9133-4cf8-afc1-a30fd8262c6a 2018-08-23 10:49:25,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0450279712677s 2018-08-23 10:49:25,723 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec4e02a2-9133-4cf8-afc1-a30fd8262c6a 2018-08-23 10:49:25,725 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file', 'owner': u'2069a5c298674547ab79a80b61eeccc0', 'id': u'071132d3-e691-40dc-94a4-7379c24f583d', 'size': 4373348352, u'self': u'/v2/images/071132d3-e691-40dc-94a4-7379c24f583d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2069a5c298674547ab79a80b61eeccc0', 'name': 'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T10:49:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T10:49:25Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/071132d3-e691-40dc-94a4-7379c24f583d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'created': u'2018-08-23T10:48:23Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-23T10:48:23Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/071132d3-e691-40dc-94a4-7379c24f583d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-23 10:49:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 10:49:25,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-23 10:49:26,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-02dde211-6ff5-4092-98d0-8fb3271a2510 x-compute-request-id: req-02dde211-6ff5-4092-98d0-8fb3271a2510 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0"}} 2018-08-23 10:49:26,173 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-02dde211-6ff5-4092-98d0-8fb3271a2510 2018-08-23 10:49:26,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.447434902191s 2018-08-23 10:49:26,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-02dde211-6ff5-4092-98d0-8fb3271a2510 2018-08-23 10:49:26,175 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', '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'75a5557001334edf9fd80cd1c711e2ec', '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'5476241c-6df1-4311-bdbd-3bd2744e1ec0', 'swap': 0}) 2018-08-23 10:49:26,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 10:49:26,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" -d '{"extra_specs": {}}' 2018-08-23 10:49:26,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-34c095d3-fb46-4648-84ab-0ee1209de4b0 x-compute-request-id: req-34c095d3-fb46-4648-84ab-0ee1209de4b0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 10:49:26,204 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0/os-extra_specs used request id req-34c095d3-fb46-4648-84ab-0ee1209de4b0 2018-08-23 10:49:26,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0286610126495s 2018-08-23 10:49:26,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0/os-extra_specs used request id req-34c095d3-fb46-4648-84ab-0ee1209de4b0 2018-08-23 10:49:26,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 10:49:26,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"keypair": {"name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}}' 2018-08-23 10:49:26,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-cef0d0be-d819-4e87-b165-4fe79cc80166 x-compute-request-id: req-cef0d0be-d819-4e87-b165-4fe79cc80166 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ1NMtQD5/cSV1woJamqjEbmbL6xRCd/P6hQ2whwGDvwySEMBwSAwqf+fbIJxGBY3iSaVOHWypD8K9sUNsrCJGzedCX/FZuLpKRSEi/Z90kPX+tdNGNjSReyNhsQiECx1hqni1d8n98rr5D8T/kCvTcw7JbkMH6WLt6/E3F751xxC7WHOlMKc1ZZ69s84PUTvtnL+L1E07Bj6JtX18WoayIsniYoVXGd7z8LAQL2psKTG1hU5fTgraCzu3uQrsrVjnC28kMW/MFM6hDZIbeynvjM47Gus2+Vgp56iEAjklonVZXkwVTYoejJWBzA2deGTFTvoXcviO5QEnma/s4tbd Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0NTTLUA+f3EldcKCWpqoxG5my+sUQnfz+oUNsIcBg78MkhDA\ncEgMKn/n2yCcRgWN4kmlTh1sqQ/CvbFDbKwiRs3nQl/xWbi6SkUhIv2fdJD1/rXT\nRjY0kXsjYbEIhAsdYap4tXfJ/fK6+Q/E/5Ar03MOyW5DB+li7evxNxe+dccQu1hz\npTCnNWWevbPOD1E77Zy/i9RNOwY+ibV9fFqGsiLJ4mKFVxne8/CwEC9qbCkxtYVO\nX04K2gs7t7kK7K1Y5wtvJDFvzBTOoQ2SG3sp74zOOxrrNvlYKeeohAI5JaJ1WV5M\nFU2KHoyVgcwNnXhkxU76F3L4juUBJ5mv7OLW3QIDAQABAoIBAFhlTgKAiDPv0/h1\n3jG196w2Q0Mb/dZo6hhoC7RmYUjALPUDLEIa7TNsMtt5gUzOexGHNPbM07r4Velv\nyGeOsW+hJrvc2s+stwZLHsyt6Loxxj8L/iNhPH08T2zBwCYMgmJeA3xk+VaKUYSt\nnSjEgRifQmoXRz5pFxw43EECxvcZCNB0Sh3T9jn3KvQ5JHjZsaUI4vElXDPP3Jwx\n8BE13NdfYI8asE5bTGOYpX6B+/eWZ9QUD6iP21nsehV1DV5BSSmnmH2wcGRSxm2Q\naJbWsDtqnxfCMdFKXEavat99/v2mFh42+uhBT7k+Ql6EUldDZ7Igxfi9wtbz3//0\nCxotBu0CgYEA++V6QgYzXIFHczvcZ0S39e4kcXaAP2WAv/hEvE0H2s6C/Wag07bR\nCbjcKVP42pBNmm73THEgWTuuU6UkKWp/opwSsHZdCbGYz/cl4lX+m7yHYSI+QVAP\nwoHl0zAEG7OG1OH1LMk6oaPE4YelQk+8vqDDkd6SSvaiaGn43EknyHsCgYEA1Du/\nG6EOSijoEys0vRDqjQ7GT7UJz0+xeOINmFIo/LLQbEGgM2urOf6ikPMNURCTPOPV\nDtp2VtL+Nzk/HY2+pYjzWq3ujQVjGW5+ybzDaLj4WrOnSEgMCZvBQiEu6yoZc3w+\nzO7iorDSGPto0Gt/EO1BBHzyjDzGM2ErmaNg+ocCgYBuvLxZiDZOJXtOunMzZu9k\ni1O0Gb9Zn3rRagh1q3uXgo/tbI+pY0ZUetM2y/arxyKGkN/g2B67e9Qwa3oRRwNj\nbi99KhvOpieizWj3Lozm1CPD3PT3a4XyIX7yr7oun2bX8ZoCHVjMNJ3Z8/L/yuQT\n/cLcPrebgv903ZmM5hA6PwKBgEe5OUiZET82u9dejqAmi13IVHSzdfE9uXhkzLth\naMCdnZo4Q2+dP2yGBWJ/AU0YEOpPBL3UTpHhFFCNZCsUsA05TySiCzBVVbxOf0Km\nLFPDzwq4FBx1XLwSiylSFY0b2SYSIxcW1DivERGoRS/KZFLQG1zs7Ps/vqu2dwmh\nETEZAoGBAJ5jvX2mXyrGW/E6HcDIoG/nB7vxy+A/ORqYd/99/obGtFwrZh7nnkex\nFPrPpQd2DxdikX4ONkPHcgYVxFI2LV+yM4wjW5pdFvoEKGI5hG8TgiIoWBnIiAvt\n7YbrLsFGSre9tOTKoY3+A9jk7v46s2YNl3wsFlsF+RLsCTcmJsdA\n-----END RSA PRIVATE KEY-----\n", "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "fingerprint": "18:06:a4:32:d2:8b:8a:6f:89:5b:fd:03:50:6a:f5:b7"}} 2018-08-23 10:49:26,575 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cef0d0be-d819-4e87-b165-4fe79cc80166 2018-08-23 10:49:26,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.370466947556s 2018-08-23 10:49:26,576 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cef0d0be-d819-4e87-b165-4fe79cc80166 2018-08-23 10:49:26,577 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ1NMtQD5/cSV1woJamqjEbmbL6xRCd/P6hQ2whwGDvwySEMBwSAwqf+fbIJxGBY3iSaVOHWypD8K9sUNsrCJGzedCX/FZuLpKRSEi/Z90kPX+tdNGNjSReyNhsQiECx1hqni1d8n98rr5D8T/kCvTcw7JbkMH6WLt6/E3F751xxC7WHOlMKc1ZZ69s84PUTvtnL+L1E07Bj6JtX18WoayIsniYoVXGd7z8LAQL2psKTG1hU5fTgraCzu3uQrsrVjnC28kMW/MFM6hDZIbeynvjM47Gus2+Vgp56iEAjklonVZXkwVTYoejJWBzA2deGTFTvoXcviO5QEnma/s4tbd Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0NTTLUA+f3EldcKCWpqoxG5my+sUQnfz+oUNsIcBg78MkhDA\ncEgMKn/n2yCcRgWN4kmlTh1sqQ/CvbFDbKwiRs3nQl/xWbi6SkUhIv2fdJD1/rXT\nRjY0kXsjYbEIhAsdYap4tXfJ/fK6+Q/E/5Ar03MOyW5DB+li7evxNxe+dccQu1hz\npTCnNWWevbPOD1E77Zy/i9RNOwY+ibV9fFqGsiLJ4mKFVxne8/CwEC9qbCkxtYVO\nX04K2gs7t7kK7K1Y5wtvJDFvzBTOoQ2SG3sp74zOOxrrNvlYKeeohAI5JaJ1WV5M\nFU2KHoyVgcwNnXhkxU76F3L4juUBJ5mv7OLW3QIDAQABAoIBAFhlTgKAiDPv0/h1\n3jG196w2Q0Mb/dZo6hhoC7RmYUjALPUDLEIa7TNsMtt5gUzOexGHNPbM07r4Velv\nyGeOsW+hJrvc2s+stwZLHsyt6Loxxj8L/iNhPH08T2zBwCYMgmJeA3xk+VaKUYSt\nnSjEgRifQmoXRz5pFxw43EECxvcZCNB0Sh3T9jn3KvQ5JHjZsaUI4vElXDPP3Jwx\n8BE13NdfYI8asE5bTGOYpX6B+/eWZ9QUD6iP21nsehV1DV5BSSmnmH2wcGRSxm2Q\naJbWsDtqnxfCMdFKXEavat99/v2mFh42+uhBT7k+Ql6EUldDZ7Igxfi9wtbz3//0\nCxotBu0CgYEA++V6QgYzXIFHczvcZ0S39e4kcXaAP2WAv/hEvE0H2s6C/Wag07bR\nCbjcKVP42pBNmm73THEgWTuuU6UkKWp/opwSsHZdCbGYz/cl4lX+m7yHYSI+QVAP\nwoHl0zAEG7OG1OH1LMk6oaPE4YelQk+8vqDDkd6SSvaiaGn43EknyHsCgYEA1Du/\nG6EOSijoEys0vRDqjQ7GT7UJz0+xeOINmFIo/LLQbEGgM2urOf6ikPMNURCTPOPV\nDtp2VtL+Nzk/HY2+pYjzWq3ujQVjGW5+ybzDaLj4WrOnSEgMCZvBQiEu6yoZc3w+\nzO7iorDSGPto0Gt/EO1BBHzyjDzGM2ErmaNg+ocCgYBuvLxZiDZOJXtOunMzZu9k\ni1O0Gb9Zn3rRagh1q3uXgo/tbI+pY0ZUetM2y/arxyKGkN/g2B67e9Qwa3oRRwNj\nbi99KhvOpieizWj3Lozm1CPD3PT3a4XyIX7yr7oun2bX8ZoCHVjMNJ3Z8/L/yuQT\n/cLcPrebgv903ZmM5hA6PwKBgEe5OUiZET82u9dejqAmi13IVHSzdfE9uXhkzLth\naMCdnZo4Q2+dP2yGBWJ/AU0YEOpPBL3UTpHhFFCNZCsUsA05TySiCzBVVbxOf0Km\nLFPDzwq4FBx1XLwSiylSFY0b2SYSIxcW1DivERGoRS/KZFLQG1zs7Ps/vqu2dwmh\nETEZAoGBAJ5jvX2mXyrGW/E6HcDIoG/nB7vxy+A/ORqYd/99/obGtFwrZh7nnkex\nFPrPpQd2DxdikX4ONkPHcgYVxFI2LV+yM4wjW5pdFvoEKGI5hG8TgiIoWBnIiAvt\n7YbrLsFGSre9tOTKoY3+A9jk7v46s2YNl3wsFlsF+RLsCTcmJsdA\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'cd97c3e43b5d4353a8d6ac5fc085cd41', 'name': u'cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'created_at': '2018-08-23T10:49:26.577102', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2069a5c298674547ab79a80b61eeccc0', 'name': 'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'18:06:a4:32:d2:8b:8a:6f:89:5b:fd:03:50:6a:f5:b7', 'type': 'ssh', 'id': u'cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e'}) 2018-08-23 10:49:26,577 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0NTTLUA+f3EldcKCWpqoxG5my+sUQnfz+oUNsIcBg78MkhDA cEgMKn/n2yCcRgWN4kmlTh1sqQ/CvbFDbKwiRs3nQl/xWbi6SkUhIv2fdJD1/rXT RjY0kXsjYbEIhAsdYap4tXfJ/fK6+Q/E/5Ar03MOyW5DB+li7evxNxe+dccQu1hz pTCnNWWevbPOD1E77Zy/i9RNOwY+ibV9fFqGsiLJ4mKFVxne8/CwEC9qbCkxtYVO X04K2gs7t7kK7K1Y5wtvJDFvzBTOoQ2SG3sp74zOOxrrNvlYKeeohAI5JaJ1WV5M FU2KHoyVgcwNnXhkxU76F3L4juUBJ5mv7OLW3QIDAQABAoIBAFhlTgKAiDPv0/h1 3jG196w2Q0Mb/dZo6hhoC7RmYUjALPUDLEIa7TNsMtt5gUzOexGHNPbM07r4Velv yGeOsW+hJrvc2s+stwZLHsyt6Loxxj8L/iNhPH08T2zBwCYMgmJeA3xk+VaKUYSt nSjEgRifQmoXRz5pFxw43EECxvcZCNB0Sh3T9jn3KvQ5JHjZsaUI4vElXDPP3Jwx 8BE13NdfYI8asE5bTGOYpX6B+/eWZ9QUD6iP21nsehV1DV5BSSmnmH2wcGRSxm2Q aJbWsDtqnxfCMdFKXEavat99/v2mFh42+uhBT7k+Ql6EUldDZ7Igxfi9wtbz3//0 CxotBu0CgYEA++V6QgYzXIFHczvcZ0S39e4kcXaAP2WAv/hEvE0H2s6C/Wag07bR CbjcKVP42pBNmm73THEgWTuuU6UkKWp/opwSsHZdCbGYz/cl4lX+m7yHYSI+QVAP woHl0zAEG7OG1OH1LMk6oaPE4YelQk+8vqDDkd6SSvaiaGn43EknyHsCgYEA1Du/ G6EOSijoEys0vRDqjQ7GT7UJz0+xeOINmFIo/LLQbEGgM2urOf6ikPMNURCTPOPV Dtp2VtL+Nzk/HY2+pYjzWq3ujQVjGW5+ybzDaLj4WrOnSEgMCZvBQiEu6yoZc3w+ zO7iorDSGPto0Gt/EO1BBHzyjDzGM2ErmaNg+ocCgYBuvLxZiDZOJXtOunMzZu9k i1O0Gb9Zn3rRagh1q3uXgo/tbI+pY0ZUetM2y/arxyKGkN/g2B67e9Qwa3oRRwNj bi99KhvOpieizWj3Lozm1CPD3PT3a4XyIX7yr7oun2bX8ZoCHVjMNJ3Z8/L/yuQT /cLcPrebgv903ZmM5hA6PwKBgEe5OUiZET82u9dejqAmi13IVHSzdfE9uXhkzLth aMCdnZo4Q2+dP2yGBWJ/AU0YEOpPBL3UTpHhFFCNZCsUsA05TySiCzBVVbxOf0Km LFPDzwq4FBx1XLwSiylSFY0b2SYSIxcW1DivERGoRS/KZFLQG1zs7Ps/vqu2dwmh ETEZAoGBAJ5jvX2mXyrGW/E6HcDIoG/nB7vxy+A/ORqYd/99/obGtFwrZh7nnkex FPrPpQd2DxdikX4ONkPHcgYVxFI2LV+yM4wjW5pdFvoEKGI5hG8TgiIoWBnIiAvt 7YbrLsFGSre9tOTKoY3+A9jk7v46s2YNl3wsFlsF+RLsCTcmJsdA -----END RSA PRIVATE KEY----- 2018-08-23 10:49:26,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 10:49:26,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"security_group": {"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-23 10:49:27,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9b842baa-de4e-4228-b14f-d4abb9616af5 Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}} 2018-08-23 10:49:27,045 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9b842baa-de4e-4228-b14f-d4abb9616af5 2018-08-23 10:49:27,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.463946819305s 2018-08-23 10:49:27,045 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9b842baa-de4e-4228-b14f-d4abb9616af5 2018-08-23 10:49:27,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:27,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:27,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-fcf16ec7-6e48-445c-b6c1-89c0ee1bae3b Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:27,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fcf16ec7-6e48-445c-b6c1-89c0ee1bae3b 2018-08-23 10:49:27,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0759999752045s 2018-08-23 10:49:27,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fcf16ec7-6e48-445c-b6c1-89c0ee1bae3b 2018-08-23 10:49:27,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:27,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4f15a4df-6340-4f6a-b6c7-2bb278fba8f3 Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": 22, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:27Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4"}} 2018-08-23 10:49:27,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4f15a4df-6340-4f6a-b6c7-2bb278fba8f3 2018-08-23 10:49:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.23604798317s 2018-08-23 10:49:27,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4f15a4df-6340-4f6a-b6c7-2bb278fba8f3 2018-08-23 10:49:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:27,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:27,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-e436a314-c9da-4636-ab60-8a153074f475 Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 2, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:27,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e436a314-c9da-4636-ab60-8a153074f475 2018-08-23 10:49:27,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.265473127365s 2018-08-23 10:49:27,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e436a314-c9da-4636-ab60-8a153074f475 2018-08-23 10:49:27,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:27,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-021d1658-a95f-47ec-b299-0e8e11c0af33 Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": null, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:27Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "d1a83497-639b-4420-8054-b98f17774c70"}} 2018-08-23 10:49:27,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-021d1658-a95f-47ec-b299-0e8e11c0af33 2018-08-23 10:49:27,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132647037506s 2018-08-23 10:49:27,772 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-021d1658-a95f-47ec-b299-0e8e11c0af33 2018-08-23 10:49:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:27,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:27,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-84f9f694-0890-4df1-980e-f88fd819e11f Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d1a83497-639b-4420-8054-b98f17774c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 3, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:27,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-84f9f694-0890-4df1-980e-f88fd819e11f 2018-08-23 10:49:27,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521759986877s 2018-08-23 10:49:27,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-84f9f694-0890-4df1-980e-f88fd819e11f 2018-08-23 10:49:27,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:27,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:27,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6fb01fce-8453-443f-b925-74595ca24cbe Date: Thu, 23 Aug 2018 10:49:27 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": 80, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:27Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "1dd3a3d4-27b0-41ff-b5a0-19b827135a38"}} 2018-08-23 10:49:27,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-6fb01fce-8453-443f-b925-74595ca24cbe 2018-08-23 10:49:27,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137815952301s 2018-08-23 10:49:27,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-6fb01fce-8453-443f-b925-74595ca24cbe 2018-08-23 10:49:27,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-59ea731c-75a2-4a99-8c0a-bff81403637a Date: Thu, 23 Aug 2018 10:49:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:27Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "1dd3a3d4-27b0-41ff-b5a0-19b827135a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d1a83497-639b-4420-8054-b98f17774c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 4, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:28,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-59ea731c-75a2-4a99-8c0a-bff81403637a 2018-08-23 10:49:28,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0468280315399s 2018-08-23 10:49:28,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-59ea731c-75a2-4a99-8c0a-bff81403637a 2018-08-23 10:49:28,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:28,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:28,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d4b1ef67-3ba4-47d4-9db5-23ca7e4b16fd Date: Thu, 23 Aug 2018 10:49: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": 443, "updated_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": 443, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:28Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "1913dfa3-b383-4ab9-a43c-296253450397"}} 2018-08-23 10:49:28,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d4b1ef67-3ba4-47d4-9db5-23ca7e4b16fd 2018-08-23 10:49:28,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.179374933243s 2018-08-23 10:49:28,204 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d4b1ef67-3ba4-47d4-9db5-23ca7e4b16fd 2018-08-23 10:49:28,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-f4f3ae71-271b-470f-acd3-c8b13a6e966c Date: Thu, 23 Aug 2018 10:49:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "1913dfa3-b383-4ab9-a43c-296253450397", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "1dd3a3d4-27b0-41ff-b5a0-19b827135a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d1a83497-639b-4420-8054-b98f17774c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 5, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:28,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f4f3ae71-271b-470f-acd3-c8b13a6e966c 2018-08-23 10:49:28,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0551950931549s 2018-08-23 10:49:28,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f4f3ae71-271b-470f-acd3-c8b13a6e966c 2018-08-23 10:49:28,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:28,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:28,486 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-951b04f6-4704-4216-a1a7-453b3b7e89b7 Date: Thu, 23 Aug 2018 10:49: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": 5671, "updated_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": 5671, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:28Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "1f4f9286-91a9-4667-8dcd-25eb20ed008b"}} 2018-08-23 10:49:28,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-951b04f6-4704-4216-a1a7-453b3b7e89b7 2018-08-23 10:49:28,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.220447063446s 2018-08-23 10:49:28,487 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-951b04f6-4704-4216-a1a7-453b3b7e89b7 2018-08-23 10:49:28,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:49:28,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-39a82462-eda9-40fa-b315-f83da3675970 Date: Thu, 23 Aug 2018 10:49:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "1913dfa3-b383-4ab9-a43c-296253450397", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "1dd3a3d4-27b0-41ff-b5a0-19b827135a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "1f4f9286-91a9-4667-8dcd-25eb20ed008b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d1a83497-639b-4420-8054-b98f17774c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 6, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:49:28,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39a82462-eda9-40fa-b315-f83da3675970 2018-08-23 10:49:28,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0530090332031s 2018-08-23 10:49:28,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-39a82462-eda9-40fa-b315-f83da3675970 2018-08-23 10:49:28,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:49:28,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -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": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}}' 2018-08-23 10:49:28,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-63eab68f-994f-436b-87d1-d6beffec1acb Date: Thu, 23 Aug 2018 10:49: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": 53333, "updated_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "port_range_min": 53333, "revision_number": 0, "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:28Z", "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "dae889e4-4502-4fc7-a1df-fa3edd60f411"}} 2018-08-23 10:49:28,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-63eab68f-994f-436b-87d1-d6beffec1acb 2018-08-23 10:49:28,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.195289850235s 2018-08-23 10:49:28,743 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-63eab68f-994f-436b-87d1-d6beffec1acb 2018-08-23 10:49:28,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:49:28,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-fc0d52b8-2b30-4727-a8eb-8fd2aa78a8a2 Date: Thu, 23 Aug 2018 10:49: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":["23540c7d-8d64-47c1-a7ef-d15cf46ac891"],"updated_at":"2018-08-23T10:47:53Z","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:49:28,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fc0d52b8-2b30-4727-a8eb-8fd2aa78a8a2 2018-08-23 10:49:28,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103055000305s 2018-08-23 10:49:28,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fc0d52b8-2b30-4727-a8eb-8fd2aa78a8a2 2018-08-23 10:49:28,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:49:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d4773ec2-0f0f-4602-ac59-8b86a3589e5b Date: Thu, 23 Aug 2018 10:49:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:49:25Z", "file": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file", "owner": "2069a5c298674547ab79a80b61eeccc0", "id": "071132d3-e691-40dc-94a4-7379c24f583d", "size": 4373348352, "self": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:48:23Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:49:28,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d4773ec2-0f0f-4602-ac59-8b86a3589e5b 2018-08-23 10:49:28,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0446081161499s 2018-08-23 10:49:28,897 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d4773ec2-0f0f-4602-ac59-8b86a3589e5b 2018-08-23 10:49:28,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:49:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:28,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f437881-9371-48d9-880f-9b06da0fb785 x-compute-request-id: req-3f437881-9371-48d9-880f-9b06da0fb785 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0"}]} 2018-08-23 10:49:28,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3f437881-9371-48d9-880f-9b06da0fb785 2018-08-23 10:49:28,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222527980804s 2018-08-23 10:49:28,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3f437881-9371-48d9-880f-9b06da0fb785 2018-08-23 10:49:28,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 10:49:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"server": {"name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "imageRef": "071132d3-e691-40dc-94a4-7379c24f583d", "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "flavorRef": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c9c6d05e-68a5-4827-89d1-314c7440b4f2"}], "security_groups": [{"name": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}]}}' 2018-08-23 10:49:30,973 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffda0123-e07e-49ad-b5bc-52495a56c7df x-compute-request-id: req-ffda0123-e07e-49ad-b5bc-52495a56c7df Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "23f786e5-77a7-4786-bf00-cdbc209b2d45"}], "OS-DCF:diskConfig": "MANUAL", "id": "addebede-4594-40ae-a8c4-4a4139875e49", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "adminPass": "yo3NWtEHzVqA"}} 2018-08-23 10:49:30,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ffda0123-e07e-49ad-b5bc-52495a56c7df 2018-08-23 10:49:30,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.05051398277s 2018-08-23 10:49:30,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ffda0123-e07e-49ad-b5bc-52495a56c7df 2018-08-23 10:49:30,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:30,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:31,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49: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-45de54a1-d458-4b61-a88e-9f4e27a85ec1 x-compute-request-id: req-45de54a1-d458-4b61-a88e-9f4e27a85ec1 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:31,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45de54a1-d458-4b61-a88e-9f4e27a85ec1 2018-08-23 10:49:31,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60907292366s 2018-08-23 10:49:31,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45de54a1-d458-4b61-a88e-9f4e27a85ec1 2018-08-23 10:49:31,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:49:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:31,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-1a79b3ff-6e32-4db2-a753-d6fd7c328c5e Date: Thu, 23 Aug 2018 10:49: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":["23540c7d-8d64-47c1-a7ef-d15cf46ac891"],"updated_at":"2018-08-23T10:47:53Z","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:49:31,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1a79b3ff-6e32-4db2-a753-d6fd7c328c5e 2018-08-23 10:49:31,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105401039124s 2018-08-23 10:49:31,697 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1a79b3ff-6e32-4db2-a753-d6fd7c328c5e 2018-08-23 10:49:31,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 10:49:31,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:31,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7bea7c84-a51c-48e7-9198-130da31e951e Date: Thu, 23 Aug 2018 10:49:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:47:53Z","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":"2069a5c298674547ab79a80b61eeccc0","id":"23540c7d-8d64-47c1-a7ef-d15cf46ac891","subnetpool_id":null,"name":"cloudify-subnet_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}]} 2018-08-23 10:49:31,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7bea7c84-a51c-48e7-9198-130da31e951e 2018-08-23 10:49:31,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.041188955307s 2018-08-23 10:49:31,739 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7bea7c84-a51c-48e7-9198-130da31e951e 2018-08-23 10:49:31,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:33,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:33,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:34,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7ccbacd-f02f-4fbb-b689-9bd27b322f42 x-compute-request-id: req-b7ccbacd-f02f-4fbb-b689-9bd27b322f42 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:34,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7ccbacd-f02f-4fbb-b689-9bd27b322f42 2018-08-23 10:49:34,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390212059021s 2018-08-23 10:49:34,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7ccbacd-f02f-4fbb-b689-9bd27b322f42 2018-08-23 10:49:34,137 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:36,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:36,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:36,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b6009ee-04b1-4acf-b7a1-3bcaf57da392 x-compute-request-id: req-2b6009ee-04b1-4acf-b7a1-3bcaf57da392 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:36,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b6009ee-04b1-4acf-b7a1-3bcaf57da392 2018-08-23 10:49:36,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614129066467s 2018-08-23 10:49:36,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b6009ee-04b1-4acf-b7a1-3bcaf57da392 2018-08-23 10:49:36,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:38,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:38,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54cd48fc-0f87-4af9-9c92-f0f3ef406403 x-compute-request-id: req-54cd48fc-0f87-4af9-9c92-f0f3ef406403 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:38,981 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54cd48fc-0f87-4af9-9c92-f0f3ef406403 2018-08-23 10:49:38,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.219379901886s 2018-08-23 10:49:38,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54cd48fc-0f87-4af9-9c92-f0f3ef406403 2018-08-23 10:49:38,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:40,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:40,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:41,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-d2b98bbf-8def-43c2-ab86-6bf0eaf6772a x-compute-request-id: req-d2b98bbf-8def-43c2-ab86-6bf0eaf6772a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:41,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2b98bbf-8def-43c2-ab86-6bf0eaf6772a 2018-08-23 10:49:41,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518085956573s 2018-08-23 10:49:41,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2b98bbf-8def-43c2-ab86-6bf0eaf6772a 2018-08-23 10:49:41,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:43,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:43,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:43,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-ea258135-a031-4e3b-8ac1-75755f33d5ad x-compute-request-id: req-ea258135-a031-4e3b-8ac1-75755f33d5ad Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:43,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea258135-a031-4e3b-8ac1-75755f33d5ad 2018-08-23 10:49:43,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190776824951s 2018-08-23 10:49:43,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea258135-a031-4e3b-8ac1-75755f33d5ad 2018-08-23 10:49:43,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:45,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:46,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebac3d14-59ed-45cc-94ca-7bed8a1e01ed x-compute-request-id: req-ebac3d14-59ed-45cc-94ca-7bed8a1e01ed Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:46,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebac3d14-59ed-45cc-94ca-7bed8a1e01ed 2018-08-23 10:49:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456891059875s 2018-08-23 10:49:46,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebac3d14-59ed-45cc-94ca-7bed8a1e01ed 2018-08-23 10:49:46,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:48,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:48,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-1ac3bda0-45c8-4e65-9c72-c492a83f2f88 x-compute-request-id: req-1ac3bda0-45c8-4e65-9c72-c492a83f2f88 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:48,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ac3bda0-45c8-4e65-9c72-c492a83f2f88 2018-08-23 10:49:48,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440743923187s 2018-08-23 10:49:48,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ac3bda0-45c8-4e65-9c72-c492a83f2f88 2018-08-23 10:49:48,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:50,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:50,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:51,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-be7a55ec-2f78-42f2-abf3-033d10b38abf x-compute-request-id: req-be7a55ec-2f78-42f2-abf3-033d10b38abf Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:51,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be7a55ec-2f78-42f2-abf3-033d10b38abf 2018-08-23 10:49:51,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455636024475s 2018-08-23 10:49:51,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-be7a55ec-2f78-42f2-abf3-033d10b38abf 2018-08-23 10:49:51,082 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:53,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:53,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:53,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-a0f1a71c-3ab6-44ee-a307-63d30cd64fa3 x-compute-request-id: req-a0f1a71c-3ab6-44ee-a307-63d30cd64fa3 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:53,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0f1a71c-3ab6-44ee-a307-63d30cd64fa3 2018-08-23 10:49:53,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.50083899498s 2018-08-23 10:49:53,586 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0f1a71c-3ab6-44ee-a307-63d30cd64fa3 2018-08-23 10:49:53,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:55,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:55,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:55,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87254b0a-5926-454c-afd7-9feb0786ed75 x-compute-request-id: req-87254b0a-5926-454c-afd7-9feb0786ed75 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:55,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-87254b0a-5926-454c-afd7-9feb0786ed75 2018-08-23 10:49:55,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200397014618s 2018-08-23 10:49:55,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-87254b0a-5926-454c-afd7-9feb0786ed75 2018-08-23 10:49:55,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:57,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:57,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:49:57,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23dd8b36-dba9-492b-b3bc-6fd1341a96d6 x-compute-request-id: req-23dd8b36-dba9-492b-b3bc-6fd1341a96d6 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:49:57,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23dd8b36-dba9-492b-b3bc-6fd1341a96d6 2018-08-23 10:49:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17849612236s 2018-08-23 10:49:57,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23dd8b36-dba9-492b-b3bc-6fd1341a96d6 2018-08-23 10:49:57,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:49:59,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:49:59,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:00,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f37cbc99-82b1-4a0c-bc7c-db4d32957dc2 x-compute-request-id: req-f37cbc99-82b1-4a0c-bc7c-db4d32957dc2 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:00,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f37cbc99-82b1-4a0c-bc7c-db4d32957dc2 2018-08-23 10:50:00,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729978084564s 2018-08-23 10:50:00,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f37cbc99-82b1-4a0c-bc7c-db4d32957dc2 2018-08-23 10:50:00,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:02,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:02,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:02,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99f1173a-ddb2-4287-adf1-82c72399cb5a x-compute-request-id: req-99f1173a-ddb2-4287-adf1-82c72399cb5a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:02,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99f1173a-ddb2-4287-adf1-82c72399cb5a 2018-08-23 10:50:02,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181296110153s 2018-08-23 10:50:02,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99f1173a-ddb2-4287-adf1-82c72399cb5a 2018-08-23 10:50:02,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:04,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:04,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:05,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-f052c729-717b-460c-87b4-e6f0bc5ed709 x-compute-request-id: req-f052c729-717b-460c-87b4-e6f0bc5ed709 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:05,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f052c729-717b-460c-87b4-e6f0bc5ed709 2018-08-23 10:50:05,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392512798309s 2018-08-23 10:50:05,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f052c729-717b-460c-87b4-e6f0bc5ed709 2018-08-23 10:50:05,307 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:07,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:07,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:07,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-da844178-fe67-4c38-8d32-878be9618272 x-compute-request-id: req-da844178-fe67-4c38-8d32-878be9618272 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:07,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da844178-fe67-4c38-8d32-878be9618272 2018-08-23 10:50:07,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42364692688s 2018-08-23 10:50:07,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da844178-fe67-4c38-8d32-878be9618272 2018-08-23 10:50:07,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:09,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:09,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:10,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-007ad2df-e339-47ab-b256-78b77d4a345a x-compute-request-id: req-007ad2df-e339-47ab-b256-78b77d4a345a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:10,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-007ad2df-e339-47ab-b256-78b77d4a345a 2018-08-23 10:50:10,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368469953537s 2018-08-23 10:50:10,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-007ad2df-e339-47ab-b256-78b77d4a345a 2018-08-23 10:50:10,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:12,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:12,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:12,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8ce14c9-fcd4-4931-8212-33873d2e3a7a x-compute-request-id: req-b8ce14c9-fcd4-4931-8212-33873d2e3a7a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:12,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8ce14c9-fcd4-4931-8212-33873d2e3a7a 2018-08-23 10:50:12,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175075054169s 2018-08-23 10:50:12,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b8ce14c9-fcd4-4931-8212-33873d2e3a7a 2018-08-23 10:50:12,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:14,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:14,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50: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-994296ea-b30a-491d-aca4-ca74f665001d x-compute-request-id: req-994296ea-b30a-491d-aca4-ca74f665001d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:14,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-994296ea-b30a-491d-aca4-ca74f665001d 2018-08-23 10:50:14,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.324591875076s 2018-08-23 10:50:14,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-994296ea-b30a-491d-aca4-ca74f665001d 2018-08-23 10:50:14,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:16,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:16,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:16,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cde3257-8d81-404f-9bf8-8a1c02c5f5d5 x-compute-request-id: req-7cde3257-8d81-404f-9bf8-8a1c02c5f5d5 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:16,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cde3257-8d81-404f-9bf8-8a1c02c5f5d5 2018-08-23 10:50:16,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171048164368s 2018-08-23 10:50:16,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cde3257-8d81-404f-9bf8-8a1c02c5f5d5 2018-08-23 10:50:16,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:18,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:18,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:18,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-27945c68-416c-48dc-bded-2baaaabc2e20 x-compute-request-id: req-27945c68-416c-48dc-bded-2baaaabc2e20 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:18,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27945c68-416c-48dc-bded-2baaaabc2e20 2018-08-23 10:50:18,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189185142517s 2018-08-23 10:50:18,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27945c68-416c-48dc-bded-2baaaabc2e20 2018-08-23 10:50:19,001 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:21,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:21,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:21,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac331d71-2f97-41cf-80ea-eed853e508c7 x-compute-request-id: req-ac331d71-2f97-41cf-80ea-eed853e508c7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:21,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ac331d71-2f97-41cf-80ea-eed853e508c7 2018-08-23 10:50:21,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.413302898407s 2018-08-23 10:50:21,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ac331d71-2f97-41cf-80ea-eed853e508c7 2018-08-23 10:50:21,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:23,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:23,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:23,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5727acbb-19b8-49ce-8ad6-e9392a19cd27 x-compute-request-id: req-5727acbb-19b8-49ce-8ad6-e9392a19cd27 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:23,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5727acbb-19b8-49ce-8ad6-e9392a19cd27 2018-08-23 10:50:23,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198749065399s 2018-08-23 10:50:23,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5727acbb-19b8-49ce-8ad6-e9392a19cd27 2018-08-23 10:50:23,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:25,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:25,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:25,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50: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-56742b98-4108-49e4-b551-9174a5f99e28 x-compute-request-id: req-56742b98-4108-49e4-b551-9174a5f99e28 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:25,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56742b98-4108-49e4-b551-9174a5f99e28 2018-08-23 10:50:25,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186854839325s 2018-08-23 10:50:25,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56742b98-4108-49e4-b551-9174a5f99e28 2018-08-23 10:50:25,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:27,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:27,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:28,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d70d70a9-3475-421c-a800-55a53cf12db6 x-compute-request-id: req-d70d70a9-3475-421c-a800-55a53cf12db6 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:28,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d70d70a9-3475-421c-a800-55a53cf12db6 2018-08-23 10:50:28,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01214790344s 2018-08-23 10:50:28,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d70d70a9-3475-421c-a800-55a53cf12db6 2018-08-23 10:50:28,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:30,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:30,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:31,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50: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-f91aec7d-8cb6-4987-ac1e-5ca98d904513 x-compute-request-id: req-f91aec7d-8cb6-4987-ac1e-5ca98d904513 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:31,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f91aec7d-8cb6-4987-ac1e-5ca98d904513 2018-08-23 10:50:31,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42312502861s 2018-08-23 10:50:31,266 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f91aec7d-8cb6-4987-ac1e-5ca98d904513 2018-08-23 10:50:31,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:33,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:33,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:33,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b34654be-6e3d-42dc-99da-215ff7ca7ae1 x-compute-request-id: req-b34654be-6e3d-42dc-99da-215ff7ca7ae1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:33,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b34654be-6e3d-42dc-99da-215ff7ca7ae1 2018-08-23 10:50:33,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367961883545s 2018-08-23 10:50:33,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b34654be-6e3d-42dc-99da-215ff7ca7ae1 2018-08-23 10:50:33,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:35,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:35,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:36,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-562540d8-4b2e-4835-ac13-8e1723195948 x-compute-request-id: req-562540d8-4b2e-4835-ac13-8e1723195948 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:36,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-562540d8-4b2e-4835-ac13-8e1723195948 2018-08-23 10:50:36,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.473784208298s 2018-08-23 10:50:36,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-562540d8-4b2e-4835-ac13-8e1723195948 2018-08-23 10:50:36,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:38,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:38,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e90be46-490c-42f3-9418-fae85b78f9a6 x-compute-request-id: req-7e90be46-490c-42f3-9418-fae85b78f9a6 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:38,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e90be46-490c-42f3-9418-fae85b78f9a6 2018-08-23 10:50:38,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708221912384s 2018-08-23 10:50:38,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e90be46-490c-42f3-9418-fae85b78f9a6 2018-08-23 10:50:38,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:40,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:40,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:41,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-fa151d04-5e47-4644-bbe9-5e1aa5a06ea2 x-compute-request-id: req-fa151d04-5e47-4644-bbe9-5e1aa5a06ea2 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:41,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa151d04-5e47-4644-bbe9-5e1aa5a06ea2 2018-08-23 10:50:41,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430510044098s 2018-08-23 10:50:41,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa151d04-5e47-4644-bbe9-5e1aa5a06ea2 2018-08-23 10:50:41,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:43,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:43,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:43,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50: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-f3360289-c34a-4b04-930c-0f90bea17d57 x-compute-request-id: req-f3360289-c34a-4b04-930c-0f90bea17d57 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:43,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3360289-c34a-4b04-930c-0f90bea17d57 2018-08-23 10:50:43,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42124080658s 2018-08-23 10:50:43,701 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f3360289-c34a-4b04-930c-0f90bea17d57 2018-08-23 10:50:43,705 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:45,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:45,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:46,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-4238a5ba-e40c-451e-b3a8-4eebd7246152 x-compute-request-id: req-4238a5ba-e40c-451e-b3a8-4eebd7246152 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:46,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4238a5ba-e40c-451e-b3a8-4eebd7246152 2018-08-23 10:50:46,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349715948105s 2018-08-23 10:50:46,058 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4238a5ba-e40c-451e-b3a8-4eebd7246152 2018-08-23 10:50:46,062 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:48,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:48,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:48,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-48cafb36-0621-4ded-a706-bde9000cd65e x-compute-request-id: req-48cafb36-0621-4ded-a706-bde9000cd65e Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:48,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-48cafb36-0621-4ded-a706-bde9000cd65e 2018-08-23 10:50:48,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436501026154s 2018-08-23 10:50:48,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-48cafb36-0621-4ded-a706-bde9000cd65e 2018-08-23 10:50:48,505 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:50,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:50,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:51,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d18ce8c-4094-45a0-be05-02ae62a057a3 x-compute-request-id: req-0d18ce8c-4094-45a0-be05-02ae62a057a3 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:51,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0d18ce8c-4094-45a0-be05-02ae62a057a3 2018-08-23 10:50:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568092823029s 2018-08-23 10:50:51,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0d18ce8c-4094-45a0-be05-02ae62a057a3 2018-08-23 10:50:51,080 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:53,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:53,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:53,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50: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-72a099eb-f93a-4003-80ad-cd654f030c75 x-compute-request-id: req-72a099eb-f93a-4003-80ad-cd654f030c75 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:53,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72a099eb-f93a-4003-80ad-cd654f030c75 2018-08-23 10:50:53,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386944055557s 2018-08-23 10:50:53,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-72a099eb-f93a-4003-80ad-cd654f030c75 2018-08-23 10:50:53,474 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:55,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:55,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:56,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fccbdb8-b88b-49f0-9b3b-8752e5722d27 x-compute-request-id: req-6fccbdb8-b88b-49f0-9b3b-8752e5722d27 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:56,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fccbdb8-b88b-49f0-9b3b-8752e5722d27 2018-08-23 10:50:56,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726274013519s 2018-08-23 10:50:56,203 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fccbdb8-b88b-49f0-9b3b-8752e5722d27 2018-08-23 10:50:56,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:50:58,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:50:58,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:50:59,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:50:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90fa3f42-d085-408c-a27a-e33904653b2d x-compute-request-id: req-90fa3f42-d085-408c-a27a-e33904653b2d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:50:59,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90fa3f42-d085-408c-a27a-e33904653b2d 2018-08-23 10:50:59,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.934976100922s 2018-08-23 10:50:59,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-90fa3f42-d085-408c-a27a-e33904653b2d 2018-08-23 10:50:59,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:01,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:01,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:01,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18cb2cc4-5b53-4c79-8735-268a6bb64fc0 x-compute-request-id: req-18cb2cc4-5b53-4c79-8735-268a6bb64fc0 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:01,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18cb2cc4-5b53-4c79-8735-268a6bb64fc0 2018-08-23 10:51:01,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167943954468s 2018-08-23 10:51:01,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18cb2cc4-5b53-4c79-8735-268a6bb64fc0 2018-08-23 10:51:01,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:03,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:03,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-6f5445d1-4d91-49c5-8d86-40f82ab785f1 x-compute-request-id: req-6f5445d1-4d91-49c5-8d86-40f82ab785f1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:03,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f5445d1-4d91-49c5-8d86-40f82ab785f1 2018-08-23 10:51:03,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434858083725s 2018-08-23 10:51:03,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f5445d1-4d91-49c5-8d86-40f82ab785f1 2018-08-23 10:51:03,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:05,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:05,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-97644cd1-78ad-40fc-b889-a2d742a1c5f3 x-compute-request-id: req-97644cd1-78ad-40fc-b889-a2d742a1c5f3 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:05,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97644cd1-78ad-40fc-b889-a2d742a1c5f3 2018-08-23 10:51:05,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17948102951s 2018-08-23 10:51:05,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97644cd1-78ad-40fc-b889-a2d742a1c5f3 2018-08-23 10:51:05,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:07,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:07,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:08,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-9ab86d1f-8270-4620-a2b2-b728b900f4dd x-compute-request-id: req-9ab86d1f-8270-4620-a2b2-b728b900f4dd Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:08,422 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9ab86d1f-8270-4620-a2b2-b728b900f4dd 2018-08-23 10:51:08,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466046094894s 2018-08-23 10:51:08,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9ab86d1f-8270-4620-a2b2-b728b900f4dd 2018-08-23 10:51:08,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:10,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:10,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:10,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-aff02e14-aea8-4140-9a09-8f63fbf5a429 x-compute-request-id: req-aff02e14-aea8-4140-9a09-8f63fbf5a429 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:10,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aff02e14-aea8-4140-9a09-8f63fbf5a429 2018-08-23 10:51:10,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165649175644s 2018-08-23 10:51:10,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aff02e14-aea8-4140-9a09-8f63fbf5a429 2018-08-23 10:51:10,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:12,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:12,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:12,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-78280965-0c85-442c-bbed-5741971cd440 x-compute-request-id: req-78280965-0c85-442c-bbed-5741971cd440 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:12,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78280965-0c85-442c-bbed-5741971cd440 2018-08-23 10:51:12,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381751775742s 2018-08-23 10:51:12,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78280965-0c85-442c-bbed-5741971cd440 2018-08-23 10:51:12,988 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:14,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:15,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-c055ecfa-6fc0-412e-a865-6a82ff1ecfb6 x-compute-request-id: req-c055ecfa-6fc0-412e-a865-6a82ff1ecfb6 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:15,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c055ecfa-6fc0-412e-a865-6a82ff1ecfb6 2018-08-23 10:51:15,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181292057037s 2018-08-23 10:51:15,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c055ecfa-6fc0-412e-a865-6a82ff1ecfb6 2018-08-23 10:51:15,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:17,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:17,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e67c4da4-2989-4737-9763-c23106b6a5c8 x-compute-request-id: req-e67c4da4-2989-4737-9763-c23106b6a5c8 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:17,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e67c4da4-2989-4737-9763-c23106b6a5c8 2018-08-23 10:51:17,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429464101791s 2018-08-23 10:51:17,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e67c4da4-2989-4737-9763-c23106b6a5c8 2018-08-23 10:51:17,613 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:19,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:19,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:19,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63f146d8-bae4-429a-9e10-49783d1521ef x-compute-request-id: req-63f146d8-bae4-429a-9e10-49783d1521ef Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:19,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-63f146d8-bae4-429a-9e10-49783d1521ef 2018-08-23 10:51:19,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180901050568s 2018-08-23 10:51:19,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-63f146d8-bae4-429a-9e10-49783d1521ef 2018-08-23 10:51:19,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:21,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:21,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:21,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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,Accept-Encoding x-openstack-request-id: req-69e02fb0-5e3a-4a4b-8e7d-d9383173c39c x-compute-request-id: req-69e02fb0-5e3a-4a4b-8e7d-d9383173c39c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:21,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69e02fb0-5e3a-4a4b-8e7d-d9383173c39c 2018-08-23 10:51:21,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.16999912262s 2018-08-23 10:51:21,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69e02fb0-5e3a-4a4b-8e7d-d9383173c39c 2018-08-23 10:51:21,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:23,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:24,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-4896fe73-15ac-4059-bb80-a0a3eb79c9a1 x-compute-request-id: req-4896fe73-15ac-4059-bb80-a0a3eb79c9a1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:24,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4896fe73-15ac-4059-bb80-a0a3eb79c9a1 2018-08-23 10:51:24,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420166015625s 2018-08-23 10:51:24,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4896fe73-15ac-4059-bb80-a0a3eb79c9a1 2018-08-23 10:51:24,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:26,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:26,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:26,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99d12f33-ad9e-475b-b67f-b6c34b0681b7 x-compute-request-id: req-99d12f33-ad9e-475b-b67f-b6c34b0681b7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:26,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99d12f33-ad9e-475b-b67f-b6c34b0681b7 2018-08-23 10:51:26,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439162015915s 2018-08-23 10:51:26,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99d12f33-ad9e-475b-b67f-b6c34b0681b7 2018-08-23 10:51:26,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:28,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:29,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b906b6eb-aaaa-4954-b291-073b19356244 x-compute-request-id: req-b906b6eb-aaaa-4954-b291-073b19356244 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:29,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b906b6eb-aaaa-4954-b291-073b19356244 2018-08-23 10:51:29,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370862960815s 2018-08-23 10:51:29,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b906b6eb-aaaa-4954-b291-073b19356244 2018-08-23 10:51:29,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:31,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:31,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:31,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-5bdf354c-2499-4b30-9cdd-e5156f61208d x-compute-request-id: req-5bdf354c-2499-4b30-9cdd-e5156f61208d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:31,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bdf354c-2499-4b30-9cdd-e5156f61208d 2018-08-23 10:51:31,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338397026062s 2018-08-23 10:51:31,570 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bdf354c-2499-4b30-9cdd-e5156f61208d 2018-08-23 10:51:31,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:33,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:34,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-55988c50-a93f-456d-8673-fff1eb2a26e1 x-compute-request-id: req-55988c50-a93f-456d-8673-fff1eb2a26e1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:34,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55988c50-a93f-456d-8673-fff1eb2a26e1 2018-08-23 10:51:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452542066574s 2018-08-23 10:51:34,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55988c50-a93f-456d-8673-fff1eb2a26e1 2018-08-23 10:51:34,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:36,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:36,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:36,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c0d5352-4b76-4acf-aa53-f397bd363dc8 x-compute-request-id: req-6c0d5352-4b76-4acf-aa53-f397bd363dc8 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:36,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c0d5352-4b76-4acf-aa53-f397bd363dc8 2018-08-23 10:51:36,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438456058502s 2018-08-23 10:51:36,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c0d5352-4b76-4acf-aa53-f397bd363dc8 2018-08-23 10:51:36,476 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:38,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:38,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:38,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e310c7bc-1e7f-4cf3-b7c4-07fc285966ad x-compute-request-id: req-e310c7bc-1e7f-4cf3-b7c4-07fc285966ad Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:38,675 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e310c7bc-1e7f-4cf3-b7c4-07fc285966ad 2018-08-23 10:51:38,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196331977844s 2018-08-23 10:51:38,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e310c7bc-1e7f-4cf3-b7c4-07fc285966ad 2018-08-23 10:51:38,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:40,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:40,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e0de6db-909d-43d7-b221-e36c8b281607 x-compute-request-id: req-0e0de6db-909d-43d7-b221-e36c8b281607 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:40,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e0de6db-909d-43d7-b221-e36c8b281607 2018-08-23 10:51:40,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176500082016s 2018-08-23 10:51:40,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e0de6db-909d-43d7-b221-e36c8b281607 2018-08-23 10:51:40,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:42,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:43,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51: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-b943508d-760a-44b5-9885-9ddea4074f1e x-compute-request-id: req-b943508d-760a-44b5-9885-9ddea4074f1e Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:49:33Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:43,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b943508d-760a-44b5-9885-9ddea4074f1e 2018-08-23 10:51:43,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167211055756s 2018-08-23 10:51:43,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b943508d-760a-44b5-9885-9ddea4074f1e 2018-08-23 10:51:43,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:51:45,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:51:45,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:45,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8337ee24-c355-4830-adb4-6f99500b08bf x-compute-request-id: req-8337ee24-c355-4830-adb4-6f99500b08bf Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:94:1c", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T10:51:43.000000", "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T10:51:43Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:51:45,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8337ee24-c355-4830-adb4-6f99500b08bf 2018-08-23 10:51:45,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.450598955154s 2018-08-23 10:51:45,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8337ee24-c355-4830-adb4-6f99500b08bf 2018-08-23 10:51:45,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 10:51:45,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:45,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b32517c0-ac36-4a5f-959e-cd87aba85894 Date: Thu, 23 Aug 2018 10:51:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:49:34Z","admin_state_up":true,"updated_at":"2018-08-23T10:51:43Z","binding:vnic_type":"normal","device_id":"addebede-4594-40ae-a8c4-4a4139875e49","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e6:94:1c","id":"b97dc978-feaa-4880-8385-6b2028f8ff46","port_security_enabled":true,"project_id":"2069a5c298674547ab79a80b61eeccc0","fixed_ips":[{"subnet_id":"23540c7d-8d64-47c1-a7ef-d15cf46ac891","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["23f786e5-77a7-4786-bf00-cdbc209b2d45"],"name":""}]} 2018-08-23 10:51:45,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49 used request id req-b32517c0-ac36-4a5f-959e-cd87aba85894 2018-08-23 10:51:45,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0674700737s 2018-08-23 10:51:45,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49 used request id req-b32517c0-ac36-4a5f-959e-cd87aba85894 2018-08-23 10:51:45,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:51:45,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b97dc978-feaa-4880-8385-6b2028f8ff46" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:45,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a442b955-b5be-43e6-9fbc-32eb9fb6dd57 Date: Thu, 23 Aug 2018 10:51:45 GMT RESP BODY: {"floatingips": []} 2018-08-23 10:51:45,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b97dc978-feaa-4880-8385-6b2028f8ff46 used request id req-a442b955-b5be-43e6-9fbc-32eb9fb6dd57 2018-08-23 10:51:45,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.259669065475s 2018-08-23 10:51:45,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=b97dc978-feaa-4880-8385-6b2028f8ff46 used request id req-a442b955-b5be-43e6-9fbc-32eb9fb6dd57 2018-08-23 10:51:45,827 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e6:94:1c', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'071132d3-e691-40dc-94a4-7379c24f583d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T10:51:43.000000', 'flavor': Munch({u'id': u'5476241c-6df1-4311-bdbd-3bd2744e1ec0'}), 'az': u'nova', 'id': u'addebede-4594-40ae-a8c4-4a4139875e49', 'security_groups': [Munch({u'name': u'cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cd97c3e43b5d4353a8d6ac5fc085cd41', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2069a5c298674547ab79a80b61eeccc0', 'name': 'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T10:51:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T10:51:43Z', 'hostId': u'30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T10:51:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2069a5c298674547ab79a80b61eeccc0', 'name': u'cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'adminPass': u'yo3NWtEHzVqA', 'tenant_id': u'2069a5c298674547ab79a80b61eeccc0', 'created_at': u'2018-08-23T10:49:30Z', 'created': u'2018-08-23T10:49:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 10:51:45,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:51:45,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:45,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-08c08045-141c-436e-bba1-be478ee82ed1 Date: Thu, 23 Aug 2018 10:51:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["23540c7d-8d64-47c1-a7ef-d15cf46ac891"],"updated_at":"2018-08-23T10:47:53Z","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:51:45,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-08c08045-141c-436e-bba1-be478ee82ed1 2018-08-23 10:51:45,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0936999320984s 2018-08-23 10:51:45,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-08c08045-141c-436e-bba1-be478ee82ed1 2018-08-23 10:51:45,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 10:51:45,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:45,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0c23dfdf-ca1c-4096-bfa9-0ee6518a8946 Date: Thu, 23 Aug 2018 10:51:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:49:34Z","admin_state_up":true,"updated_at":"2018-08-23T10:51:43Z","binding:vnic_type":"normal","device_id":"addebede-4594-40ae-a8c4-4a4139875e49","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e6:94:1c","id":"b97dc978-feaa-4880-8385-6b2028f8ff46","port_security_enabled":true,"project_id":"2069a5c298674547ab79a80b61eeccc0","fixed_ips":[{"subnet_id":"23540c7d-8d64-47c1-a7ef-d15cf46ac891","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["23f786e5-77a7-4786-bf00-cdbc209b2d45"],"name":""}]} 2018-08-23 10:51:45,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49 used request id req-0c23dfdf-ca1c-4096-bfa9-0ee6518a8946 2018-08-23 10:51:45,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0449039936066s 2018-08-23 10:51:45,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=addebede-4594-40ae-a8c4-4a4139875e49 used request id req-0c23dfdf-ca1c-4096-bfa9-0ee6518a8946 2018-08-23 10:51:45,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 10:51:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.4", "port_id": "b97dc978-feaa-4880-8385-6b2028f8ff46"}}' 2018-08-23 10:51:47,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-4e947f25-cf90-4fa3-8dd2-266f0cc7c65d Date: Thu, 23 Aug 2018 10:51:47 GMT RESP BODY: {"floatingip": {"router_id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T10:51:46Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b97dc978-feaa-4880-8385-6b2028f8ff46", "id": "37ba2c14-6182-46dd-9493-b3e34742c2c5", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:51:46Z", "project_id": "2069a5c298674547ab79a80b61eeccc0"}} 2018-08-23 10:51:47,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4e947f25-cf90-4fa3-8dd2-266f0cc7c65d 2018-08-23 10:51:47,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.78722119331s 2018-08-23 10:51:47,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4e947f25-cf90-4fa3-8dd2-266f0cc7c65d 2018-08-23 10:51:47,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:51:47,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:51:47,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-e70b88d7-3c25-4698-895e-3acb3724d06f Date: Thu, 23 Aug 2018 10:51:47 GMT RESP BODY: {"floatingips": [{"router_id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T10:51:46Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b97dc978-feaa-4880-8385-6b2028f8ff46", "id": "37ba2c14-6182-46dd-9493-b3e34742c2c5", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:51:46Z", "project_id": "2069a5c298674547ab79a80b61eeccc0"}]} 2018-08-23 10:51:47,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e70b88d7-3c25-4698-895e-3acb3724d06f 2018-08-23 10:51:47,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.058121919632s 2018-08-23 10:51:47,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e70b88d7-3c25-4698-895e-3acb3724d06f 2018-08-23 10:51:47,823 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e4a768c-b2f3-451d-9b18-eb80bb5b155d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'2069a5c298674547ab79a80b61eeccc0', 'created_at': u'2018-08-23T10:51:46Z', 'attached': True, 'updated_at': u'2018-08-23T10:51:46Z', 'id': u'37ba2c14-6182-46dd-9493-b3e34742c2c5', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2069a5c298674547ab79a80b61eeccc0', 'name': 'cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e4a768c-b2f3-451d-9b18-eb80bb5b155d', 'project_id': u'2069a5c298674547ab79a80b61eeccc0', 'port_id': u'b97dc978-feaa-4880-8385-6b2028f8ff46', 'port': u'b97dc978-feaa-4880-8385-6b2028f8ff46', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 10:51:47,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:51:47,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:51:48,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75b8141c-53c0-4c77-9336-aabd9933033f x-compute-request-id: req-75b8141c-53c0-4c77-9336-aabd9933033f Content-Encoding: gzip Content-Length: 9417 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1890011059 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.430470] pid_max: default: 32768 minimum: 301\n[ 0.432101] Security Framework initialized\n[ 0.433650] SELinux: Initializing.\n[ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446034] Mount-cache hash table entries: 4096\n[ 0.447979] Initializing cgroup subsys memory\n[ 0.449556] Initializing cgroup subsys devices\n[ 0.451129] Initializing cgroup subsys freezer\n[ 0.452699] Initializing cgroup subsys net_cls\n[ 0.454268] Initializing cgroup subsys blkio\n[ 0.455799] Initializing cgroup subsys perf_event\n[ 0.457413] Initializing cgroup subsys hugetlb\n[ 0.458991] Initializing cgroup subsys pids\n[ 0.460509] Initializing cgroup subsys net_prio\n[ 0.462182] CPU: Physical Processor ID: 0\n[ 0.464380] mce: CPU supports 10 MCE banks\n[ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469438] tlb_flushall_shift: 6\n[ 0.470991] Freeing SMP alternatives: 28k freed\n[ 0.475300] ACPI: Core revision 20130517\n[ 0.477220] ACPI: All ACPI Tables successfully acquired\n[ 0.479197] ftrace: allocating 25812 entries in 101 pages\n[ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506293] smpboot: Max logical packages: 2\n[ 0.508112] Enabling x2apic\n[ 0.509349] Enabled x2apic\n[ 0.510856] Switched APIC routing to physical x2apic.\n[ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527682] KVM setup paravirtual spinlock\n[ 0.530534] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554673] Brought up 2 CPUs\n[ 0.554680] KVM setup async PF for cpu 1\n[ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561857] devtmpfs: initialized\n[ 0.564649] EVM: security.selinux\n[ 0.565989] EVM: security.ima\n[ 0.567248] EVM: security.capability\n[ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571389] pinctrl core: initialized pinctrl subsystem\n[ 0.573260] NET: Registered protocol family 16\n[ 0.575056] ACPI: bus type PCI registered\n[ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578606] PCI: Using configuration type 1 for base access\n[ 0.583913] ACPI: Added _OSI(Module Device)\n[ 0.586055] ACPI: Added _OSI(Processor Device)\n[ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.592699] ACPI: Interpreter enabled\n[ 0.594195] ACPI: (supports S0 S5)\n[ 0.595606] ACPI: Using IOAPIC for interrupt routing\n[ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.612680] acpiphp: Slot [3] registered\n[ 0.614249] acpiphp: Slot [4] registered\n[ 0.615798] acpiphp: Slot [5] registered\n[ 0.617323] acpiphp: Slot [6] registered\n[ 0.618877] acpiphp: Slot [7] registered\n[ 0.620406] acpiphp: Slot [8] registered\n[ 0.621951] acpiphp: Slot [9] registered\n[ 0.623511] acpiphp: Slot [10] registered\n[ 0.625036] acpiphp: Slot [11] registered\n[ 0.626569] acpiphp: Slot [12] registered\n[ 0.628101] acpiphp: Slot [13] registered\n[ 0.629652] acpiphp: Slot [14] registered\n[ 0.631194] acpiphp: Slot [15] registered\n[ 0.632735] acpiphp: Slot [16] registered\n[ 0.634317] acpiphp: Slot [17] registered\n[ 0.635841] acpiphp: Slot [18] registered\n[ 0.637358] acpiphp: Slot [19] registered\n[ 0.638881] acpiphp: Slot [20] registered\n[ 0.640398] acpiphp: Slot [21] registered\n[ 0.641914] acpiphp: Slot [22] registered\n[ 0.643559] acpiphp: Slot [23] registered\n[ 0.645080] acpiphp: Slot [24] registered\n[ 0.646648] acpiphp: Slot [25] registered\n[ 0.648201] acpiphp: Slot [26] registered\n[ 0.649721] acpiphp: Slot [27] registered\n[ 0.651230] acpiphp: Slot [28] registered\n[ 0.652742] acpiphp: Slot [29] registered\n[ 0.654286] acpiphp: Slot [30] registered\n[ 0.655799] acpiphp: Slot [31] registered\n[ 0.657302] PCI host bridge to bus 0000:00\n[ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733701] vgaarb: loaded\n[ 0.734998] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736958] SCSI subsystem initialized\n[ 0.738443] ACPI: bus type USB registered\n[ 0.739979] usbcore: registered new interface driver usbfs\n[ 0.741802] usbcore: registered new interface driver hub\n[ 0.743626] usbcore: registered new device driver usb\n[ 0.745599] PCI: Using ACPI for IRQ routing\n[ 0.747605] NetLabel: Initializing\n[ 0.749000] NetLabel: domain hash size = 128\n[ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752304] NetLabel: unlabeled traffic allowed by default\n[ 0.754337] Switched to clocksource kvm-clock\n[ 0.763948] pnp: PnP ACPI init\n[ 0.765292] ACPI: bus type PNP registered\n[ 0.767218] pnp: PnP ACPI: found 5 devices\n[ 0.768740] ACPI: bus type PNP unregistered\n[ 0.776889] NET: Registered protocol family 2\n[ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.784258] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.786481] TCP: reno registered\n[ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.791902] NET: Registered protocol family 1\n[ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837979] Unpacking initramfs...\n[ 1.328848] Freeing initrd memory: 37508k freed\n[ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.351127] Initialise system trusted keyring\n[ 1.352796] audit: initializing netlink socket (disabled)\n[ 1.354661] type=2000 audit(1535021506.132:1): initialized\n[ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.376527] zpool: loaded\n[ 1.377743] zbud: loaded\n[ 1.379098] VFS: Disk quotas dquot_6.5.2\n[ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.382840] msgmni has been set to 7578\n[ 1.384367] Key type big_key registered\n[ 1.386771] NET: Registered protocol family 38\n[ 1.388375] Key type asymmetric registered\n[ 1.389900] Asymmetric key parser 'x509' registered\n[ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.394488] io scheduler noop registered\n[ 1.395979] io scheduler deadline registered (default)\n[ 1.411479] io scheduler cfq registered\n[ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.419871] ACPI: Power Button [PWRF]\n[ 1.421479] GHES: HEST is not enabled!\n[ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451070] Non-volatile memory driver v1.3\n[ 1.452672] Linux agpgart interface v0.103\n[ 1.454379] crash memory driver: version 1.1\n[ 1.455996] rdac: device handler registered\n[ 1.457642] hp_sw: device handler registered\n[ 1.459274] emc: device handler registered\n[ 1.460856] alua: device handler registered\n[ 1.462505] libphy: Fixed MDIO Bus: probed\n[ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466309] ehci-pci: EHCI PCI platform driver\n[ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470066] ohci-pci: OHCI PCI platform driver\n[ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506145] usb usb1: Product: UHCI Host Controller\n[ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510140] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511936] hub 1-0:1.0: USB hub found\n[ 1.513456] hub 1-0:1.0: 2 ports detected\n[ 1.515171] usbcore: registered new interface driver usbserial\n[ 1.517160] usbcore: registered new interface driver usbserial_generic\n[ 1.519266] usbserial: USB Serial support registered for generic\n[ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528698] mousedev: PS/2 mouse device common for all mice\n[ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534297] rtc_cmos 00:00: RTC can wake from S4\n[ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546462] cpuidle: using governor menu\n[ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549789] usbcore: registered new interface driver usbhid\n[ 1.551545] usbhid: USB HID core driver\n[ 1.553006] drop_monitor: Initializing network drop monitor service\n[ 1.554955] TCP: cubic registered\n[ 1.556269] Initializing XFRM netlink socket\n[ 1.557867] NET: Registered protocol family 10\n[ 1.559680] NET: Registered protocol family 17\n[ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.568365] Loading compiled-in X.509 certificates\n[ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.579845] registered taskstats version 1\n[ 1.583295] Key type trusted registered\n[ 1.586048] Key type encrypted registered\n[ 1.588834] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506)\n[ 1.594658] Freeing unused kernel memory: 1680k freed\n[ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm.\n[ 1.608530] systemd[1]: Detected architecture x86-64.\n[ 1.610346] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.613675] systemd[1]: No hostname configured.\n[ 1.615451] systemd[1]: Set hostname to .\n[ 1.617355] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645779] systemd[1]: Created slice Root Slice.\n[ 1.647537] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650359] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652287] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.655288] systemd[1]: Created slice System Slice.\n[ 1.657107] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.659846] systemd[1]: Reached target Timers.\n[ 1.661567] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Slices.\n[ 1.664182] systemd[1]: Reached target Slices.\n[ 1.665894] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.668690] systemd[1]: Reached target Local File Systems.\n[ 1.670646] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.673653] systemd[1]: Listening on Journal Socket.\n[ 1.675478] systemd[1]: Starting Journal Socket.\n[ 1.677590] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.680755] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.684043] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.688086] systemd[1]: Reached target Swap.\n[ 1.689789] systemd[1]: Starting Swap.\n[ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.698634] systemd[1]: Reached target Paths.\n[ 1.700346] systemd[1]: Starting Paths.\n[ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.708935] systemd[1]: Listening on udev Control Socket.\n[ 1.710871] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.713728] systemd[1]: Reached target Sockets.\n[ 1.715513] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.718463] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.759574] RPC: Registered named UNIX socket transport module.\n[ 1.761528] RPC: Registered udp transport module.\n[ 1.763174] RPC: Registered tcp transport module.\n[ 1.764809] 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[ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.865777] FDC 0 is a S82078B\n[ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.934393] scsi host0: ata_piix\n[ 1.935786] vda: vda1\n[ 1.938314] scsi host1: ata_piix\n[ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.975973] usb 1-1: Product: QEMU USB Tablet\n[ 1.977620] usb 1-1: Manufacturer: QEMU\n[ 1.979137] usb 1-1: SerialNumber: 42\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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.996044] 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[ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.118324] XFS (vda1): Mounting V4 Filesystem\n[ 2.144119] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.465166] SELinux: Disabled at runtime.\n[ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.560181] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[ot.\n[32m OK [0m] Stopped tar"} 2018-08-23 10:51:48,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-75b8141c-53c0-4c77-9336-aabd9933033f 2018-08-23 10:51:48,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.287065982819s 2018-08-23 10:51:48,111 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-75b8141c-53c0-4c77-9336-aabd9933033f 2018-08-23 10:51:48,112 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1890011059 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.430470] pid_max: default: 32768 minimum: 301 [ 0.432101] Security Framework initialized [ 0.433650] SELinux: Initializing. [ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446034] Mount-cache hash table entries: 4096 [ 0.447979] Initializing cgroup subsys memory [ 0.449556] Initializing cgroup subsys devices [ 0.451129] Initializing cgroup subsys freezer [ 0.452699] Initializing cgroup subsys net_cls [ 0.454268] Initializing cgroup subsys blkio [ 0.455799] Initializing cgroup subsys perf_event [ 0.457413] Initializing cgroup subsys hugetlb [ 0.458991] Initializing cgroup subsys pids [ 0.460509] Initializing cgroup subsys net_prio [ 0.462182] CPU: Physical Processor ID: 0 [ 0.464380] mce: CPU supports 10 MCE banks [ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469438] tlb_flushall_shift: 6 [ 0.470991] Freeing SMP alternatives: 28k freed [ 0.475300] ACPI: Core revision 20130517 [ 0.477220] ACPI: All ACPI Tables successfully acquired [ 0.479197] ftrace: allocating 25812 entries in 101 pages [ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506293] smpboot: Max logical packages: 2 [ 0.508112] Enabling x2apic [ 0.509349] Enabled x2apic [ 0.510856] Switched APIC routing to physical x2apic. [ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527682] KVM setup paravirtual spinlock [ 0.530534] smpboot: Booting Node 0, Processors #1 OK [ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554673] Brought up 2 CPUs [ 0.554680] KVM setup async PF for cpu 1 [ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561857] devtmpfs: initialized [ 0.564649] EVM: security.selinux [ 0.565989] EVM: security.ima [ 0.567248] EVM: security.capability [ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571389] pinctrl core: initialized pinctrl subsystem [ 0.573260] NET: Registered protocol family 16 [ 0.575056] ACPI: bus type PCI registered [ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578606] PCI: Using configuration type 1 for base access [ 0.583913] ACPI: Added _OSI(Module Device) [ 0.586055] ACPI: Added _OSI(Processor Device) [ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.592699] ACPI: Interpreter enabled [ 0.594195] ACPI: (supports S0 S5) [ 0.595606] ACPI: Using IOAPIC for interrupt routing [ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.612680] acpiphp: Slot [3] registered [ 0.614249] acpiphp: Slot [4] registered [ 0.615798] acpiphp: Slot [5] registered [ 0.617323] acpiphp: Slot [6] registered [ 0.618877] acpiphp: Slot [7] registered [ 0.620406] acpiphp: Slot [8] registered [ 0.621951] acpiphp: Slot [9] registered [ 0.623511] acpiphp: Slot [10] registered [ 0.625036] acpiphp: Slot [11] registered [ 0.626569] acpiphp: Slot [12] registered [ 0.628101] acpiphp: Slot [13] registered [ 0.629652] acpiphp: Slot [14] registered [ 0.631194] acpiphp: Slot [15] registered [ 0.632735] acpiphp: Slot [16] registered [ 0.634317] acpiphp: Slot [17] registered [ 0.635841] acpiphp: Slot [18] registered [ 0.637358] acpiphp: Slot [19] registered [ 0.638881] acpiphp: Slot [20] registered [ 0.640398] acpiphp: Slot [21] registered [ 0.641914] acpiphp: Slot [22] registered [ 0.643559] acpiphp: Slot [23] registered [ 0.645080] acpiphp: Slot [24] registered [ 0.646648] acpiphp: Slot [25] registered [ 0.648201] acpiphp: Slot [26] registered [ 0.649721] acpiphp: Slot [27] registered [ 0.651230] acpiphp: Slot [28] registered [ 0.652742] acpiphp: Slot [29] registered [ 0.654286] acpiphp: Slot [30] registered [ 0.655799] acpiphp: Slot [31] registered [ 0.657302] PCI host bridge to bus 0000:00 [ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733701] vgaarb: loaded [ 0.734998] vgaarb: bridge control possible 0000:00:02.0 [ 0.736958] SCSI subsystem initialized [ 0.738443] ACPI: bus type USB registered [ 0.739979] usbcore: registered new interface driver usbfs [ 0.741802] usbcore: registered new interface driver hub [ 0.743626] usbcore: registered new device driver usb [ 0.745599] PCI: Using ACPI for IRQ routing [ 0.747605] NetLabel: Initializing [ 0.749000] NetLabel: domain hash size = 128 [ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752304] NetLabel: unlabeled traffic allowed by default [ 0.754337] Switched to clocksource kvm-clock [ 0.763948] pnp: PnP ACPI init [ 0.765292] ACPI: bus type PNP registered [ 0.767218] pnp: PnP ACPI: found 5 devices [ 0.768740] ACPI: bus type PNP unregistered [ 0.776889] NET: Registered protocol family 2 [ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.784258] TCP: Hash tables configured (established 32768 bind 32768) [ 0.786481] TCP: reno registered [ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.791902] NET: Registered protocol family 1 [ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837979] Unpacking initramfs... [ 1.328848] Freeing initrd memory: 37508k freed [ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.351127] Initialise system trusted keyring [ 1.352796] audit: initializing netlink socket (disabled) [ 1.354661] type=2000 audit(1535021506.132:1): initialized [ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.376527] zpool: loaded [ 1.377743] zbud: loaded [ 1.379098] VFS: Disk quotas dquot_6.5.2 [ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.382840] msgmni has been set to 7578 [ 1.384367] Key type big_key registered [ 1.386771] NET: Registered protocol family 38 [ 1.388375] Key type asymmetric registered [ 1.389900] Asymmetric key parser 'x509' registered [ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.394488] io scheduler noop registered [ 1.395979] io scheduler deadline registered (default) [ 1.411479] io scheduler cfq registered [ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.419871] ACPI: Power Button [PWRF] [ 1.421479] GHES: HEST is not enabled! [ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451070] Non-volatile memory driver v1.3 [ 1.452672] Linux agpgart interface v0.103 [ 1.454379] crash memory driver: version 1.1 [ 1.455996] rdac: device handler registered [ 1.457642] hp_sw: device handler registered [ 1.459274] emc: device handler registered [ 1.460856] alua: device handler registered [ 1.462505] libphy: Fixed MDIO Bus: probed [ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466309] ehci-pci: EHCI PCI platform driver [ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470066] ohci-pci: OHCI PCI platform driver [ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506145] usb usb1: Product: UHCI Host Controller [ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510140] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511936] hub 1-0:1.0: USB hub found [ 1.513456] hub 1-0:1.0: 2 ports detected [ 1.515171] usbcore: registered new interface driver usbserial [ 1.517160] usbcore: registered new interface driver usbserial_generic [ 1.519266] usbserial: USB Serial support registered for generic [ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528698] mousedev: PS/2 mouse device common for all mice [ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534297] rtc_cmos 00:00: RTC can wake from S4 [ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546462] cpuidle: using governor menu [ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549789] usbcore: registered new interface driver usbhid [ 1.551545] usbhid: USB HID core driver [ 1.553006] drop_monitor: Initializing network drop monitor service [ 1.554955] TCP: cubic registered [ 1.556269] Initializing XFRM netlink socket [ 1.557867] NET: Registered protocol family 10 [ 1.559680] NET: Registered protocol family 17 [ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.568365] Loading compiled-in X.509 certificates [ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.579845] registered taskstats version 1 [ 1.583295] Key type trusted registered [ 1.586048] Key type encrypted registered [ 1.588834] IMA: No TPM chip found, activating TPM-bypass! [ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506) [ 1.594658] Freeing unused kernel memory: 1680k freed [ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm. [ 1.608530] systemd[1]: Detected architecture x86-64. [ 1.610346] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.613675] systemd[1]: No hostname configured. [ 1.615451] systemd[1]: Set hostname to . [ 1.617355] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645779] systemd[1]: Created slice Root Slice. [ 1.647537] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650359] systemd[1]: Listening on udev Kernel Socket. [ 1.652287] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.655288] systemd[1]: Created slice System Slice. [ 1.657107] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.659846] systemd[1]: Reached target Timers. [ 1.661567] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Slices. [ 1.664182] systemd[1]: Reached target Slices. [ 1.665894] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.668690] systemd[1]: Reached target Local File Systems. [ 1.670646] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.673653] systemd[1]: Listening on Journal Socket. [ 1.675478] systemd[1]: Starting Journal Socket. [ 1.677590] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.680755] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.684043] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.688086] systemd[1]: Reached target Swap. [ 1.689789] systemd[1]: Starting Swap. [ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.698634] systemd[1]: Reached target Paths. [ 1.700346] systemd[1]: Starting Paths. [ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [ 1.708935] systemd[1]: Listening on udev Control Socket. [ 1.710871] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.713728] systemd[1]: Reached target Sockets. [ 1.715513] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.718463] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.759574] RPC: Registered named UNIX socket transport module. [ 1.761528] RPC: Registered udp transport module. [ 1.763174] RPC: Registered tcp transport module. [ 1.764809] 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. [ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.865777] FDC 0 is a S82078B [ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.934393] scsi host0: ata_piix [ 1.935786] vda: vda1 [ 1.938314] scsi host1: ata_piix [ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.975973] usb 1-1: Product: QEMU USB Tablet [ 1.977620] usb 1-1: Manufacturer: QEMU [ 1.979137] usb 1-1: SerialNumber: 42 [[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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.996044] 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... [ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled [ 2.118324] XFS (vda1): Mounting V4 Filesystem [ 2.144119] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.465166] SELinux: Disabled at runtime. [ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.560181] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [ot. [32m OK [0m] Stopped tar 2018-08-23 10:51:49,115 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-23 10:51:58,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:51:58,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:51:58,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:51:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7832042c-eb2f-447c-a5f5-2ed680044018 x-compute-request-id: req-7832042c-eb2f-447c-a5f5-2ed680044018 Content-Encoding: gzip Content-Length: 11744 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1890011059 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.430470] pid_max: default: 32768 minimum: 301\n[ 0.432101] Security Framework initialized\n[ 0.433650] SELinux: Initializing.\n[ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446034] Mount-cache hash table entries: 4096\n[ 0.447979] Initializing cgroup subsys memory\n[ 0.449556] Initializing cgroup subsys devices\n[ 0.451129] Initializing cgroup subsys freezer\n[ 0.452699] Initializing cgroup subsys net_cls\n[ 0.454268] Initializing cgroup subsys blkio\n[ 0.455799] Initializing cgroup subsys perf_event\n[ 0.457413] Initializing cgroup subsys hugetlb\n[ 0.458991] Initializing cgroup subsys pids\n[ 0.460509] Initializing cgroup subsys net_prio\n[ 0.462182] CPU: Physical Processor ID: 0\n[ 0.464380] mce: CPU supports 10 MCE banks\n[ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469438] tlb_flushall_shift: 6\n[ 0.470991] Freeing SMP alternatives: 28k freed\n[ 0.475300] ACPI: Core revision 20130517\n[ 0.477220] ACPI: All ACPI Tables successfully acquired\n[ 0.479197] ftrace: allocating 25812 entries in 101 pages\n[ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506293] smpboot: Max logical packages: 2\n[ 0.508112] Enabling x2apic\n[ 0.509349] Enabled x2apic\n[ 0.510856] Switched APIC routing to physical x2apic.\n[ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527682] KVM setup paravirtual spinlock\n[ 0.530534] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554673] Brought up 2 CPUs\n[ 0.554680] KVM setup async PF for cpu 1\n[ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561857] devtmpfs: initialized\n[ 0.564649] EVM: security.selinux\n[ 0.565989] EVM: security.ima\n[ 0.567248] EVM: security.capability\n[ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571389] pinctrl core: initialized pinctrl subsystem\n[ 0.573260] NET: Registered protocol family 16\n[ 0.575056] ACPI: bus type PCI registered\n[ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578606] PCI: Using configuration type 1 for base access\n[ 0.583913] ACPI: Added _OSI(Module Device)\n[ 0.586055] ACPI: Added _OSI(Processor Device)\n[ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.592699] ACPI: Interpreter enabled\n[ 0.594195] ACPI: (supports S0 S5)\n[ 0.595606] ACPI: Using IOAPIC for interrupt routing\n[ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.612680] acpiphp: Slot [3] registered\n[ 0.614249] acpiphp: Slot [4] registered\n[ 0.615798] acpiphp: Slot [5] registered\n[ 0.617323] acpiphp: Slot [6] registered\n[ 0.618877] acpiphp: Slot [7] registered\n[ 0.620406] acpiphp: Slot [8] registered\n[ 0.621951] acpiphp: Slot [9] registered\n[ 0.623511] acpiphp: Slot [10] registered\n[ 0.625036] acpiphp: Slot [11] registered\n[ 0.626569] acpiphp: Slot [12] registered\n[ 0.628101] acpiphp: Slot [13] registered\n[ 0.629652] acpiphp: Slot [14] registered\n[ 0.631194] acpiphp: Slot [15] registered\n[ 0.632735] acpiphp: Slot [16] registered\n[ 0.634317] acpiphp: Slot [17] registered\n[ 0.635841] acpiphp: Slot [18] registered\n[ 0.637358] acpiphp: Slot [19] registered\n[ 0.638881] acpiphp: Slot [20] registered\n[ 0.640398] acpiphp: Slot [21] registered\n[ 0.641914] acpiphp: Slot [22] registered\n[ 0.643559] acpiphp: Slot [23] registered\n[ 0.645080] acpiphp: Slot [24] registered\n[ 0.646648] acpiphp: Slot [25] registered\n[ 0.648201] acpiphp: Slot [26] registered\n[ 0.649721] acpiphp: Slot [27] registered\n[ 0.651230] acpiphp: Slot [28] registered\n[ 0.652742] acpiphp: Slot [29] registered\n[ 0.654286] acpiphp: Slot [30] registered\n[ 0.655799] acpiphp: Slot [31] registered\n[ 0.657302] PCI host bridge to bus 0000:00\n[ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733701] vgaarb: loaded\n[ 0.734998] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736958] SCSI subsystem initialized\n[ 0.738443] ACPI: bus type USB registered\n[ 0.739979] usbcore: registered new interface driver usbfs\n[ 0.741802] usbcore: registered new interface driver hub\n[ 0.743626] usbcore: registered new device driver usb\n[ 0.745599] PCI: Using ACPI for IRQ routing\n[ 0.747605] NetLabel: Initializing\n[ 0.749000] NetLabel: domain hash size = 128\n[ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752304] NetLabel: unlabeled traffic allowed by default\n[ 0.754337] Switched to clocksource kvm-clock\n[ 0.763948] pnp: PnP ACPI init\n[ 0.765292] ACPI: bus type PNP registered\n[ 0.767218] pnp: PnP ACPI: found 5 devices\n[ 0.768740] ACPI: bus type PNP unregistered\n[ 0.776889] NET: Registered protocol family 2\n[ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.784258] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.786481] TCP: reno registered\n[ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.791902] NET: Registered protocol family 1\n[ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837979] Unpacking initramfs...\n[ 1.328848] Freeing initrd memory: 37508k freed\n[ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.351127] Initialise system trusted keyring\n[ 1.352796] audit: initializing netlink socket (disabled)\n[ 1.354661] type=2000 audit(1535021506.132:1): initialized\n[ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.376527] zpool: loaded\n[ 1.377743] zbud: loaded\n[ 1.379098] VFS: Disk quotas dquot_6.5.2\n[ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.382840] msgmni has been set to 7578\n[ 1.384367] Key type big_key registered\n[ 1.386771] NET: Registered protocol family 38\n[ 1.388375] Key type asymmetric registered\n[ 1.389900] Asymmetric key parser 'x509' registered\n[ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.394488] io scheduler noop registered\n[ 1.395979] io scheduler deadline registered (default)\n[ 1.411479] io scheduler cfq registered\n[ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.419871] ACPI: Power Button [PWRF]\n[ 1.421479] GHES: HEST is not enabled!\n[ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451070] Non-volatile memory driver v1.3\n[ 1.452672] Linux agpgart interface v0.103\n[ 1.454379] crash memory driver: version 1.1\n[ 1.455996] rdac: device handler registered\n[ 1.457642] hp_sw: device handler registered\n[ 1.459274] emc: device handler registered\n[ 1.460856] alua: device handler registered\n[ 1.462505] libphy: Fixed MDIO Bus: probed\n[ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466309] ehci-pci: EHCI PCI platform driver\n[ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470066] ohci-pci: OHCI PCI platform driver\n[ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506145] usb usb1: Product: UHCI Host Controller\n[ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510140] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511936] hub 1-0:1.0: USB hub found\n[ 1.513456] hub 1-0:1.0: 2 ports detected\n[ 1.515171] usbcore: registered new interface driver usbserial\n[ 1.517160] usbcore: registered new interface driver usbserial_generic\n[ 1.519266] usbserial: USB Serial support registered for generic\n[ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528698] mousedev: PS/2 mouse device common for all mice\n[ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534297] rtc_cmos 00:00: RTC can wake from S4\n[ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546462] cpuidle: using governor menu\n[ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549789] usbcore: registered new interface driver usbhid\n[ 1.551545] usbhid: USB HID core driver\n[ 1.553006] drop_monitor: Initializing network drop monitor service\n[ 1.554955] TCP: cubic registered\n[ 1.556269] Initializing XFRM netlink socket\n[ 1.557867] NET: Registered protocol family 10\n[ 1.559680] NET: Registered protocol family 17\n[ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.568365] Loading compiled-in X.509 certificates\n[ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.579845] registered taskstats version 1\n[ 1.583295] Key type trusted registered\n[ 1.586048] Key type encrypted registered\n[ 1.588834] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506)\n[ 1.594658] Freeing unused kernel memory: 1680k freed\n[ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm.\n[ 1.608530] systemd[1]: Detected architecture x86-64.\n[ 1.610346] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.613675] systemd[1]: No hostname configured.\n[ 1.615451] systemd[1]: Set hostname to .\n[ 1.617355] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645779] systemd[1]: Created slice Root Slice.\n[ 1.647537] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650359] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652287] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.655288] systemd[1]: Created slice System Slice.\n[ 1.657107] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.659846] systemd[1]: Reached target Timers.\n[ 1.661567] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Slices.\n[ 1.664182] systemd[1]: Reached target Slices.\n[ 1.665894] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.668690] systemd[1]: Reached target Local File Systems.\n[ 1.670646] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.673653] systemd[1]: Listening on Journal Socket.\n[ 1.675478] systemd[1]: Starting Journal Socket.\n[ 1.677590] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.680755] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.684043] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.688086] systemd[1]: Reached target Swap.\n[ 1.689789] systemd[1]: Starting Swap.\n[ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.698634] systemd[1]: Reached target Paths.\n[ 1.700346] systemd[1]: Starting Paths.\n[ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.708935] systemd[1]: Listening on udev Control Socket.\n[ 1.710871] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.713728] systemd[1]: Reached target Sockets.\n[ 1.715513] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.718463] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.759574] RPC: Registered named UNIX socket transport module.\n[ 1.761528] RPC: Registered udp transport module.\n[ 1.763174] RPC: Registered tcp transport module.\n[ 1.764809] 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[ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.865777] FDC 0 is a S82078B\n[ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.934393] scsi host0: ata_piix\n[ 1.935786] vda: vda1\n[ 1.938314] scsi host1: ata_piix\n[ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.975973] usb 1-1: Product: QEMU USB Tablet\n[ 1.977620] usb 1-1: Manufacturer: QEMU\n[ 1.979137] usb 1-1: SerialNumber: 42\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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.996044] 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[ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.118324] XFS (vda1): Mounting V4 Filesystem\n[ 2.144119] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.465166] SELinux: Disabled at runtime.\n[ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.560181] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[ot.\n[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.309835] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n[ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.351681] [TTM] Initializing pool allocator\n[ 3.351683] [TTM] Initializing DMA pool allocator\n[ 3.351939] [drm] fb mappable at 0xFC000000\n[ 3.351940] [drm] vram aper at 0xFC000000\n[ 3.351940] [drm] size 33554432\n[ 3.351940] [drm] fb depth is 24\n[ 3.351941] [drm] pitch is 3072\n[ 3.364950] ppdev: user-space parallel port driver\n[ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.426982] Console: switching to colour frame buffer device 128x48\n[ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.618558] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.640610] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0\n\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.653704] intel_rapl: no valid rapl domains found in package 0\n[ 3.655197] intel_powerclamp: No package C-state available\n[ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds.\n[ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c |\n[ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 10:51:58,238 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-7832042c-eb2f-447c-a5f5-2ed680044018 2018-08-23 10:51:58,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11253619194s 2018-08-23 10:51:58,239 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-7832042c-eb2f-447c-a5f5-2ed680044018 2018-08-23 10:51:58,239 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1890011059 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.430470] pid_max: default: 32768 minimum: 301 [ 0.432101] Security Framework initialized [ 0.433650] SELinux: Initializing. [ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446034] Mount-cache hash table entries: 4096 [ 0.447979] Initializing cgroup subsys memory [ 0.449556] Initializing cgroup subsys devices [ 0.451129] Initializing cgroup subsys freezer [ 0.452699] Initializing cgroup subsys net_cls [ 0.454268] Initializing cgroup subsys blkio [ 0.455799] Initializing cgroup subsys perf_event [ 0.457413] Initializing cgroup subsys hugetlb [ 0.458991] Initializing cgroup subsys pids [ 0.460509] Initializing cgroup subsys net_prio [ 0.462182] CPU: Physical Processor ID: 0 [ 0.464380] mce: CPU supports 10 MCE banks [ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469438] tlb_flushall_shift: 6 [ 0.470991] Freeing SMP alternatives: 28k freed [ 0.475300] ACPI: Core revision 20130517 [ 0.477220] ACPI: All ACPI Tables successfully acquired [ 0.479197] ftrace: allocating 25812 entries in 101 pages [ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506293] smpboot: Max logical packages: 2 [ 0.508112] Enabling x2apic [ 0.509349] Enabled x2apic [ 0.510856] Switched APIC routing to physical x2apic. [ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527682] KVM setup paravirtual spinlock [ 0.530534] smpboot: Booting Node 0, Processors #1 OK [ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554673] Brought up 2 CPUs [ 0.554680] KVM setup async PF for cpu 1 [ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561857] devtmpfs: initialized [ 0.564649] EVM: security.selinux [ 0.565989] EVM: security.ima [ 0.567248] EVM: security.capability [ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571389] pinctrl core: initialized pinctrl subsystem [ 0.573260] NET: Registered protocol family 16 [ 0.575056] ACPI: bus type PCI registered [ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578606] PCI: Using configuration type 1 for base access [ 0.583913] ACPI: Added _OSI(Module Device) [ 0.586055] ACPI: Added _OSI(Processor Device) [ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.592699] ACPI: Interpreter enabled [ 0.594195] ACPI: (supports S0 S5) [ 0.595606] ACPI: Using IOAPIC for interrupt routing [ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.612680] acpiphp: Slot [3] registered [ 0.614249] acpiphp: Slot [4] registered [ 0.615798] acpiphp: Slot [5] registered [ 0.617323] acpiphp: Slot [6] registered [ 0.618877] acpiphp: Slot [7] registered [ 0.620406] acpiphp: Slot [8] registered [ 0.621951] acpiphp: Slot [9] registered [ 0.623511] acpiphp: Slot [10] registered [ 0.625036] acpiphp: Slot [11] registered [ 0.626569] acpiphp: Slot [12] registered [ 0.628101] acpiphp: Slot [13] registered [ 0.629652] acpiphp: Slot [14] registered [ 0.631194] acpiphp: Slot [15] registered [ 0.632735] acpiphp: Slot [16] registered [ 0.634317] acpiphp: Slot [17] registered [ 0.635841] acpiphp: Slot [18] registered [ 0.637358] acpiphp: Slot [19] registered [ 0.638881] acpiphp: Slot [20] registered [ 0.640398] acpiphp: Slot [21] registered [ 0.641914] acpiphp: Slot [22] registered [ 0.643559] acpiphp: Slot [23] registered [ 0.645080] acpiphp: Slot [24] registered [ 0.646648] acpiphp: Slot [25] registered [ 0.648201] acpiphp: Slot [26] registered [ 0.649721] acpiphp: Slot [27] registered [ 0.651230] acpiphp: Slot [28] registered [ 0.652742] acpiphp: Slot [29] registered [ 0.654286] acpiphp: Slot [30] registered [ 0.655799] acpiphp: Slot [31] registered [ 0.657302] PCI host bridge to bus 0000:00 [ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733701] vgaarb: loaded [ 0.734998] vgaarb: bridge control possible 0000:00:02.0 [ 0.736958] SCSI subsystem initialized [ 0.738443] ACPI: bus type USB registered [ 0.739979] usbcore: registered new interface driver usbfs [ 0.741802] usbcore: registered new interface driver hub [ 0.743626] usbcore: registered new device driver usb [ 0.745599] PCI: Using ACPI for IRQ routing [ 0.747605] NetLabel: Initializing [ 0.749000] NetLabel: domain hash size = 128 [ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752304] NetLabel: unlabeled traffic allowed by default [ 0.754337] Switched to clocksource kvm-clock [ 0.763948] pnp: PnP ACPI init [ 0.765292] ACPI: bus type PNP registered [ 0.767218] pnp: PnP ACPI: found 5 devices [ 0.768740] ACPI: bus type PNP unregistered [ 0.776889] NET: Registered protocol family 2 [ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.784258] TCP: Hash tables configured (established 32768 bind 32768) [ 0.786481] TCP: reno registered [ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.791902] NET: Registered protocol family 1 [ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837979] Unpacking initramfs... [ 1.328848] Freeing initrd memory: 37508k freed [ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.351127] Initialise system trusted keyring [ 1.352796] audit: initializing netlink socket (disabled) [ 1.354661] type=2000 audit(1535021506.132:1): initialized [ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.376527] zpool: loaded [ 1.377743] zbud: loaded [ 1.379098] VFS: Disk quotas dquot_6.5.2 [ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.382840] msgmni has been set to 7578 [ 1.384367] Key type big_key registered [ 1.386771] NET: Registered protocol family 38 [ 1.388375] Key type asymmetric registered [ 1.389900] Asymmetric key parser 'x509' registered [ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.394488] io scheduler noop registered [ 1.395979] io scheduler deadline registered (default) [ 1.411479] io scheduler cfq registered [ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.419871] ACPI: Power Button [PWRF] [ 1.421479] GHES: HEST is not enabled! [ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451070] Non-volatile memory driver v1.3 [ 1.452672] Linux agpgart interface v0.103 [ 1.454379] crash memory driver: version 1.1 [ 1.455996] rdac: device handler registered [ 1.457642] hp_sw: device handler registered [ 1.459274] emc: device handler registered [ 1.460856] alua: device handler registered [ 1.462505] libphy: Fixed MDIO Bus: probed [ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466309] ehci-pci: EHCI PCI platform driver [ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470066] ohci-pci: OHCI PCI platform driver [ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506145] usb usb1: Product: UHCI Host Controller [ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510140] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511936] hub 1-0:1.0: USB hub found [ 1.513456] hub 1-0:1.0: 2 ports detected [ 1.515171] usbcore: registered new interface driver usbserial [ 1.517160] usbcore: registered new interface driver usbserial_generic [ 1.519266] usbserial: USB Serial support registered for generic [ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528698] mousedev: PS/2 mouse device common for all mice [ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534297] rtc_cmos 00:00: RTC can wake from S4 [ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546462] cpuidle: using governor menu [ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549789] usbcore: registered new interface driver usbhid [ 1.551545] usbhid: USB HID core driver [ 1.553006] drop_monitor: Initializing network drop monitor service [ 1.554955] TCP: cubic registered [ 1.556269] Initializing XFRM netlink socket [ 1.557867] NET: Registered protocol family 10 [ 1.559680] NET: Registered protocol family 17 [ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.568365] Loading compiled-in X.509 certificates [ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.579845] registered taskstats version 1 [ 1.583295] Key type trusted registered [ 1.586048] Key type encrypted registered [ 1.588834] IMA: No TPM chip found, activating TPM-bypass! [ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506) [ 1.594658] Freeing unused kernel memory: 1680k freed [ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm. [ 1.608530] systemd[1]: Detected architecture x86-64. [ 1.610346] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.613675] systemd[1]: No hostname configured. [ 1.615451] systemd[1]: Set hostname to . [ 1.617355] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645779] systemd[1]: Created slice Root Slice. [ 1.647537] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650359] systemd[1]: Listening on udev Kernel Socket. [ 1.652287] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.655288] systemd[1]: Created slice System Slice. [ 1.657107] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.659846] systemd[1]: Reached target Timers. [ 1.661567] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Slices. [ 1.664182] systemd[1]: Reached target Slices. [ 1.665894] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.668690] systemd[1]: Reached target Local File Systems. [ 1.670646] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.673653] systemd[1]: Listening on Journal Socket. [ 1.675478] systemd[1]: Starting Journal Socket. [ 1.677590] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.680755] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.684043] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.688086] systemd[1]: Reached target Swap. [ 1.689789] systemd[1]: Starting Swap. [ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.698634] systemd[1]: Reached target Paths. [ 1.700346] systemd[1]: Starting Paths. [ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [ 1.708935] systemd[1]: Listening on udev Control Socket. [ 1.710871] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.713728] systemd[1]: Reached target Sockets. [ 1.715513] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.718463] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.759574] RPC: Registered named UNIX socket transport module. [ 1.761528] RPC: Registered udp transport module. [ 1.763174] RPC: Registered tcp transport module. [ 1.764809] 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. [ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.865777] FDC 0 is a S82078B [ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.934393] scsi host0: ata_piix [ 1.935786] vda: vda1 [ 1.938314] scsi host1: ata_piix [ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.975973] usb 1-1: Product: QEMU USB Tablet [ 1.977620] usb 1-1: Manufacturer: QEMU [ 1.979137] usb 1-1: SerialNumber: 42 [[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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.996044] 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... [ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled [ 2.118324] XFS (vda1): Mounting V4 Filesystem [ 2.144119] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.465166] SELinux: Disabled at runtime. [ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.560181] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [ot. [32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[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... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Load/Save Random Seed. [ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.309835] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. [ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.351681] [TTM] Initializing pool allocator [ 3.351683] [TTM] Initializing DMA pool allocator [ 3.351939] [drm] fb mappable at 0xFC000000 [ 3.351940] [drm] vram aper at 0xFC000000 [ 3.351940] [drm] size 33554432 [ 3.351940] [drm] fb depth is 24 [ 3.351941] [drm] pitch is 3072 [ 3.364950] ppdev: user-space parallel port driver [ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device [ 3.426982] Console: switching to colour frame buffer device 128x48 [ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.618558] AES CTR mode by8 optimization enabled [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.640610] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0 Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.653704] intel_rapl: no valid rapl domains found in package 0 [ 3.655197] intel_powerclamp: No package C-state available [ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds. [ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c | [ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 10:51:59,242 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.201: timed out 2018-08-23 10:52:08,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:52:08,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:52:08,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-eee7f7b5-cd25-4b45-a989-73fb82479853 x-compute-request-id: req-eee7f7b5-cd25-4b45-a989-73fb82479853 Content-Encoding: gzip Content-Length: 11744 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1890011059 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.430470] pid_max: default: 32768 minimum: 301\n[ 0.432101] Security Framework initialized\n[ 0.433650] SELinux: Initializing.\n[ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446034] Mount-cache hash table entries: 4096\n[ 0.447979] Initializing cgroup subsys memory\n[ 0.449556] Initializing cgroup subsys devices\n[ 0.451129] Initializing cgroup subsys freezer\n[ 0.452699] Initializing cgroup subsys net_cls\n[ 0.454268] Initializing cgroup subsys blkio\n[ 0.455799] Initializing cgroup subsys perf_event\n[ 0.457413] Initializing cgroup subsys hugetlb\n[ 0.458991] Initializing cgroup subsys pids\n[ 0.460509] Initializing cgroup subsys net_prio\n[ 0.462182] CPU: Physical Processor ID: 0\n[ 0.464380] mce: CPU supports 10 MCE banks\n[ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469438] tlb_flushall_shift: 6\n[ 0.470991] Freeing SMP alternatives: 28k freed\n[ 0.475300] ACPI: Core revision 20130517\n[ 0.477220] ACPI: All ACPI Tables successfully acquired\n[ 0.479197] ftrace: allocating 25812 entries in 101 pages\n[ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506293] smpboot: Max logical packages: 2\n[ 0.508112] Enabling x2apic\n[ 0.509349] Enabled x2apic\n[ 0.510856] Switched APIC routing to physical x2apic.\n[ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527682] KVM setup paravirtual spinlock\n[ 0.530534] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554673] Brought up 2 CPUs\n[ 0.554680] KVM setup async PF for cpu 1\n[ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561857] devtmpfs: initialized\n[ 0.564649] EVM: security.selinux\n[ 0.565989] EVM: security.ima\n[ 0.567248] EVM: security.capability\n[ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571389] pinctrl core: initialized pinctrl subsystem\n[ 0.573260] NET: Registered protocol family 16\n[ 0.575056] ACPI: bus type PCI registered\n[ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578606] PCI: Using configuration type 1 for base access\n[ 0.583913] ACPI: Added _OSI(Module Device)\n[ 0.586055] ACPI: Added _OSI(Processor Device)\n[ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.592699] ACPI: Interpreter enabled\n[ 0.594195] ACPI: (supports S0 S5)\n[ 0.595606] ACPI: Using IOAPIC for interrupt routing\n[ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.612680] acpiphp: Slot [3] registered\n[ 0.614249] acpiphp: Slot [4] registered\n[ 0.615798] acpiphp: Slot [5] registered\n[ 0.617323] acpiphp: Slot [6] registered\n[ 0.618877] acpiphp: Slot [7] registered\n[ 0.620406] acpiphp: Slot [8] registered\n[ 0.621951] acpiphp: Slot [9] registered\n[ 0.623511] acpiphp: Slot [10] registered\n[ 0.625036] acpiphp: Slot [11] registered\n[ 0.626569] acpiphp: Slot [12] registered\n[ 0.628101] acpiphp: Slot [13] registered\n[ 0.629652] acpiphp: Slot [14] registered\n[ 0.631194] acpiphp: Slot [15] registered\n[ 0.632735] acpiphp: Slot [16] registered\n[ 0.634317] acpiphp: Slot [17] registered\n[ 0.635841] acpiphp: Slot [18] registered\n[ 0.637358] acpiphp: Slot [19] registered\n[ 0.638881] acpiphp: Slot [20] registered\n[ 0.640398] acpiphp: Slot [21] registered\n[ 0.641914] acpiphp: Slot [22] registered\n[ 0.643559] acpiphp: Slot [23] registered\n[ 0.645080] acpiphp: Slot [24] registered\n[ 0.646648] acpiphp: Slot [25] registered\n[ 0.648201] acpiphp: Slot [26] registered\n[ 0.649721] acpiphp: Slot [27] registered\n[ 0.651230] acpiphp: Slot [28] registered\n[ 0.652742] acpiphp: Slot [29] registered\n[ 0.654286] acpiphp: Slot [30] registered\n[ 0.655799] acpiphp: Slot [31] registered\n[ 0.657302] PCI host bridge to bus 0000:00\n[ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733701] vgaarb: loaded\n[ 0.734998] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736958] SCSI subsystem initialized\n[ 0.738443] ACPI: bus type USB registered\n[ 0.739979] usbcore: registered new interface driver usbfs\n[ 0.741802] usbcore: registered new interface driver hub\n[ 0.743626] usbcore: registered new device driver usb\n[ 0.745599] PCI: Using ACPI for IRQ routing\n[ 0.747605] NetLabel: Initializing\n[ 0.749000] NetLabel: domain hash size = 128\n[ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752304] NetLabel: unlabeled traffic allowed by default\n[ 0.754337] Switched to clocksource kvm-clock\n[ 0.763948] pnp: PnP ACPI init\n[ 0.765292] ACPI: bus type PNP registered\n[ 0.767218] pnp: PnP ACPI: found 5 devices\n[ 0.768740] ACPI: bus type PNP unregistered\n[ 0.776889] NET: Registered protocol family 2\n[ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.784258] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.786481] TCP: reno registered\n[ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.791902] NET: Registered protocol family 1\n[ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837979] Unpacking initramfs...\n[ 1.328848] Freeing initrd memory: 37508k freed\n[ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.351127] Initialise system trusted keyring\n[ 1.352796] audit: initializing netlink socket (disabled)\n[ 1.354661] type=2000 audit(1535021506.132:1): initialized\n[ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.376527] zpool: loaded\n[ 1.377743] zbud: loaded\n[ 1.379098] VFS: Disk quotas dquot_6.5.2\n[ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.382840] msgmni has been set to 7578\n[ 1.384367] Key type big_key registered\n[ 1.386771] NET: Registered protocol family 38\n[ 1.388375] Key type asymmetric registered\n[ 1.389900] Asymmetric key parser 'x509' registered\n[ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.394488] io scheduler noop registered\n[ 1.395979] io scheduler deadline registered (default)\n[ 1.411479] io scheduler cfq registered\n[ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.419871] ACPI: Power Button [PWRF]\n[ 1.421479] GHES: HEST is not enabled!\n[ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451070] Non-volatile memory driver v1.3\n[ 1.452672] Linux agpgart interface v0.103\n[ 1.454379] crash memory driver: version 1.1\n[ 1.455996] rdac: device handler registered\n[ 1.457642] hp_sw: device handler registered\n[ 1.459274] emc: device handler registered\n[ 1.460856] alua: device handler registered\n[ 1.462505] libphy: Fixed MDIO Bus: probed\n[ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466309] ehci-pci: EHCI PCI platform driver\n[ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470066] ohci-pci: OHCI PCI platform driver\n[ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506145] usb usb1: Product: UHCI Host Controller\n[ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510140] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511936] hub 1-0:1.0: USB hub found\n[ 1.513456] hub 1-0:1.0: 2 ports detected\n[ 1.515171] usbcore: registered new interface driver usbserial\n[ 1.517160] usbcore: registered new interface driver usbserial_generic\n[ 1.519266] usbserial: USB Serial support registered for generic\n[ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528698] mousedev: PS/2 mouse device common for all mice\n[ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534297] rtc_cmos 00:00: RTC can wake from S4\n[ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546462] cpuidle: using governor menu\n[ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549789] usbcore: registered new interface driver usbhid\n[ 1.551545] usbhid: USB HID core driver\n[ 1.553006] drop_monitor: Initializing network drop monitor service\n[ 1.554955] TCP: cubic registered\n[ 1.556269] Initializing XFRM netlink socket\n[ 1.557867] NET: Registered protocol family 10\n[ 1.559680] NET: Registered protocol family 17\n[ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.568365] Loading compiled-in X.509 certificates\n[ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.579845] registered taskstats version 1\n[ 1.583295] Key type trusted registered\n[ 1.586048] Key type encrypted registered\n[ 1.588834] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506)\n[ 1.594658] Freeing unused kernel memory: 1680k freed\n[ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm.\n[ 1.608530] systemd[1]: Detected architecture x86-64.\n[ 1.610346] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.613675] systemd[1]: No hostname configured.\n[ 1.615451] systemd[1]: Set hostname to .\n[ 1.617355] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645779] systemd[1]: Created slice Root Slice.\n[ 1.647537] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650359] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652287] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.655288] systemd[1]: Created slice System Slice.\n[ 1.657107] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.659846] systemd[1]: Reached target Timers.\n[ 1.661567] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Slices.\n[ 1.664182] systemd[1]: Reached target Slices.\n[ 1.665894] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.668690] systemd[1]: Reached target Local File Systems.\n[ 1.670646] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.673653] systemd[1]: Listening on Journal Socket.\n[ 1.675478] systemd[1]: Starting Journal Socket.\n[ 1.677590] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.680755] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.684043] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.688086] systemd[1]: Reached target Swap.\n[ 1.689789] systemd[1]: Starting Swap.\n[ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.698634] systemd[1]: Reached target Paths.\n[ 1.700346] systemd[1]: Starting Paths.\n[ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.708935] systemd[1]: Listening on udev Control Socket.\n[ 1.710871] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.713728] systemd[1]: Reached target Sockets.\n[ 1.715513] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.718463] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.759574] RPC: Registered named UNIX socket transport module.\n[ 1.761528] RPC: Registered udp transport module.\n[ 1.763174] RPC: Registered tcp transport module.\n[ 1.764809] 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[ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.865777] FDC 0 is a S82078B\n[ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.934393] scsi host0: ata_piix\n[ 1.935786] vda: vda1\n[ 1.938314] scsi host1: ata_piix\n[ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.975973] usb 1-1: Product: QEMU USB Tablet\n[ 1.977620] usb 1-1: Manufacturer: QEMU\n[ 1.979137] usb 1-1: SerialNumber: 42\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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.996044] 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[ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.118324] XFS (vda1): Mounting V4 Filesystem\n[ 2.144119] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.465166] SELinux: Disabled at runtime.\n[ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.560181] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[ot.\n[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.309835] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n[ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.351681] [TTM] Initializing pool allocator\n[ 3.351683] [TTM] Initializing DMA pool allocator\n[ 3.351939] [drm] fb mappable at 0xFC000000\n[ 3.351940] [drm] vram aper at 0xFC000000\n[ 3.351940] [drm] size 33554432\n[ 3.351940] [drm] fb depth is 24\n[ 3.351941] [drm] pitch is 3072\n[ 3.364950] ppdev: user-space parallel port driver\n[ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.426982] Console: switching to colour frame buffer device 128x48\n[ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.618558] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.640610] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0\n\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.653704] intel_rapl: no valid rapl domains found in package 0\n[ 3.655197] intel_powerclamp: No package C-state available\n[ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds.\n[ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c |\n[ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 10:52:08,329 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-eee7f7b5-cd25-4b45-a989-73fb82479853 2018-08-23 10:52:08,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0770909786224s 2018-08-23 10:52:08,330 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-eee7f7b5-cd25-4b45-a989-73fb82479853 2018-08-23 10:52:08,330 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1890011059 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.430470] pid_max: default: 32768 minimum: 301 [ 0.432101] Security Framework initialized [ 0.433650] SELinux: Initializing. [ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446034] Mount-cache hash table entries: 4096 [ 0.447979] Initializing cgroup subsys memory [ 0.449556] Initializing cgroup subsys devices [ 0.451129] Initializing cgroup subsys freezer [ 0.452699] Initializing cgroup subsys net_cls [ 0.454268] Initializing cgroup subsys blkio [ 0.455799] Initializing cgroup subsys perf_event [ 0.457413] Initializing cgroup subsys hugetlb [ 0.458991] Initializing cgroup subsys pids [ 0.460509] Initializing cgroup subsys net_prio [ 0.462182] CPU: Physical Processor ID: 0 [ 0.464380] mce: CPU supports 10 MCE banks [ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469438] tlb_flushall_shift: 6 [ 0.470991] Freeing SMP alternatives: 28k freed [ 0.475300] ACPI: Core revision 20130517 [ 0.477220] ACPI: All ACPI Tables successfully acquired [ 0.479197] ftrace: allocating 25812 entries in 101 pages [ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506293] smpboot: Max logical packages: 2 [ 0.508112] Enabling x2apic [ 0.509349] Enabled x2apic [ 0.510856] Switched APIC routing to physical x2apic. [ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527682] KVM setup paravirtual spinlock [ 0.530534] smpboot: Booting Node 0, Processors #1 OK [ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554673] Brought up 2 CPUs [ 0.554680] KVM setup async PF for cpu 1 [ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561857] devtmpfs: initialized [ 0.564649] EVM: security.selinux [ 0.565989] EVM: security.ima [ 0.567248] EVM: security.capability [ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571389] pinctrl core: initialized pinctrl subsystem [ 0.573260] NET: Registered protocol family 16 [ 0.575056] ACPI: bus type PCI registered [ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578606] PCI: Using configuration type 1 for base access [ 0.583913] ACPI: Added _OSI(Module Device) [ 0.586055] ACPI: Added _OSI(Processor Device) [ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.592699] ACPI: Interpreter enabled [ 0.594195] ACPI: (supports S0 S5) [ 0.595606] ACPI: Using IOAPIC for interrupt routing [ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.612680] acpiphp: Slot [3] registered [ 0.614249] acpiphp: Slot [4] registered [ 0.615798] acpiphp: Slot [5] registered [ 0.617323] acpiphp: Slot [6] registered [ 0.618877] acpiphp: Slot [7] registered [ 0.620406] acpiphp: Slot [8] registered [ 0.621951] acpiphp: Slot [9] registered [ 0.623511] acpiphp: Slot [10] registered [ 0.625036] acpiphp: Slot [11] registered [ 0.626569] acpiphp: Slot [12] registered [ 0.628101] acpiphp: Slot [13] registered [ 0.629652] acpiphp: Slot [14] registered [ 0.631194] acpiphp: Slot [15] registered [ 0.632735] acpiphp: Slot [16] registered [ 0.634317] acpiphp: Slot [17] registered [ 0.635841] acpiphp: Slot [18] registered [ 0.637358] acpiphp: Slot [19] registered [ 0.638881] acpiphp: Slot [20] registered [ 0.640398] acpiphp: Slot [21] registered [ 0.641914] acpiphp: Slot [22] registered [ 0.643559] acpiphp: Slot [23] registered [ 0.645080] acpiphp: Slot [24] registered [ 0.646648] acpiphp: Slot [25] registered [ 0.648201] acpiphp: Slot [26] registered [ 0.649721] acpiphp: Slot [27] registered [ 0.651230] acpiphp: Slot [28] registered [ 0.652742] acpiphp: Slot [29] registered [ 0.654286] acpiphp: Slot [30] registered [ 0.655799] acpiphp: Slot [31] registered [ 0.657302] PCI host bridge to bus 0000:00 [ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733701] vgaarb: loaded [ 0.734998] vgaarb: bridge control possible 0000:00:02.0 [ 0.736958] SCSI subsystem initialized [ 0.738443] ACPI: bus type USB registered [ 0.739979] usbcore: registered new interface driver usbfs [ 0.741802] usbcore: registered new interface driver hub [ 0.743626] usbcore: registered new device driver usb [ 0.745599] PCI: Using ACPI for IRQ routing [ 0.747605] NetLabel: Initializing [ 0.749000] NetLabel: domain hash size = 128 [ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752304] NetLabel: unlabeled traffic allowed by default [ 0.754337] Switched to clocksource kvm-clock [ 0.763948] pnp: PnP ACPI init [ 0.765292] ACPI: bus type PNP registered [ 0.767218] pnp: PnP ACPI: found 5 devices [ 0.768740] ACPI: bus type PNP unregistered [ 0.776889] NET: Registered protocol family 2 [ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.784258] TCP: Hash tables configured (established 32768 bind 32768) [ 0.786481] TCP: reno registered [ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.791902] NET: Registered protocol family 1 [ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837979] Unpacking initramfs... [ 1.328848] Freeing initrd memory: 37508k freed [ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.351127] Initialise system trusted keyring [ 1.352796] audit: initializing netlink socket (disabled) [ 1.354661] type=2000 audit(1535021506.132:1): initialized [ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.376527] zpool: loaded [ 1.377743] zbud: loaded [ 1.379098] VFS: Disk quotas dquot_6.5.2 [ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.382840] msgmni has been set to 7578 [ 1.384367] Key type big_key registered [ 1.386771] NET: Registered protocol family 38 [ 1.388375] Key type asymmetric registered [ 1.389900] Asymmetric key parser 'x509' registered [ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.394488] io scheduler noop registered [ 1.395979] io scheduler deadline registered (default) [ 1.411479] io scheduler cfq registered [ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.419871] ACPI: Power Button [PWRF] [ 1.421479] GHES: HEST is not enabled! [ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451070] Non-volatile memory driver v1.3 [ 1.452672] Linux agpgart interface v0.103 [ 1.454379] crash memory driver: version 1.1 [ 1.455996] rdac: device handler registered [ 1.457642] hp_sw: device handler registered [ 1.459274] emc: device handler registered [ 1.460856] alua: device handler registered [ 1.462505] libphy: Fixed MDIO Bus: probed [ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466309] ehci-pci: EHCI PCI platform driver [ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470066] ohci-pci: OHCI PCI platform driver [ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506145] usb usb1: Product: UHCI Host Controller [ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510140] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511936] hub 1-0:1.0: USB hub found [ 1.513456] hub 1-0:1.0: 2 ports detected [ 1.515171] usbcore: registered new interface driver usbserial [ 1.517160] usbcore: registered new interface driver usbserial_generic [ 1.519266] usbserial: USB Serial support registered for generic [ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528698] mousedev: PS/2 mouse device common for all mice [ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534297] rtc_cmos 00:00: RTC can wake from S4 [ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546462] cpuidle: using governor menu [ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549789] usbcore: registered new interface driver usbhid [ 1.551545] usbhid: USB HID core driver [ 1.553006] drop_monitor: Initializing network drop monitor service [ 1.554955] TCP: cubic registered [ 1.556269] Initializing XFRM netlink socket [ 1.557867] NET: Registered protocol family 10 [ 1.559680] NET: Registered protocol family 17 [ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.568365] Loading compiled-in X.509 certificates [ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.579845] registered taskstats version 1 [ 1.583295] Key type trusted registered [ 1.586048] Key type encrypted registered [ 1.588834] IMA: No TPM chip found, activating TPM-bypass! [ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506) [ 1.594658] Freeing unused kernel memory: 1680k freed [ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm. [ 1.608530] systemd[1]: Detected architecture x86-64. [ 1.610346] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.613675] systemd[1]: No hostname configured. [ 1.615451] systemd[1]: Set hostname to . [ 1.617355] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645779] systemd[1]: Created slice Root Slice. [ 1.647537] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650359] systemd[1]: Listening on udev Kernel Socket. [ 1.652287] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.655288] systemd[1]: Created slice System Slice. [ 1.657107] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.659846] systemd[1]: Reached target Timers. [ 1.661567] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Slices. [ 1.664182] systemd[1]: Reached target Slices. [ 1.665894] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.668690] systemd[1]: Reached target Local File Systems. [ 1.670646] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.673653] systemd[1]: Listening on Journal Socket. [ 1.675478] systemd[1]: Starting Journal Socket. [ 1.677590] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.680755] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.684043] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.688086] systemd[1]: Reached target Swap. [ 1.689789] systemd[1]: Starting Swap. [ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.698634] systemd[1]: Reached target Paths. [ 1.700346] systemd[1]: Starting Paths. [ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [ 1.708935] systemd[1]: Listening on udev Control Socket. [ 1.710871] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.713728] systemd[1]: Reached target Sockets. [ 1.715513] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.718463] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.759574] RPC: Registered named UNIX socket transport module. [ 1.761528] RPC: Registered udp transport module. [ 1.763174] RPC: Registered tcp transport module. [ 1.764809] 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. [ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.865777] FDC 0 is a S82078B [ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.934393] scsi host0: ata_piix [ 1.935786] vda: vda1 [ 1.938314] scsi host1: ata_piix [ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.975973] usb 1-1: Product: QEMU USB Tablet [ 1.977620] usb 1-1: Manufacturer: QEMU [ 1.979137] usb 1-1: SerialNumber: 42 [[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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.996044] 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... [ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled [ 2.118324] XFS (vda1): Mounting V4 Filesystem [ 2.144119] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.465166] SELinux: Disabled at runtime. [ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.560181] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [ot. [32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[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... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Load/Save Random Seed. [ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.309835] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. [ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.351681] [TTM] Initializing pool allocator [ 3.351683] [TTM] Initializing DMA pool allocator [ 3.351939] [drm] fb mappable at 0xFC000000 [ 3.351940] [drm] vram aper at 0xFC000000 [ 3.351940] [drm] size 33554432 [ 3.351940] [drm] fb depth is 24 [ 3.351941] [drm] pitch is 3072 [ 3.364950] ppdev: user-space parallel port driver [ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device [ 3.426982] Console: switching to colour frame buffer device 128x48 [ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.618558] AES CTR mode by8 optimization enabled [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.640610] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0 Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.653704] intel_rapl: no valid rapl domains found in package 0 [ 3.655197] intel_powerclamp: No package C-state available [ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds. [ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c | [ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 10:52:08,335 - paramiko.transport - DEBUG - starting thread (client mode): 0xefc9b290L 2018-08-23 10:52:08,336 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 10:52:08,340 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 10:52:08,341 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 10:52:08,373 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 10:52:08,373 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 10:52:08,373 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 10:52:08,374 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 10:52:08,374 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 10:52:08,374 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 10:52:08,384 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 10:52:08,386 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 10:52:08,399 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-23 10:52:08,401 - paramiko.transport - DEBUG - Trying discovered key 1806a432d28b8a6f895bfd03506af5b7 in /tmp/tmpf5POl1 2018-08-23 10:52:08,424 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:52:18,445 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 10:52:18,449 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-23 10:52:18,450 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:52:18,455 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 10:52:18,457 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.201: Authentication failed. 2018-08-23 10:52:27,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:52:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:52:27,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8212679d-0e92-4d0c-8165-ce2ec99bc56a x-compute-request-id: req-8212679d-0e92-4d0c-8165-ce2ec99bc56a Content-Encoding: gzip Content-Length: 11744 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1890011059 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.430470] pid_max: default: 32768 minimum: 301\n[ 0.432101] Security Framework initialized\n[ 0.433650] SELinux: Initializing.\n[ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446034] Mount-cache hash table entries: 4096\n[ 0.447979] Initializing cgroup subsys memory\n[ 0.449556] Initializing cgroup subsys devices\n[ 0.451129] Initializing cgroup subsys freezer\n[ 0.452699] Initializing cgroup subsys net_cls\n[ 0.454268] Initializing cgroup subsys blkio\n[ 0.455799] Initializing cgroup subsys perf_event\n[ 0.457413] Initializing cgroup subsys hugetlb\n[ 0.458991] Initializing cgroup subsys pids\n[ 0.460509] Initializing cgroup subsys net_prio\n[ 0.462182] CPU: Physical Processor ID: 0\n[ 0.464380] mce: CPU supports 10 MCE banks\n[ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469438] tlb_flushall_shift: 6\n[ 0.470991] Freeing SMP alternatives: 28k freed\n[ 0.475300] ACPI: Core revision 20130517\n[ 0.477220] ACPI: All ACPI Tables successfully acquired\n[ 0.479197] ftrace: allocating 25812 entries in 101 pages\n[ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506293] smpboot: Max logical packages: 2\n[ 0.508112] Enabling x2apic\n[ 0.509349] Enabled x2apic\n[ 0.510856] Switched APIC routing to physical x2apic.\n[ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527682] KVM setup paravirtual spinlock\n[ 0.530534] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554673] Brought up 2 CPUs\n[ 0.554680] KVM setup async PF for cpu 1\n[ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561857] devtmpfs: initialized\n[ 0.564649] EVM: security.selinux\n[ 0.565989] EVM: security.ima\n[ 0.567248] EVM: security.capability\n[ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571389] pinctrl core: initialized pinctrl subsystem\n[ 0.573260] NET: Registered protocol family 16\n[ 0.575056] ACPI: bus type PCI registered\n[ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578606] PCI: Using configuration type 1 for base access\n[ 0.583913] ACPI: Added _OSI(Module Device)\n[ 0.586055] ACPI: Added _OSI(Processor Device)\n[ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.592699] ACPI: Interpreter enabled\n[ 0.594195] ACPI: (supports S0 S5)\n[ 0.595606] ACPI: Using IOAPIC for interrupt routing\n[ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.612680] acpiphp: Slot [3] registered\n[ 0.614249] acpiphp: Slot [4] registered\n[ 0.615798] acpiphp: Slot [5] registered\n[ 0.617323] acpiphp: Slot [6] registered\n[ 0.618877] acpiphp: Slot [7] registered\n[ 0.620406] acpiphp: Slot [8] registered\n[ 0.621951] acpiphp: Slot [9] registered\n[ 0.623511] acpiphp: Slot [10] registered\n[ 0.625036] acpiphp: Slot [11] registered\n[ 0.626569] acpiphp: Slot [12] registered\n[ 0.628101] acpiphp: Slot [13] registered\n[ 0.629652] acpiphp: Slot [14] registered\n[ 0.631194] acpiphp: Slot [15] registered\n[ 0.632735] acpiphp: Slot [16] registered\n[ 0.634317] acpiphp: Slot [17] registered\n[ 0.635841] acpiphp: Slot [18] registered\n[ 0.637358] acpiphp: Slot [19] registered\n[ 0.638881] acpiphp: Slot [20] registered\n[ 0.640398] acpiphp: Slot [21] registered\n[ 0.641914] acpiphp: Slot [22] registered\n[ 0.643559] acpiphp: Slot [23] registered\n[ 0.645080] acpiphp: Slot [24] registered\n[ 0.646648] acpiphp: Slot [25] registered\n[ 0.648201] acpiphp: Slot [26] registered\n[ 0.649721] acpiphp: Slot [27] registered\n[ 0.651230] acpiphp: Slot [28] registered\n[ 0.652742] acpiphp: Slot [29] registered\n[ 0.654286] acpiphp: Slot [30] registered\n[ 0.655799] acpiphp: Slot [31] registered\n[ 0.657302] PCI host bridge to bus 0000:00\n[ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733701] vgaarb: loaded\n[ 0.734998] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736958] SCSI subsystem initialized\n[ 0.738443] ACPI: bus type USB registered\n[ 0.739979] usbcore: registered new interface driver usbfs\n[ 0.741802] usbcore: registered new interface driver hub\n[ 0.743626] usbcore: registered new device driver usb\n[ 0.745599] PCI: Using ACPI for IRQ routing\n[ 0.747605] NetLabel: Initializing\n[ 0.749000] NetLabel: domain hash size = 128\n[ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752304] NetLabel: unlabeled traffic allowed by default\n[ 0.754337] Switched to clocksource kvm-clock\n[ 0.763948] pnp: PnP ACPI init\n[ 0.765292] ACPI: bus type PNP registered\n[ 0.767218] pnp: PnP ACPI: found 5 devices\n[ 0.768740] ACPI: bus type PNP unregistered\n[ 0.776889] NET: Registered protocol family 2\n[ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.784258] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.786481] TCP: reno registered\n[ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.791902] NET: Registered protocol family 1\n[ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837979] Unpacking initramfs...\n[ 1.328848] Freeing initrd memory: 37508k freed\n[ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.351127] Initialise system trusted keyring\n[ 1.352796] audit: initializing netlink socket (disabled)\n[ 1.354661] type=2000 audit(1535021506.132:1): initialized\n[ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.376527] zpool: loaded\n[ 1.377743] zbud: loaded\n[ 1.379098] VFS: Disk quotas dquot_6.5.2\n[ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.382840] msgmni has been set to 7578\n[ 1.384367] Key type big_key registered\n[ 1.386771] NET: Registered protocol family 38\n[ 1.388375] Key type asymmetric registered\n[ 1.389900] Asymmetric key parser 'x509' registered\n[ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.394488] io scheduler noop registered\n[ 1.395979] io scheduler deadline registered (default)\n[ 1.411479] io scheduler cfq registered\n[ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.419871] ACPI: Power Button [PWRF]\n[ 1.421479] GHES: HEST is not enabled!\n[ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451070] Non-volatile memory driver v1.3\n[ 1.452672] Linux agpgart interface v0.103\n[ 1.454379] crash memory driver: version 1.1\n[ 1.455996] rdac: device handler registered\n[ 1.457642] hp_sw: device handler registered\n[ 1.459274] emc: device handler registered\n[ 1.460856] alua: device handler registered\n[ 1.462505] libphy: Fixed MDIO Bus: probed\n[ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466309] ehci-pci: EHCI PCI platform driver\n[ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470066] ohci-pci: OHCI PCI platform driver\n[ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506145] usb usb1: Product: UHCI Host Controller\n[ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510140] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511936] hub 1-0:1.0: USB hub found\n[ 1.513456] hub 1-0:1.0: 2 ports detected\n[ 1.515171] usbcore: registered new interface driver usbserial\n[ 1.517160] usbcore: registered new interface driver usbserial_generic\n[ 1.519266] usbserial: USB Serial support registered for generic\n[ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528698] mousedev: PS/2 mouse device common for all mice\n[ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534297] rtc_cmos 00:00: RTC can wake from S4\n[ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546462] cpuidle: using governor menu\n[ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549789] usbcore: registered new interface driver usbhid\n[ 1.551545] usbhid: USB HID core driver\n[ 1.553006] drop_monitor: Initializing network drop monitor service\n[ 1.554955] TCP: cubic registered\n[ 1.556269] Initializing XFRM netlink socket\n[ 1.557867] NET: Registered protocol family 10\n[ 1.559680] NET: Registered protocol family 17\n[ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.568365] Loading compiled-in X.509 certificates\n[ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.579845] registered taskstats version 1\n[ 1.583295] Key type trusted registered\n[ 1.586048] Key type encrypted registered\n[ 1.588834] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506)\n[ 1.594658] Freeing unused kernel memory: 1680k freed\n[ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm.\n[ 1.608530] systemd[1]: Detected architecture x86-64.\n[ 1.610346] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.613675] systemd[1]: No hostname configured.\n[ 1.615451] systemd[1]: Set hostname to .\n[ 1.617355] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645779] systemd[1]: Created slice Root Slice.\n[ 1.647537] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650359] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652287] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.655288] systemd[1]: Created slice System Slice.\n[ 1.657107] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.659846] systemd[1]: Reached target Timers.\n[ 1.661567] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Slices.\n[ 1.664182] systemd[1]: Reached target Slices.\n[ 1.665894] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.668690] systemd[1]: Reached target Local File Systems.\n[ 1.670646] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.673653] systemd[1]: Listening on Journal Socket.\n[ 1.675478] systemd[1]: Starting Journal Socket.\n[ 1.677590] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.680755] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.684043] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.688086] systemd[1]: Reached target Swap.\n[ 1.689789] systemd[1]: Starting Swap.\n[ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.698634] systemd[1]: Reached target Paths.\n[ 1.700346] systemd[1]: Starting Paths.\n[ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.708935] systemd[1]: Listening on udev Control Socket.\n[ 1.710871] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.713728] systemd[1]: Reached target Sockets.\n[ 1.715513] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.718463] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.759574] RPC: Registered named UNIX socket transport module.\n[ 1.761528] RPC: Registered udp transport module.\n[ 1.763174] RPC: Registered tcp transport module.\n[ 1.764809] 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[ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.865777] FDC 0 is a S82078B\n[ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.934393] scsi host0: ata_piix\n[ 1.935786] vda: vda1\n[ 1.938314] scsi host1: ata_piix\n[ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.975973] usb 1-1: Product: QEMU USB Tablet\n[ 1.977620] usb 1-1: Manufacturer: QEMU\n[ 1.979137] usb 1-1: SerialNumber: 42\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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.996044] 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[ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.118324] XFS (vda1): Mounting V4 Filesystem\n[ 2.144119] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.465166] SELinux: Disabled at runtime.\n[ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.560181] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[ot.\n[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.309835] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n[ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.351681] [TTM] Initializing pool allocator\n[ 3.351683] [TTM] Initializing DMA pool allocator\n[ 3.351939] [drm] fb mappable at 0xFC000000\n[ 3.351940] [drm] vram aper at 0xFC000000\n[ 3.351940] [drm] size 33554432\n[ 3.351940] [drm] fb depth is 24\n[ 3.351941] [drm] pitch is 3072\n[ 3.364950] ppdev: user-space parallel port driver\n[ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.426982] Console: switching to colour frame buffer device 128x48\n[ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.618558] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.640610] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0\n\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.653704] intel_rapl: no valid rapl domains found in package 0\n[ 3.655197] intel_powerclamp: No package C-state available\n[ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds.\n[ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c |\n[ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 10:52:27,540 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-8212679d-0e92-4d0c-8165-ce2ec99bc56a 2018-08-23 10:52:27,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736300945282s 2018-08-23 10:52:27,542 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-8212679d-0e92-4d0c-8165-ce2ec99bc56a 2018-08-23 10:52:27,542 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1890011059 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.430470] pid_max: default: 32768 minimum: 301 [ 0.432101] Security Framework initialized [ 0.433650] SELinux: Initializing. [ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446034] Mount-cache hash table entries: 4096 [ 0.447979] Initializing cgroup subsys memory [ 0.449556] Initializing cgroup subsys devices [ 0.451129] Initializing cgroup subsys freezer [ 0.452699] Initializing cgroup subsys net_cls [ 0.454268] Initializing cgroup subsys blkio [ 0.455799] Initializing cgroup subsys perf_event [ 0.457413] Initializing cgroup subsys hugetlb [ 0.458991] Initializing cgroup subsys pids [ 0.460509] Initializing cgroup subsys net_prio [ 0.462182] CPU: Physical Processor ID: 0 [ 0.464380] mce: CPU supports 10 MCE banks [ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469438] tlb_flushall_shift: 6 [ 0.470991] Freeing SMP alternatives: 28k freed [ 0.475300] ACPI: Core revision 20130517 [ 0.477220] ACPI: All ACPI Tables successfully acquired [ 0.479197] ftrace: allocating 25812 entries in 101 pages [ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506293] smpboot: Max logical packages: 2 [ 0.508112] Enabling x2apic [ 0.509349] Enabled x2apic [ 0.510856] Switched APIC routing to physical x2apic. [ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527682] KVM setup paravirtual spinlock [ 0.530534] smpboot: Booting Node 0, Processors #1 OK [ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554673] Brought up 2 CPUs [ 0.554680] KVM setup async PF for cpu 1 [ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561857] devtmpfs: initialized [ 0.564649] EVM: security.selinux [ 0.565989] EVM: security.ima [ 0.567248] EVM: security.capability [ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571389] pinctrl core: initialized pinctrl subsystem [ 0.573260] NET: Registered protocol family 16 [ 0.575056] ACPI: bus type PCI registered [ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578606] PCI: Using configuration type 1 for base access [ 0.583913] ACPI: Added _OSI(Module Device) [ 0.586055] ACPI: Added _OSI(Processor Device) [ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.592699] ACPI: Interpreter enabled [ 0.594195] ACPI: (supports S0 S5) [ 0.595606] ACPI: Using IOAPIC for interrupt routing [ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.612680] acpiphp: Slot [3] registered [ 0.614249] acpiphp: Slot [4] registered [ 0.615798] acpiphp: Slot [5] registered [ 0.617323] acpiphp: Slot [6] registered [ 0.618877] acpiphp: Slot [7] registered [ 0.620406] acpiphp: Slot [8] registered [ 0.621951] acpiphp: Slot [9] registered [ 0.623511] acpiphp: Slot [10] registered [ 0.625036] acpiphp: Slot [11] registered [ 0.626569] acpiphp: Slot [12] registered [ 0.628101] acpiphp: Slot [13] registered [ 0.629652] acpiphp: Slot [14] registered [ 0.631194] acpiphp: Slot [15] registered [ 0.632735] acpiphp: Slot [16] registered [ 0.634317] acpiphp: Slot [17] registered [ 0.635841] acpiphp: Slot [18] registered [ 0.637358] acpiphp: Slot [19] registered [ 0.638881] acpiphp: Slot [20] registered [ 0.640398] acpiphp: Slot [21] registered [ 0.641914] acpiphp: Slot [22] registered [ 0.643559] acpiphp: Slot [23] registered [ 0.645080] acpiphp: Slot [24] registered [ 0.646648] acpiphp: Slot [25] registered [ 0.648201] acpiphp: Slot [26] registered [ 0.649721] acpiphp: Slot [27] registered [ 0.651230] acpiphp: Slot [28] registered [ 0.652742] acpiphp: Slot [29] registered [ 0.654286] acpiphp: Slot [30] registered [ 0.655799] acpiphp: Slot [31] registered [ 0.657302] PCI host bridge to bus 0000:00 [ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733701] vgaarb: loaded [ 0.734998] vgaarb: bridge control possible 0000:00:02.0 [ 0.736958] SCSI subsystem initialized [ 0.738443] ACPI: bus type USB registered [ 0.739979] usbcore: registered new interface driver usbfs [ 0.741802] usbcore: registered new interface driver hub [ 0.743626] usbcore: registered new device driver usb [ 0.745599] PCI: Using ACPI for IRQ routing [ 0.747605] NetLabel: Initializing [ 0.749000] NetLabel: domain hash size = 128 [ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752304] NetLabel: unlabeled traffic allowed by default [ 0.754337] Switched to clocksource kvm-clock [ 0.763948] pnp: PnP ACPI init [ 0.765292] ACPI: bus type PNP registered [ 0.767218] pnp: PnP ACPI: found 5 devices [ 0.768740] ACPI: bus type PNP unregistered [ 0.776889] NET: Registered protocol family 2 [ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.784258] TCP: Hash tables configured (established 32768 bind 32768) [ 0.786481] TCP: reno registered [ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.791902] NET: Registered protocol family 1 [ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837979] Unpacking initramfs... [ 1.328848] Freeing initrd memory: 37508k freed [ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.351127] Initialise system trusted keyring [ 1.352796] audit: initializing netlink socket (disabled) [ 1.354661] type=2000 audit(1535021506.132:1): initialized [ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.376527] zpool: loaded [ 1.377743] zbud: loaded [ 1.379098] VFS: Disk quotas dquot_6.5.2 [ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.382840] msgmni has been set to 7578 [ 1.384367] Key type big_key registered [ 1.386771] NET: Registered protocol family 38 [ 1.388375] Key type asymmetric registered [ 1.389900] Asymmetric key parser 'x509' registered [ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.394488] io scheduler noop registered [ 1.395979] io scheduler deadline registered (default) [ 1.411479] io scheduler cfq registered [ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.419871] ACPI: Power Button [PWRF] [ 1.421479] GHES: HEST is not enabled! [ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451070] Non-volatile memory driver v1.3 [ 1.452672] Linux agpgart interface v0.103 [ 1.454379] crash memory driver: version 1.1 [ 1.455996] rdac: device handler registered [ 1.457642] hp_sw: device handler registered [ 1.459274] emc: device handler registered [ 1.460856] alua: device handler registered [ 1.462505] libphy: Fixed MDIO Bus: probed [ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466309] ehci-pci: EHCI PCI platform driver [ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470066] ohci-pci: OHCI PCI platform driver [ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506145] usb usb1: Product: UHCI Host Controller [ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510140] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511936] hub 1-0:1.0: USB hub found [ 1.513456] hub 1-0:1.0: 2 ports detected [ 1.515171] usbcore: registered new interface driver usbserial [ 1.517160] usbcore: registered new interface driver usbserial_generic [ 1.519266] usbserial: USB Serial support registered for generic [ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528698] mousedev: PS/2 mouse device common for all mice [ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534297] rtc_cmos 00:00: RTC can wake from S4 [ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546462] cpuidle: using governor menu [ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549789] usbcore: registered new interface driver usbhid [ 1.551545] usbhid: USB HID core driver [ 1.553006] drop_monitor: Initializing network drop monitor service [ 1.554955] TCP: cubic registered [ 1.556269] Initializing XFRM netlink socket [ 1.557867] NET: Registered protocol family 10 [ 1.559680] NET: Registered protocol family 17 [ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.568365] Loading compiled-in X.509 certificates [ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.579845] registered taskstats version 1 [ 1.583295] Key type trusted registered [ 1.586048] Key type encrypted registered [ 1.588834] IMA: No TPM chip found, activating TPM-bypass! [ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506) [ 1.594658] Freeing unused kernel memory: 1680k freed [ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm. [ 1.608530] systemd[1]: Detected architecture x86-64. [ 1.610346] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.613675] systemd[1]: No hostname configured. [ 1.615451] systemd[1]: Set hostname to . [ 1.617355] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645779] systemd[1]: Created slice Root Slice. [ 1.647537] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650359] systemd[1]: Listening on udev Kernel Socket. [ 1.652287] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.655288] systemd[1]: Created slice System Slice. [ 1.657107] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.659846] systemd[1]: Reached target Timers. [ 1.661567] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Slices. [ 1.664182] systemd[1]: Reached target Slices. [ 1.665894] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.668690] systemd[1]: Reached target Local File Systems. [ 1.670646] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.673653] systemd[1]: Listening on Journal Socket. [ 1.675478] systemd[1]: Starting Journal Socket. [ 1.677590] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.680755] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.684043] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.688086] systemd[1]: Reached target Swap. [ 1.689789] systemd[1]: Starting Swap. [ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.698634] systemd[1]: Reached target Paths. [ 1.700346] systemd[1]: Starting Paths. [ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [ 1.708935] systemd[1]: Listening on udev Control Socket. [ 1.710871] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.713728] systemd[1]: Reached target Sockets. [ 1.715513] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.718463] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.759574] RPC: Registered named UNIX socket transport module. [ 1.761528] RPC: Registered udp transport module. [ 1.763174] RPC: Registered tcp transport module. [ 1.764809] 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. [ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.865777] FDC 0 is a S82078B [ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.934393] scsi host0: ata_piix [ 1.935786] vda: vda1 [ 1.938314] scsi host1: ata_piix [ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.975973] usb 1-1: Product: QEMU USB Tablet [ 1.977620] usb 1-1: Manufacturer: QEMU [ 1.979137] usb 1-1: SerialNumber: 42 [[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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.996044] 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... [ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled [ 2.118324] XFS (vda1): Mounting V4 Filesystem [ 2.144119] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.465166] SELinux: Disabled at runtime. [ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.560181] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [ot. [32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[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... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Load/Save Random Seed. [ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.309835] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. [ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.351681] [TTM] Initializing pool allocator [ 3.351683] [TTM] Initializing DMA pool allocator [ 3.351939] [drm] fb mappable at 0xFC000000 [ 3.351940] [drm] vram aper at 0xFC000000 [ 3.351940] [drm] size 33554432 [ 3.351940] [drm] fb depth is 24 [ 3.351941] [drm] pitch is 3072 [ 3.364950] ppdev: user-space parallel port driver [ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device [ 3.426982] Console: switching to colour frame buffer device 128x48 [ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.618558] AES CTR mode by8 optimization enabled [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.640610] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0 Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.653704] intel_rapl: no valid rapl domains found in package 0 [ 3.655197] intel_powerclamp: No package C-state available [ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds. [ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c | [ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 10:52:27,546 - paramiko.transport - DEBUG - starting thread (client mode): 0xf24ea4d0L 2018-08-23 10:52:27,546 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 10:52:27,554 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 10:52:27,554 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 10:52:27,556 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 10:52:27,556 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 10:52:27,556 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 10:52:27,556 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 10:52:27,557 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 10:52:27,557 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 10:52:27,562 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 10:52:27,562 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 10:52:27,579 - paramiko.transport - DEBUG - Trying discovered key 1806a432d28b8a6f895bfd03506af5b7 in /tmp/tmpf5POl1 2018-08-23 10:52:27,601 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:52:37,621 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 10:52:37,625 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-23 10:52:37,626 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:52:37,632 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 10:52:37,633 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.201: Authentication failed. 2018-08-23 10:52:46,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:52:46,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:52:46,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:52: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-46503179-27ed-481c-acc1-de845bd86413 x-compute-request-id: req-46503179-27ed-481c-acc1-de845bd86413 Content-Encoding: gzip Content-Length: 12751 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1890011059 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.430470] pid_max: default: 32768 minimum: 301\n[ 0.432101] Security Framework initialized\n[ 0.433650] SELinux: Initializing.\n[ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.446034] Mount-cache hash table entries: 4096\n[ 0.447979] Initializing cgroup subsys memory\n[ 0.449556] Initializing cgroup subsys devices\n[ 0.451129] Initializing cgroup subsys freezer\n[ 0.452699] Initializing cgroup subsys net_cls\n[ 0.454268] Initializing cgroup subsys blkio\n[ 0.455799] Initializing cgroup subsys perf_event\n[ 0.457413] Initializing cgroup subsys hugetlb\n[ 0.458991] Initializing cgroup subsys pids\n[ 0.460509] Initializing cgroup subsys net_prio\n[ 0.462182] CPU: Physical Processor ID: 0\n[ 0.464380] mce: CPU supports 10 MCE banks\n[ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.469438] tlb_flushall_shift: 6\n[ 0.470991] Freeing SMP alternatives: 28k freed\n[ 0.475300] ACPI: Core revision 20130517\n[ 0.477220] ACPI: All ACPI Tables successfully acquired\n[ 0.479197] ftrace: allocating 25812 entries in 101 pages\n[ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.506293] smpboot: Max logical packages: 2\n[ 0.508112] Enabling x2apic\n[ 0.509349] Enabled x2apic\n[ 0.510856] Switched APIC routing to physical x2apic.\n[ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.527682] KVM setup paravirtual spinlock\n[ 0.530534] smpboot: Booting Node 0, Processors #1 OK\n[ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.554673] Brought up 2 CPUs\n[ 0.554680] KVM setup async PF for cpu 1\n[ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.561857] devtmpfs: initialized\n[ 0.564649] EVM: security.selinux\n[ 0.565989] EVM: security.ima\n[ 0.567248] EVM: security.capability\n[ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.571389] pinctrl core: initialized pinctrl subsystem\n[ 0.573260] NET: Registered protocol family 16\n[ 0.575056] ACPI: bus type PCI registered\n[ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.578606] PCI: Using configuration type 1 for base access\n[ 0.583913] ACPI: Added _OSI(Module Device)\n[ 0.586055] ACPI: Added _OSI(Processor Device)\n[ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.589346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.592699] ACPI: Interpreter enabled\n[ 0.594195] ACPI: (supports S0 S5)\n[ 0.595606] ACPI: Using IOAPIC for interrupt routing\n[ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.612680] acpiphp: Slot [3] registered\n[ 0.614249] acpiphp: Slot [4] registered\n[ 0.615798] acpiphp: Slot [5] registered\n[ 0.617323] acpiphp: Slot [6] registered\n[ 0.618877] acpiphp: Slot [7] registered\n[ 0.620406] acpiphp: Slot [8] registered\n[ 0.621951] acpiphp: Slot [9] registered\n[ 0.623511] acpiphp: Slot [10] registered\n[ 0.625036] acpiphp: Slot [11] registered\n[ 0.626569] acpiphp: Slot [12] registered\n[ 0.628101] acpiphp: Slot [13] registered\n[ 0.629652] acpiphp: Slot [14] registered\n[ 0.631194] acpiphp: Slot [15] registered\n[ 0.632735] acpiphp: Slot [16] registered\n[ 0.634317] acpiphp: Slot [17] registered\n[ 0.635841] acpiphp: Slot [18] registered\n[ 0.637358] acpiphp: Slot [19] registered\n[ 0.638881] acpiphp: Slot [20] registered\n[ 0.640398] acpiphp: Slot [21] registered\n[ 0.641914] acpiphp: Slot [22] registered\n[ 0.643559] acpiphp: Slot [23] registered\n[ 0.645080] acpiphp: Slot [24] registered\n[ 0.646648] acpiphp: Slot [25] registered\n[ 0.648201] acpiphp: Slot [26] registered\n[ 0.649721] acpiphp: Slot [27] registered\n[ 0.651230] acpiphp: Slot [28] registered\n[ 0.652742] acpiphp: Slot [29] registered\n[ 0.654286] acpiphp: Slot [30] registered\n[ 0.655799] acpiphp: Slot [31] registered\n[ 0.657302] PCI host bridge to bus 0000:00\n[ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.733701] vgaarb: loaded\n[ 0.734998] vgaarb: bridge control possible 0000:00:02.0\n[ 0.736958] SCSI subsystem initialized\n[ 0.738443] ACPI: bus type USB registered\n[ 0.739979] usbcore: registered new interface driver usbfs\n[ 0.741802] usbcore: registered new interface driver hub\n[ 0.743626] usbcore: registered new device driver usb\n[ 0.745599] PCI: Using ACPI for IRQ routing\n[ 0.747605] NetLabel: Initializing\n[ 0.749000] NetLabel: domain hash size = 128\n[ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.752304] NetLabel: unlabeled traffic allowed by default\n[ 0.754337] Switched to clocksource kvm-clock\n[ 0.763948] pnp: PnP ACPI init\n[ 0.765292] ACPI: bus type PNP registered\n[ 0.767218] pnp: PnP ACPI: found 5 devices\n[ 0.768740] ACPI: bus type PNP unregistered\n[ 0.776889] NET: Registered protocol family 2\n[ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.784258] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.786481] TCP: reno registered\n[ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.791902] NET: Registered protocol family 1\n[ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.837979] Unpacking initramfs...\n[ 1.328848] Freeing initrd memory: 37508k freed\n[ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.351127] Initialise system trusted keyring\n[ 1.352796] audit: initializing netlink socket (disabled)\n[ 1.354661] type=2000 audit(1535021506.132:1): initialized\n[ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.376527] zpool: loaded\n[ 1.377743] zbud: loaded\n[ 1.379098] VFS: Disk quotas dquot_6.5.2\n[ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.382840] msgmni has been set to 7578\n[ 1.384367] Key type big_key registered\n[ 1.386771] NET: Registered protocol family 38\n[ 1.388375] Key type asymmetric registered\n[ 1.389900] Asymmetric key parser 'x509' registered\n[ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.394488] io scheduler noop registered\n[ 1.395979] io scheduler deadline registered (default)\n[ 1.411479] io scheduler cfq registered\n[ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.419871] ACPI: Power Button [PWRF]\n[ 1.421479] GHES: HEST is not enabled!\n[ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451070] Non-volatile memory driver v1.3\n[ 1.452672] Linux agpgart interface v0.103\n[ 1.454379] crash memory driver: version 1.1\n[ 1.455996] rdac: device handler registered\n[ 1.457642] hp_sw: device handler registered\n[ 1.459274] emc: device handler registered\n[ 1.460856] alua: device handler registered\n[ 1.462505] libphy: Fixed MDIO Bus: probed\n[ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466309] ehci-pci: EHCI PCI platform driver\n[ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470066] ohci-pci: OHCI PCI platform driver\n[ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.506145] usb usb1: Product: UHCI Host Controller\n[ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.510140] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511936] hub 1-0:1.0: USB hub found\n[ 1.513456] hub 1-0:1.0: 2 ports detected\n[ 1.515171] usbcore: registered new interface driver usbserial\n[ 1.517160] usbcore: registered new interface driver usbserial_generic\n[ 1.519266] usbserial: USB Serial support registered for generic\n[ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528698] mousedev: PS/2 mouse device common for all mice\n[ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534297] rtc_cmos 00:00: RTC can wake from S4\n[ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546462] cpuidle: using governor menu\n[ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.549789] usbcore: registered new interface driver usbhid\n[ 1.551545] usbhid: USB HID core driver\n[ 1.553006] drop_monitor: Initializing network drop monitor service\n[ 1.554955] TCP: cubic registered\n[ 1.556269] Initializing XFRM netlink socket\n[ 1.557867] NET: Registered protocol family 10\n[ 1.559680] NET: Registered protocol family 17\n[ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.568365] Loading compiled-in X.509 certificates\n[ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.579845] registered taskstats version 1\n[ 1.583295] Key type trusted registered\n[ 1.586048] Key type encrypted registered\n[ 1.588834] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506)\n[ 1.594658] Freeing unused kernel memory: 1680k freed\n[ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm.\n[ 1.608530] systemd[1]: Detected architecture x86-64.\n[ 1.610346] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.613675] systemd[1]: No hostname configured.\n[ 1.615451] systemd[1]: Set hostname to .\n[ 1.617355] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.645779] systemd[1]: Created slice Root Slice.\n[ 1.647537] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.650359] systemd[1]: Listening on udev Kernel Socket.\n[ 1.652287] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.655288] systemd[1]: Created slice System Slice.\n[ 1.657107] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.659846] systemd[1]: Reached target Timers.\n[ 1.661567] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Slices.\n[ 1.664182] systemd[1]: Reached target Slices.\n[ 1.665894] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.668690] systemd[1]: Reached target Local File Systems.\n[ 1.670646] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.673653] systemd[1]: Listening on Journal Socket.\n[ 1.675478] systemd[1]: Starting Journal Socket.\n[ 1.677590] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.680755] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.684043] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Swap.\n[ 1.688086] systemd[1]: Reached target Swap.\n[ 1.689789] systemd[1]: Starting Swap.\n[ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.698634] systemd[1]: Reached target Paths.\n[ 1.700346] systemd[1]: Starting Paths.\n[ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.708935] systemd[1]: Listening on udev Control Socket.\n[ 1.710871] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.713728] systemd[1]: Reached target Sockets.\n[ 1.715513] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.718463] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.759574] RPC: Registered named UNIX socket transport module.\n[ 1.761528] RPC: Registered udp transport module.\n[ 1.763174] RPC: Registered tcp transport module.\n[ 1.764809] 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[ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.865777] FDC 0 is a S82078B\n[ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.934393] scsi host0: ata_piix\n[ 1.935786] vda: vda1\n[ 1.938314] scsi host1: ata_piix\n[ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.975973] usb 1-1: Product: QEMU USB Tablet\n[ 1.977620] usb 1-1: Manufacturer: QEMU\n[ 1.979137] usb 1-1: SerialNumber: 42\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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.996044] 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[ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.118324] XFS (vda1): Mounting V4 Filesystem\n[ 2.144119] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.465166] SELinux: Disabled at runtime.\n[ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.560181] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Debug File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Switch Root.\n[ot.\n[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Setup Virtual Console...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 3.309835] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Basic System.\n[ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting Login Service...\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.351681] [TTM] Initializing pool allocator\n[ 3.351683] [TTM] Initializing DMA pool allocator\n[ 3.351939] [drm] fb mappable at 0xFC000000\n[ 3.351940] [drm] vram aper at 0xFC000000\n[ 3.351940] [drm] size 33554432\n[ 3.351940] [drm] fb depth is 24\n[ 3.351941] [drm] pitch is 3072\n[ 3.364950] ppdev: user-space parallel port driver\n[ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.426982] Console: switching to colour frame buffer device 128x48\n[ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting GSSAPI Proxy Daemon...\n Starting NTP client/server...\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[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.618558] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[ 3.640610] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0\n\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.653704] intel_rapl: no valid rapl domains found in package 0\n[ 3.655197] intel_powerclamp: No package C-state available\n[ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds.\n[ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c |\n[ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 58.758612] cloud-init[9568]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 23 Aug 2018 10:52:44 +0000. Up 58.71 seconds.\n[ 59.025434] cloud-init[9590]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 23 Aug 2018 10:52:44 +0000. Up 58.98 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 18:06:a4:32:d2:8b:8a:6f:89:5b:fd:03:50:6a:f5:b7 | - | 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[ 59.083269] cloud-init[9590]: Cloud-init v. 0.7.5 finished at Thu, 23 Aug 2018 10:52:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.08 seconds\n"} 2018-08-23 10:52:46,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-46503179-27ed-481c-acc1-de845bd86413 2018-08-23 10:52:46,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0802659988403s 2018-08-23 10:52:46,725 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49/action used request id req-46503179-27ed-481c-acc1-de845bd86413 2018-08-23 10:52:46,725 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1890011059 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.427453] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.430470] pid_max: default: 32768 minimum: 301 [ 0.432101] Security Framework initialized [ 0.433650] SELinux: Initializing. [ 0.435703] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.442032] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.446034] Mount-cache hash table entries: 4096 [ 0.447979] Initializing cgroup subsys memory [ 0.449556] Initializing cgroup subsys devices [ 0.451129] Initializing cgroup subsys freezer [ 0.452699] Initializing cgroup subsys net_cls [ 0.454268] Initializing cgroup subsys blkio [ 0.455799] Initializing cgroup subsys perf_event [ 0.457413] Initializing cgroup subsys hugetlb [ 0.458991] Initializing cgroup subsys pids [ 0.460509] Initializing cgroup subsys net_prio [ 0.462182] CPU: Physical Processor ID: 0 [ 0.464380] mce: CPU supports 10 MCE banks [ 0.465923] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.467679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.469438] tlb_flushall_shift: 6 [ 0.470991] Freeing SMP alternatives: 28k freed [ 0.475300] ACPI: Core revision 20130517 [ 0.477220] ACPI: All ACPI Tables successfully acquired [ 0.479197] ftrace: allocating 25812 entries in 101 pages [ 0.502212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.504276] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.506293] smpboot: Max logical packages: 2 [ 0.508112] Enabling x2apic [ 0.509349] Enabled x2apic [ 0.510856] Switched APIC routing to physical x2apic. [ 0.513918] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.515879] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.519416] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.527682] KVM setup paravirtual spinlock [ 0.530534] smpboot: Booting Node 0, Processors #1 OK [ 0.532667] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.554673] Brought up 2 CPUs [ 0.554680] KVM setup async PF for cpu 1 [ 0.554683] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.558968] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.561857] devtmpfs: initialized [ 0.564649] EVM: security.selinux [ 0.565989] EVM: security.ima [ 0.567248] EVM: security.capability [ 0.569300] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.571389] pinctrl core: initialized pinctrl subsystem [ 0.573260] NET: Registered protocol family 16 [ 0.575056] ACPI: bus type PCI registered [ 0.576543] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.578606] PCI: Using configuration type 1 for base access [ 0.583913] ACPI: Added _OSI(Module Device) [ 0.586055] ACPI: Added _OSI(Processor Device) [ 0.587682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.589346] ACPI: Added _OSI(Processor Aggregator Device) [ 0.592699] ACPI: Interpreter enabled [ 0.594195] ACPI: (supports S0 S5) [ 0.595606] ACPI: Using IOAPIC for interrupt routing [ 0.597372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.602367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.604428] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.606625] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.608764] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.612680] acpiphp: Slot [3] registered [ 0.614249] acpiphp: Slot [4] registered [ 0.615798] acpiphp: Slot [5] registered [ 0.617323] acpiphp: Slot [6] registered [ 0.618877] acpiphp: Slot [7] registered [ 0.620406] acpiphp: Slot [8] registered [ 0.621951] acpiphp: Slot [9] registered [ 0.623511] acpiphp: Slot [10] registered [ 0.625036] acpiphp: Slot [11] registered [ 0.626569] acpiphp: Slot [12] registered [ 0.628101] acpiphp: Slot [13] registered [ 0.629652] acpiphp: Slot [14] registered [ 0.631194] acpiphp: Slot [15] registered [ 0.632735] acpiphp: Slot [16] registered [ 0.634317] acpiphp: Slot [17] registered [ 0.635841] acpiphp: Slot [18] registered [ 0.637358] acpiphp: Slot [19] registered [ 0.638881] acpiphp: Slot [20] registered [ 0.640398] acpiphp: Slot [21] registered [ 0.641914] acpiphp: Slot [22] registered [ 0.643559] acpiphp: Slot [23] registered [ 0.645080] acpiphp: Slot [24] registered [ 0.646648] acpiphp: Slot [25] registered [ 0.648201] acpiphp: Slot [26] registered [ 0.649721] acpiphp: Slot [27] registered [ 0.651230] acpiphp: Slot [28] registered [ 0.652742] acpiphp: Slot [29] registered [ 0.654286] acpiphp: Slot [30] registered [ 0.655799] acpiphp: Slot [31] registered [ 0.657302] PCI host bridge to bus 0000:00 [ 0.658811] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.660613] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.662695] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.664809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.667576] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.670342] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.676916] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.679078] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.681126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.683308] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.687873] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.690626] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.715958] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.719103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.721522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.723920] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.726319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.728513] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.730799] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.733701] vgaarb: loaded [ 0.734998] vgaarb: bridge control possible 0000:00:02.0 [ 0.736958] SCSI subsystem initialized [ 0.738443] ACPI: bus type USB registered [ 0.739979] usbcore: registered new interface driver usbfs [ 0.741802] usbcore: registered new interface driver hub [ 0.743626] usbcore: registered new device driver usb [ 0.745599] PCI: Using ACPI for IRQ routing [ 0.747605] NetLabel: Initializing [ 0.749000] NetLabel: domain hash size = 128 [ 0.750572] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.752304] NetLabel: unlabeled traffic allowed by default [ 0.754337] Switched to clocksource kvm-clock [ 0.763948] pnp: PnP ACPI init [ 0.765292] ACPI: bus type PNP registered [ 0.767218] pnp: PnP ACPI: found 5 devices [ 0.768740] ACPI: bus type PNP unregistered [ 0.776889] NET: Registered protocol family 2 [ 0.778802] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.781786] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.784258] TCP: Hash tables configured (established 32768 bind 32768) [ 0.786481] TCP: reno registered [ 0.787813] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.789792] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.791902] NET: Registered protocol family 1 [ 0.793523] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.795505] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.797468] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.817839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.837979] Unpacking initramfs... [ 1.328848] Freeing initrd memory: 37508k freed [ 1.338605] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.340722] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.344658] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.346711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.349111] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.351127] Initialise system trusted keyring [ 1.352796] audit: initializing netlink socket (disabled) [ 1.354661] type=2000 audit(1535021506.132:1): initialized [ 1.371562] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.373646] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.376527] zpool: loaded [ 1.377743] zbud: loaded [ 1.379098] VFS: Disk quotas dquot_6.5.2 [ 1.380624] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.382840] msgmni has been set to 7578 [ 1.384367] Key type big_key registered [ 1.386771] NET: Registered protocol family 38 [ 1.388375] Key type asymmetric registered [ 1.389900] Asymmetric key parser 'x509' registered [ 1.391621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.394488] io scheduler noop registered [ 1.395979] io scheduler deadline registered (default) [ 1.411479] io scheduler cfq registered [ 1.413098] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.414946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.417102] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.419871] ACPI: Power Button [PWRF] [ 1.421479] GHES: HEST is not enabled! [ 1.423056] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.448710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451070] Non-volatile memory driver v1.3 [ 1.452672] Linux agpgart interface v0.103 [ 1.454379] crash memory driver: version 1.1 [ 1.455996] rdac: device handler registered [ 1.457642] hp_sw: device handler registered [ 1.459274] emc: device handler registered [ 1.460856] alua: device handler registered [ 1.462505] libphy: Fixed MDIO Bus: probed [ 1.464146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466309] ehci-pci: EHCI PCI platform driver [ 1.467999] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470066] ohci-pci: OHCI PCI platform driver [ 1.471741] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492324] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494216] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.497168] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.499042] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.501076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.503312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.506145] usb usb1: Product: UHCI Host Controller [ 1.507890] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.510140] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511936] hub 1-0:1.0: USB hub found [ 1.513456] hub 1-0:1.0: 2 ports detected [ 1.515171] usbcore: registered new interface driver usbserial [ 1.517160] usbcore: registered new interface driver usbserial_generic [ 1.519266] usbserial: USB Serial support registered for generic [ 1.521308] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.525035] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526811] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528698] mousedev: PS/2 mouse device common for all mice [ 1.530944] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534297] rtc_cmos 00:00: RTC can wake from S4 [ 1.535118] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.535655] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542489] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546462] cpuidle: using governor menu [ 1.547971] hidraw: raw HID events driver (C) Jiri Kosina [ 1.549789] usbcore: registered new interface driver usbhid [ 1.551545] usbhid: USB HID core driver [ 1.553006] drop_monitor: Initializing network drop monitor service [ 1.554955] TCP: cubic registered [ 1.556269] Initializing XFRM netlink socket [ 1.557867] NET: Registered protocol family 10 [ 1.559680] NET: Registered protocol family 17 [ 1.561447] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.563425] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565270] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.568365] Loading compiled-in X.509 certificates [ 1.569997] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573129] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.576710] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.579845] registered taskstats version 1 [ 1.583295] Key type trusted registered [ 1.586048] Key type encrypted registered [ 1.588834] IMA: No TPM chip found, activating TPM-bypass! [ 1.591068] rtc_cmos 00:00: setting system clock to 2018-08-23 10:51:46 UTC (1535021506) [ 1.594658] Freeing unused kernel memory: 1680k freed [ 1.600809] 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.606729] systemd[1]: Detected virtualization kvm. [ 1.608530] systemd[1]: Detected architecture x86-64. [ 1.610346] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.613675] systemd[1]: No hostname configured. [ 1.615451] systemd[1]: Set hostname to . [ 1.617355] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.645779] systemd[1]: Created slice Root Slice. [ 1.647537] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.650359] systemd[1]: Listening on udev Kernel Socket. [ 1.652287] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.655288] systemd[1]: Created slice System Slice. [ 1.657107] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Timers. [ 1.659846] systemd[1]: Reached target Timers. [ 1.661567] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Slices. [ 1.664182] systemd[1]: Reached target Slices. [ 1.665894] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Local File Systems. [ 1.668690] systemd[1]: Reached target Local File Systems. [ 1.670646] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on Journal Socket. [ 1.673653] systemd[1]: Listening on Journal Socket. [ 1.675478] systemd[1]: Starting Journal Socket. [ 1.677590] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.680755] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.684043] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Swap. [ 1.688086] systemd[1]: Reached target Swap. [ 1.689789] systemd[1]: Starting Swap. [ 1.691371] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.694472] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.698634] systemd[1]: Reached target Paths. [ 1.700346] systemd[1]: Starting Paths. [ 1.702363] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [ 1.708935] systemd[1]: Listening on udev Control Socket. [ 1.710871] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.713728] systemd[1]: Reached target Sockets. [ 1.715513] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.718463] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.759574] RPC: Registered named UNIX socket transport module. [ 1.761528] RPC: Registered udp transport module. [ 1.763174] RPC: Registered tcp transport module. [ 1.764809] 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. [ 1.817347] usb 1-1: new full-speed USB device number 2 using uhci_hcd 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.865777] FDC 0 is a S82078B [ 1.886077] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.927836] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.934393] scsi host0: ata_piix [ 1.935786] vda: vda1 [ 1.938314] scsi host1: ata_piix [ 1.939724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.941874] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.971561] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.973750] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.975973] usb 1-1: Product: QEMU USB Tablet [ 1.977620] usb 1-1: Manufacturer: QEMU [ 1.979137] usb 1-1: SerialNumber: 42 [[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.990707] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.996044] 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... [ 2.115503] SGI XFS with ACLs, security attributes, no debug enabled [ 2.118324] XFS (vda1): Mounting V4 Filesystem [ 2.144119] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Paths.[ 2.346525] tsc: Refined TSC clocksource calibration: 3491.874 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.380782] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.465166] SELinux: Disabled at runtime. [ 2.501345] type=1404 audit(1535021507.410:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.558063] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.560181] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Debug File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Switch Root. [ot. [32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Setup Virtual Console... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Starting Remount Root and Kernel File Systems... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [[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... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Load/Save Random Seed. [ 2.947243] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 3.020403] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[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.182301] type=1305 audit(1535021508.090:3): audit_pid=438 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [ 3.309835] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Basic System. [ 3.316065] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.319948] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting Login Service... Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.351680] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.351681] [TTM] Initializing pool allocator [ 3.351683] [TTM] Initializing DMA pool allocator [ 3.351939] [drm] fb mappable at 0xFC000000 [ 3.351940] [drm] vram aper at 0xFC000000 [ 3.351940] [drm] size 33554432 [ 3.351940] [drm] fb depth is 24 [ 3.351941] [drm] pitch is 3072 [ 3.364950] ppdev: user-space parallel port driver [ 3.401425] fbcon: cirrusdrmfb (fb0) is primary device [ 3.426982] Console: switching to colour frame buffer device 128x48 [ 3.442048] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.448351] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.618558] AES CTR mode by8 optimization enabled [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.631858] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [ 3.640610] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.648317] intel_rapl: no valid rapl domains found in package 0 Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [ 3.653704] intel_rapl: no valid rapl domains found in package 0 [ 3.655197] intel_powerclamp: No package C-state available [ 3.661094] intel_powerclamp: No package C-state available[ 3.628814] cloud-init[476]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:51:49 +0000. Up 3.59 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Created slice user-993.slice. [ 5.848997] cloud-init[794]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:51:51 +0000. Up 5.78 seconds. [ 5.851287] cloud-init[794]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.853525] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.856131] cloud-init[794]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.858496] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.862235] cloud-init[794]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.864395] cloud-init[794]: ci-info: | eth0: | True | 192.168.120.4 | 255.255.255.0 | fa:16:3e:e6:94:1c | [ 5.866553] cloud-init[794]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.869102] cloud-init[794]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.876250] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.878411] cloud-init[794]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.880898] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.883435] cloud-init[794]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.886751] cloud-init[794]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 5.889290] cloud-init[794]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.891706] cloud-init[794]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 58.758612] cloud-init[9568]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 23 Aug 2018 10:52:44 +0000. Up 58.71 seconds. [ 59.025434] cloud-init[9590]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 23 Aug 2018 10:52:44 +0000. Up 58.98 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 18:06:a4:32:d2:8b:8a:6f:89:5b:fd:03:50:6a:f5:b7 | - | 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----- [ 59.083269] cloud-init[9590]: Cloud-init v. 0.7.5 finished at Thu, 23 Aug 2018 10:52:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.08 seconds 2018-08-23 10:52:46,729 - paramiko.transport - DEBUG - starting thread (client mode): 0xefc49710L 2018-08-23 10:52:46,729 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 10:52:46,735 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 10:52:46,735 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 10:52:46,737 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 10:52:46,743 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 10:52:46,743 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 10:52:46,746 - paramiko.transport - DEBUG - Trying discovered key 1806a432d28b8a6f895bfd03506af5b7 in /tmp/tmpf5POl1 2018-08-23 10:52:46,783 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:52:56,811 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 10:52:56,823 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-23 10:52:56,823 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-23 10:52:56,824 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-23 10:52:56,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-08-23 10:52:56,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:52:56,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9692, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9694, "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": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9689, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 795, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 799, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9612, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9684, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 10:52:56,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:52:56,933 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:52:56 GMT 2018-08-23 10:52:56,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:52:56,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-23 10:52:56,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:52:56,933 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 9692, 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': 9694, 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': 8015, 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': 9689, 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': 943, 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': 795, 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': 799, 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': 9612, 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': 9684, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-23 10:52:56,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-08-23 10:52:57,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9692, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9694, "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": 8015, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9689, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 795, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 799, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9612, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9684, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 10:52:57,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:52:57,026 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:52:56 GMT 2018-08-23 10:52:57,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:52:57,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-23 10:52:57,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:52:57,026 - functest.core.cloudify - INFO - The current manager status is running 2018-08-23 10:52:57,027 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:52:57,090 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:52:56.769Z", "updated_at": "2018-08-23T10:52:56.769Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:52:56 GMT 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:52:57,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-08-23 10:52:57,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-23T10:52:56.769Z", "updated_at": "2018-08-23T10:52:56.769Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:52:57,150 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:52:56 GMT 2018-08-23 10:52:57,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:52:57,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-23 10:52:57,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:52:57,151 - functest.core.cloudify - DEBUG - List secrets: 2018-08-23 10:52:57,152 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2018-08-23 10:52:57,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:52:57,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:52:57,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:52:57,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:52:57,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:52:56.769Z", "updated_at": "2018-08-23T10:52:56.769Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:52:56 GMT 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 10:52:57,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:52:57,266 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-23 10:52:57,266 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-23 10:52:57,392 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 10:52:57,393 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 05:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-23 10:52:57,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 10:52:57,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/37ba2c14-6182-46dd-9493-b3e34742c2c5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:52:58,313 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb049b04-2bab-4c9f-baf2-ba9afc3a8287 Content-Length: 0 Date: Thu, 23 Aug 2018 10:52:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:52:58,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/37ba2c14-6182-46dd-9493-b3e34742c2c5.json used request id req-bb049b04-2bab-4c9f-baf2-ba9afc3a8287 2018-08-23 10:52:58,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.912076950073s 2018-08-23 10:52:58,314 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/37ba2c14-6182-46dd-9493-b3e34742c2c5.json used request id req-bb049b04-2bab-4c9f-baf2-ba9afc3a8287 2018-08-23 10:52:58,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:52:58,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:52:58,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3d667cee-a68f-4336-9593-1702569e77c8 Date: Thu, 23 Aug 2018 10:52:58 GMT RESP BODY: {"floatingips": []} 2018-08-23 10:52:58,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-3d667cee-a68f-4336-9593-1702569e77c8 2018-08-23 10:52:58,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0461440086365s 2018-08-23 10:52:58,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-3d667cee-a68f-4336-9593-1702569e77c8 2018-08-23 10:52:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 10:52:58,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:52:58,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-81aaeec5-b59c-4810-ad09-d3ef357c2840 x-compute-request-id: req-81aaeec5-b59c-4810-ad09-d3ef357c2840 Content-Type: application/json 2018-08-23 10:52:58,538 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49 used request id req-81aaeec5-b59c-4810-ad09-d3ef357c2840 2018-08-23 10:52:58,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172107219696s 2018-08-23 10:52:58,539 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49 used request id req-81aaeec5-b59c-4810-ad09-d3ef357c2840 2018-08-23 10:52:58,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:52:58,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:52:58,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-156cdf0e-5dc7-4756-b854-00d7949dda87 x-compute-request-id: req-156cdf0e-5dc7-4756-b854-00d7949dda87 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:94:1c", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:94:1c", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/addebede-4594-40ae-a8c4-4a4139875e49", "rel": "bookmark"}], "image": {"id": "071132d3-e691-40dc-94a4-7379c24f583d", "links": [{"href": "http://172.30.9.21:8774/images/071132d3-e691-40dc-94a4-7379c24f583d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T10:51:43.000000", "flavor": {"id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0", "links": [{"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}]}, "id": "addebede-4594-40ae-a8c4-4a4139875e49", "security_groups": [{"name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}], "user_id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T10:52:58Z", "hostId": "30e50a7906b101808589eb7aa442339b96baa5742e073a6ec10ec1b3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "name": "cloudify-vm_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "created": "2018-08-23T10:49:30Z", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:52:58,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-156cdf0e-5dc7-4756-b854-00d7949dda87 2018-08-23 10:52:58,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206701040268s 2018-08-23 10:52:58,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-156cdf0e-5dc7-4756-b854-00d7949dda87 2018-08-23 10:52:58,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:53:00,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:53:00,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:00,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53: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-5fde3129-4618-4a5b-a74e-3dbc06fac67a x-compute-request-id: req-5fde3129-4618-4a5b-a74e-3dbc06fac67a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 10:53:00,845 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5fde3129-4618-4a5b-a74e-3dbc06fac67a 2018-08-23 10:53:00,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0945310592651s 2018-08-23 10:53:00,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5fde3129-4618-4a5b-a74e-3dbc06fac67a 2018-08-23 10:53:00,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:53:00,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:00,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-a9e93801-3a7c-4366-991f-e3266dedf4d0 Date: Thu, 23 Aug 2018 10:53:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:49:26Z", "updated_at": "2018-08-23T10:49:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "1913dfa3-b383-4ab9-a43c-296253450397", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 443, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "1dd3a3d4-27b0-41ff-b5a0-19b827135a38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 80, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "1f4f9286-91a9-4667-8dcd-25eb20ed008b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "878119ee-0067-4cfe-bea4-e5f0df2a792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d0fecf5e-c3a6-43c5-bb4f-99bfd0cdcdc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:27Z", "revision_number": 0, "id": "d1a83497-639b-4420-8054-b98f17774c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:27Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-23T10:49:28Z", "revision_number": 0, "id": "dae889e4-4502-4fc7-a1df-fa3edd60f411", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:28Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:49:26Z", "revision_number": 0, "id": "ee7eb81b-4065-4f9c-9c60-6bf547023f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:49:26Z", "security_group_id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 7, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "23f786e5-77a7-4786-bf00-cdbc209b2d45", "name": "cloudify-sg_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"description": "Default security group", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:52Z", "updated_at": "2018-08-23T10:47:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "077ac0e0-043b-4b15-a945-1bf4e78b05e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "5672bb17-5275-419c-8532-db50728ca10d", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "84d2e1ca-f535-409e-9e72-891114f5f9c8", "remote_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "2069a5c298674547ab79a80b61eeccc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:47:52Z", "revision_number": 0, "id": "e246e31a-92a6-4979-99b5-f28643687cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:47:52Z", "security_group_id": "82817d4e-104e-4757-859d-01adccbcecd9", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "2069a5c298674547ab79a80b61eeccc0"}], "revision_number": 1, "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "82817d4e-104e-4757-859d-01adccbcecd9", "name": "default"}]} 2018-08-23 10:53:00,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a9e93801-3a7c-4366-991f-e3266dedf4d0 2018-08-23 10:53:00,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0473430156708s 2018-08-23 10:53:00,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a9e93801-3a7c-4366-991f-e3266dedf4d0 2018-08-23 10:53:00,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 10:53:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/23f786e5-77a7-4786-bf00-cdbc209b2d45.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:01,121 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51513366-7382-4860-b36b-b5439235a125 Content-Length: 0 Date: Thu, 23 Aug 2018 10:53:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:53:01,121 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/23f786e5-77a7-4786-bf00-cdbc209b2d45.json used request id req-51513366-7382-4860-b36b-b5439235a125 2018-08-23 10:53:01,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.221200942993s 2018-08-23 10:53:01,122 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/23f786e5-77a7-4786-bf00-cdbc209b2d45.json used request id req-51513366-7382-4860-b36b-b5439235a125 2018-08-23 10:53:01,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 10:53:01,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:01,150 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-4991f060-3efa-4bc8-9020-501d14858904 x-compute-request-id: req-4991f060-3efa-4bc8-9020-501d14858904 Content-Length: 0 Content-Type: application/json 2018-08-23 10:53:01,150 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e used request id req-4991f060-3efa-4bc8-9020-501d14858904 2018-08-23 10:53:01,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0280809402466s 2018-08-23 10:53:01,151 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_e6ceb171-c3e7-4a8a-99bb-4839bd90130e used request id req-4991f060-3efa-4bc8-9020-501d14858904 2018-08-23 10:53:01,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 10:53:01,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" -d '{"subnet_id": "23540c7d-8d64-47c1-a7ef-d15cf46ac891"}' 2018-08-23 10:53:02,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d6e28e0f-27e8-400a-8470-d6a7c01745ab Date: Thu, 23 Aug 2018 10:53:02 GMT RESP BODY: {"network_id": "c9c6d05e-68a5-4827-89d1-314c7440b4f2", "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "subnet_id": "23540c7d-8d64-47c1-a7ef-d15cf46ac891", "subnet_ids": ["23540c7d-8d64-47c1-a7ef-d15cf46ac891"], "port_id": "d64c46b0-2ca0-4b44-900c-96b66ad78c6c", "id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d"} 2018-08-23 10:53:02,887 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/remove_router_interface.json used request id req-d6e28e0f-27e8-400a-8470-d6a7c01745ab 2018-08-23 10:53:02,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73570799828s 2018-08-23 10:53:02,887 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d/remove_router_interface.json used request id req-d6e28e0f-27e8-400a-8470-d6a7c01745ab returning object 8e4a768c-b2f3-451d-9b18-eb80bb5b155d 2018-08-23 10:53:02,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 10:53:02,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:03,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-63ec0dbe-fb24-40d2-bb2d-b5c523b39d6d Date: Thu, 23 Aug 2018 10:53:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "2069a5c298674547ab79a80b61eeccc0", "created_at": "2018-08-23T10:47:53Z", "admin_state_up": true, "updated_at": "2018-08-23T10:53:02Z", "revision_number": 4, "routes": [], "project_id": "2069a5c298674547ab79a80b61eeccc0", "id": "8e4a768c-b2f3-451d-9b18-eb80bb5b155d", "name": "cloudify-router_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}]} 2018-08-23 10:53:03,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-63ec0dbe-fb24-40d2-bb2d-b5c523b39d6d 2018-08-23 10:53:03,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.330506086349s 2018-08-23 10:53:03,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-63ec0dbe-fb24-40d2-bb2d-b5c523b39d6d 2018-08-23 10:53:03,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 10:53:03,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:04,546 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90e1816b-428c-4f5e-aca7-b18eadab182a Content-Length: 0 Date: Thu, 23 Aug 2018 10:53:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:53:04,546 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d.json used request id req-90e1816b-428c-4f5e-aca7-b18eadab182a 2018-08-23 10:53:04,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.32507014275s 2018-08-23 10:53:04,546 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e4a768c-b2f3-451d-9b18-eb80bb5b155d.json used request id req-90e1816b-428c-4f5e-aca7-b18eadab182a 2018-08-23 10:53:04,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 10:53:04,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:04,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d66fc820-61e2-49eb-ac52-237e2f548498 Date: Thu, 23 Aug 2018 10:53:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:47:53Z","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":"2069a5c298674547ab79a80b61eeccc0","id":"23540c7d-8d64-47c1-a7ef-d15cf46ac891","subnetpool_id":null,"name":"cloudify-subnet_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}]} 2018-08-23 10:53:04,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d66fc820-61e2-49eb-ac52-237e2f548498 2018-08-23 10:53:04,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0401780605316s 2018-08-23 10:53:04,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d66fc820-61e2-49eb-ac52-237e2f548498 2018-08-23 10:53:04,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 10:53:04,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/23540c7d-8d64-47c1-a7ef-d15cf46ac891.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:05,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58bb00e0-f10a-4026-a069-fbb9f4abc768 Date: Thu, 23 Aug 2018 10:53:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:53:05,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/23540c7d-8d64-47c1-a7ef-d15cf46ac891.json used request id req-58bb00e0-f10a-4026-a069-fbb9f4abc768 2018-08-23 10:53:05,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15064001083s 2018-08-23 10:53:05,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/23540c7d-8d64-47c1-a7ef-d15cf46ac891.json used request id req-58bb00e0-f10a-4026-a069-fbb9f4abc768 2018-08-23 10:53:05,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:53:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:05,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-6fb91a8e-fb78-4857-93fd-cf743185d275 Date: Thu, 23 Aug 2018 10:53:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T10:53:05Z","tenant_id":"2069a5c298674547ab79a80b61eeccc0","created_at":"2018-08-23T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2069a5c298674547ab79a80b61eeccc0","id":"c9c6d05e-68a5-4827-89d1-314c7440b4f2","name":"cloudify-net_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:53:05,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6fb91a8e-fb78-4857-93fd-cf743185d275 2018-08-23 10:53:05,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104712963104s 2018-08-23 10:53:05,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6fb91a8e-fb78-4857-93fd-cf743185d275 2018-08-23 10:53:05,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 10:53:05,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/c9c6d05e-68a5-4827-89d1-314c7440b4f2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:07,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3732c7a2-2783-419c-804e-b6d018c41ff7 Date: Thu, 23 Aug 2018 10:53:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 10:53:07,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c9c6d05e-68a5-4827-89d1-314c7440b4f2.json used request id req-3732c7a2-2783-419c-804e-b6d018c41ff7 2018-08-23 10:53:07,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84959411621s 2018-08-23 10:53:07,695 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c9c6d05e-68a5-4827-89d1-314c7440b4f2.json used request id req-3732c7a2-2783-419c-804e-b6d018c41ff7 2018-08-23 10:53:07,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:53:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:08,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4e52c58c-5b6a-46f8-aa79-f8790ee31525 Date: Thu, 23 Aug 2018 10:53:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:49:25Z", "file": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d/file", "owner": "2069a5c298674547ab79a80b61eeccc0", "id": "071132d3-e691-40dc-94a4-7379c24f583d", "size": 4373348352, "self": "/v2/images/071132d3-e691-40dc-94a4-7379c24f583d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/071132d3-e691-40dc-94a4-7379c24f583d/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:48:23Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:53:08,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4e52c58c-5b6a-46f8-aa79-f8790ee31525 2018-08-23 10:53:08,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.720587015152s 2018-08-23 10:53:08,418 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4e52c58c-5b6a-46f8-aa79-f8790ee31525 2018-08-23 10:53:08,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 10:53:08,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ceafb499ec904c384d084ba5fd228404084b7b76" 2018-08-23 10:53:09,601 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ff00a4a-cedf-4aa6-9f23-17b6fd7f38f1 Date: Thu, 23 Aug 2018 10:53:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:53:09,601 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d used request id req-5ff00a4a-cedf-4aa6-9f23-17b6fd7f38f1 2018-08-23 10:53:09,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18231296539s 2018-08-23 10:53:09,602 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/071132d3-e691-40dc-94a4-7379c24f583d used request id req-5ff00a4a-cedf-4aa6-9f23-17b6fd7f38f1 2018-08-23 10:53:09,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:53:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:09,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-53b29a71-3811-4afe-818f-afd1e507cdfb x-compute-request-id: req-53b29a71-3811-4afe-818f-afd1e507cdfb Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "5476241c-6df1-4311-bdbd-3bd2744e1ec0"}]} 2018-08-23 10:53:09,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-53b29a71-3811-4afe-818f-afd1e507cdfb 2018-08-23 10:53:09,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266718864441s 2018-08-23 10:53:09,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-53b29a71-3811-4afe-818f-afd1e507cdfb 2018-08-23 10:53:09,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 10:53:09,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:09,659 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10: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 x-openstack-request-id: req-5fc95c03-cb32-4bb3-b8bd-537467d47011 x-compute-request-id: req-5fc95c03-cb32-4bb3-b8bd-537467d47011 Content-Length: 0 Content-Type: application/json 2018-08-23 10:53:09,660 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0 used request id req-5fc95c03-cb32-4bb3-b8bd-537467d47011 2018-08-23 10:53:09,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0298869609833s 2018-08-23 10:53:09,660 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/5476241c-6df1-4311-bdbd-3bd2744e1ec0 used request id req-5fc95c03-cb32-4bb3-b8bd-537467d47011 2018-08-23 10:53:09,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:53:09,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:09,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-194648a0-6b7a-42c1-a000-a8e069f10363 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": {"self": "http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 10:53:09,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-194648a0-6b7a-42c1-a000-a8e069f10363 2018-08-23 10:53:09,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194573879242s 2018-08-23 10:53:09,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-194648a0-6b7a-42c1-a000-a8e069f10363 2018-08-23 10:53:09,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:53:09,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:10,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2516297d-afae-4e59-9677-87949de1955d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_e6ceb171-c3e7-4a8a-99bb-4839bd90130e", "links": {"self": "http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cd97c3e43b5d4353a8d6ac5fc085cd41", "description": null}} 2018-08-23 10:53:10,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 used request id req-2516297d-afae-4e59-9677-87949de1955d 2018-08-23 10:53:10,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19602394104s 2018-08-23 10:53:10,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 used request id req-2516297d-afae-4e59-9677-87949de1955d 2018-08-23 10:53:10,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 10:53:10,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:10,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:53:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79378260-16d0-4f86-a8b1-85bdc7053c17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:53:10,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 used request id req-79378260-16d0-4f86-a8b1-85bdc7053c17 2018-08-23 10:53:10,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.27216386795s 2018-08-23 10:53:10,326 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cd97c3e43b5d4353a8d6ac5fc085cd41 used request id req-79378260-16d0-4f86-a8b1-85bdc7053c17 2018-08-23 10:53:10,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 10:53:10,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:10,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58571da-31a9-412c-8ead-3da09193bff6 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0"}, "tags": [], "enabled": true, "id": "2069a5c298674547ab79a80b61eeccc0", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_e6ceb171-c3e7-4a8a-99bb-4839bd90130e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-23 10:53:10,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f58571da-31a9-412c-8ead-3da09193bff6 2018-08-23 10:53:10,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18815112114s 2018-08-23 10:53:10,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-f58571da-31a9-412c-8ead-3da09193bff6 2018-08-23 10:53:10,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 10:53:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}169f044acb17d89a1ff03fc1f335b48a66ba94aa" 2018-08-23 10:53:10,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:53:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0ee589d-d0d2-4a64-9bbc-97a636201fb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:53:10,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0 used request id req-c0ee589d-d0d2-4a64-9bbc-97a636201fb0 2018-08-23 10:53:10,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167530059814s 2018-08-23 10:53:10,692 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2069a5c298674547ab79a80b61eeccc0 used request id req-c0ee589d-d0d2-4a64-9bbc-97a636201fb0 2018-08-23 10:53:10,713 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-23 10:53:10,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:53:10,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:53:10,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:53:10,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:53:10,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:53:10,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:53:10,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497d280c-7b15-485f-8106-5f0cb7542e7a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:53:10,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-497d280c-7b15-485f-8106-5f0cb7542e7a 2018-08-23 10:53:10,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:53:11,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["qOUQC9Y0Qa-2yL2tM4NesA"], "issued_at": "2018-08-23T10:53:11.000000Z"}} 2018-08-23 10:53:11,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:53:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:11,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3104281f-83a8-46bd-be16-17e5d15e59da Date: Thu, 23 Aug 2018 10:53:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 10:53:11,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3104281f-83a8-46bd-be16-17e5d15e59da 2018-08-23 10:53:11,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343769073486s 2018-08-23 10:53:11,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3104281f-83a8-46bd-be16-17e5d15e59da 2018-08-23 10:53:11,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:53:11,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-885408ca-519e-4ed8-9604-7c5a2cd16b4c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 10:53:11,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-885408ca-519e-4ed8-9604-7c5a2cd16b4c 2018-08-23 10:53:11,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 10:53:11,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:11,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eae36f1-c483-4a53-897d-b2bb90945114 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 10:53:11,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-9eae36f1-c483-4a53-897d-b2bb90945114 2018-08-23 10:53:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181585788727s 2018-08-23 10:53:11,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-9eae36f1-c483-4a53-897d-b2bb90945114 2018-08-23 10:53:11,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 10:53:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}}' 2018-08-23 10:53:11,908 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c462e640-92df-49f9-baca-25cb4fd1c13d Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103"}, "tags": [], "enabled": true, "id": "d6971c5176444e3889fa955a125cc103", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}} 2018-08-23 10:53:11,908 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c462e640-92df-49f9-baca-25cb4fd1c13d 2018-08-23 10:53:11,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.21536397934s 2018-08-23 10:53:11,908 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c462e640-92df-49f9-baca-25cb4fd1c13d 2018-08-23 10:53:11,909 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'd6971c5176444e3889fa955a125cc103', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf'}) 2018-08-23 10:53:11,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 10:53:11,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "10d3ee90-4e75-4b0f-9590-5ed28390528c", "email": null, "name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf"}}' 2018-08-23 10:53:12,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 10:53:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53436577-09e5-475f-bf09-4c5f28d9cf57 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "links": {"self": "http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "40bb2706420645df9ce59600712350c3", "domain_id": "default", "password_expires_at": null}} 2018-08-23 10:53:12,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-53436577-09e5-475f-bf09-4c5f28d9cf57 2018-08-23 10:53:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.477782011032s 2018-08-23 10:53:12,393 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-53436577-09e5-475f-bf09-4c5f28d9cf57 2018-08-23 10:53:12,394 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'40bb2706420645df9ce59600712350c3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf'}) 2018-08-23 10:53:12,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:53:12,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:12,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f836b164-41b1-4730-bd26-3352c8c86a80 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:53:12,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f836b164-41b1-4730-bd26-3352c8c86a80 2018-08-23 10:53:12,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181001901627s 2018-08-23 10:53:12,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f836b164-41b1-4730-bd26-3352c8c86a80 2018-08-23 10:53:12,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:53:12,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:12,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e7f3c7-b2aa-40d9-a9a5-7bb5d7f0ac4b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:53:12,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0e7f3c7-b2aa-40d9-a9a5-7bb5d7f0ac4b 2018-08-23 10:53:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146698951721s 2018-08-23 10:53:12,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0e7f3c7-b2aa-40d9-a9a5-7bb5d7f0ac4b 2018-08-23 10:53:12,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 10:53:12,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:12,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4c2bf5a-c1f7-4483-87c2-4bda27c9e458 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 10:53:12,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4c2bf5a-c1f7-4483-87c2-4bda27c9e458 2018-08-23 10:53:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0994300842285s 2018-08-23 10:53:12,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4c2bf5a-c1f7-4483-87c2-4bda27c9e458 2018-08-23 10:53:12,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 10:53:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:13,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d20dd13-5b83-4ed3-956f-d1fee998a1e7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 10:53:13,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8d20dd13-5b83-4ed3-956f-d1fee998a1e7 2018-08-23 10:53:13,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179672956467s 2018-08-23 10:53:13,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8d20dd13-5b83-4ed3-956f-d1fee998a1e7 2018-08-23 10:53:13,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 10:53:13,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc8ab086-f94c-4200-939e-7b88814b2d1d Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "links": {"self": "http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "40bb2706420645df9ce59600712350c3", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 10:53:13,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fc8ab086-f94c-4200-939e-7b88814b2d1d 2018-08-23 10:53:13,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.175649881363s 2018-08-23 10:53:13,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fc8ab086-f94c-4200-939e-7b88814b2d1d 2018-08-23 10:53:13,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 10:53:13,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:13,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00003456-06af-45e4-983f-151838f81af3 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103"}, "tags": [], "enabled": true, "id": "d6971c5176444e3889fa955a125cc103", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 10:53:13,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-00003456-06af-45e4-983f-151838f81af3 2018-08-23 10:53:13,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.140774011612s 2018-08-23 10:53:13,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-00003456-06af-45e4-983f-151838f81af3 2018-08-23 10:53:13,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 10:53:13,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=40bb2706420645df9ce59600712350c3&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d6971c5176444e3889fa955a125cc103" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:13,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce1e52e2-25c8-45a1-b3f6-5e20da559de8 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=40bb2706420645df9ce59600712350c3&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d6971c5176444e3889fa955a125cc103", "previous": null, "next": null}} 2018-08-23 10:53:13,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=40bb2706420645df9ce59600712350c3&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d6971c5176444e3889fa955a125cc103 used request id req-ce1e52e2-25c8-45a1-b3f6-5e20da559de8 2018-08-23 10:53:13,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10389995575s 2018-08-23 10:53:13,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=40bb2706420645df9ce59600712350c3&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=d6971c5176444e3889fa955a125cc103 used request id req-ce1e52e2-25c8-45a1-b3f6-5e20da559de8 2018-08-23 10:53:13,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 10:53:13,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103/users/40bb2706420645df9ce59600712350c3/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:53:13,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dbabcc5-ae33-4897-9091-7594a386659b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 10:53:13,615 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103/users/40bb2706420645df9ce59600712350c3/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-6dbabcc5-ae33-4897-9091-7594a386659b 2018-08-23 10:53:13,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.155179023743s 2018-08-23 10:53:13,616 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103/users/40bb2706420645df9ce59600712350c3/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-6dbabcc5-ae33-4897-9091-7594a386659b 2018-08-23 10:53:13,616 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd6971c5176444e3889fa955a125cc103', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '10d3ee90-4e75-4b0f-9590-5ed28390528c', 'username': u'cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 10:53:13,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 10:53:13,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 10:53:13,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 10:53:13,622 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf', 'password': '10d3ee90-4e75-4b0f-9590-5ed28390528c', 'project_name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd6971c5176444e3889fa955a125cc103', 'project_domain_name': 'Default'} 2018-08-23 10:53:13,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-08-23 10:53:13,692 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-23 10:53:13,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:53:13,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:53:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07145209-77c4-49b1-8e09-03f24b77b6b1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 10:53:13,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07145209-77c4-49b1-8e09-03f24b77b6b1 2018-08-23 10:53:13,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 10:53:14,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T11:53:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6971c5176444e3889fa955a125cc103", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_d6971c5176444e3889fa955a125cc103", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d6971c5176444e3889fa955a125cc103", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/d6971c5176444e3889fa955a125cc103", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/d6971c5176444e3889fa955a125cc103", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/d6971c5176444e3889fa955a125cc103", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d6971c5176444e3889fa955a125cc103", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/d6971c5176444e3889fa955a125cc103", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/d6971c5176444e3889fa955a125cc103", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d6971c5176444e3889fa955a125cc103", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/d6971c5176444e3889fa955a125cc103", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/d6971c5176444e3889fa955a125cc103", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/d6971c5176444e3889fa955a125cc103", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/d6971c5176444e3889fa955a125cc103", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/d6971c5176444e3889fa955a125cc103", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "id": "40bb2706420645df9ce59600712350c3"}, "audit_ids": ["fx5AmCH_Tne0krXuFE8VEA"], "issued_at": "2018-08-23T10:53:14.000000Z"}} 2018-08-23 10:53:14,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 10:53:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"network": {"name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "admin_state_up": true}}' 2018-08-23 10:53:14,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d82b89cf-f9b5-4f15-a51f-33a586ad9c5e Date: Thu, 23 Aug 2018 10:53:14 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T10:53:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d6971c5176444e3889fa955a125cc103","id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","name":"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf"}} 2018-08-23 10:53:14,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d82b89cf-f9b5-4f15-a51f-33a586ad9c5e 2018-08-23 10:53:14,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.752521038055s 2018-08-23 10:53:14,844 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d82b89cf-f9b5-4f15-a51f-33a586ad9c5e 2018-08-23 10:53:14,844 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T10:53:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', u'admin_state_up': True, u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:53:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd6971c5176444e3889fa955a125cc103'}) 2018-08-23 10:53:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:53:14,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:53:14,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-8aac2b88-4f31-43cc-83b6-c56d6b369ebc Date: Thu, 23 Aug 2018 10:53:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T10:53:14Z","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d6971c5176444e3889fa955a125cc103","id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","name":"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:53:14,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8aac2b88-4f31-43cc-83b6-c56d6b369ebc 2018-08-23 10:53:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133460044861s 2018-08-23 10:53:14,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8aac2b88-4f31-43cc-83b6-c56d6b369ebc 2018-08-23 10:53:14,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 10:53:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"subnet": {"name": "cloudify_ims-subnet_69982e87-579e-481c-ba09-3f89ced41fdf", "enable_dhcp": true, "network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 10:53:15,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ce57cd3c-4065-431e-a395-871c1b3af85d Date: Thu, 23 Aug 2018 10:53:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:53:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d6971c5176444e3889fa955a125cc103","id":"bab7cc6f-9afc-465b-86e8-f9ce9038f8e3","subnetpool_id":null,"name":"cloudify_ims-subnet_69982e87-579e-481c-ba09-3f89ced41fdf"}} 2018-08-23 10:53:15,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ce57cd3c-4065-431e-a395-871c1b3af85d 2018-08-23 10:53:15,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.611536979675s 2018-08-23 10:53:15,592 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ce57cd3c-4065-431e-a395-871c1b3af85d 2018-08-23 10:53:15,593 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T10:53:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'bab7cc6f-9afc-465b-86e8-f9ce9038f8e3', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_69982e87-579e-481c-ba09-3f89ced41fdf', u'enable_dhcp': True, u'network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535', u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:53:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd6971c5176444e3889fa955a125cc103'}) 2018-08-23 10:53:15,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 10:53:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "cloudify_ims-router_69982e87-579e-481c-ba09-3f89ced41fdf", "admin_state_up": true}}' 2018-08-23 10:53:16,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-cb0411fd-7632-40f6-89df-a661e2a770ec Date: Thu, 23 Aug 2018 10:53:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:15Z", "admin_state_up": true, "updated_at": "2018-08-23T10:53:16Z", "revision_number": 2, "routes": [], "project_id": "d6971c5176444e3889fa955a125cc103", "id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "name": "cloudify_ims-router_69982e87-579e-481c-ba09-3f89ced41fdf"}} 2018-08-23 10:53:16,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cb0411fd-7632-40f6-89df-a661e2a770ec 2018-08-23 10:53:16,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.34013795853s 2018-08-23 10:53:16,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-cb0411fd-7632-40f6-89df-a661e2a770ec 2018-08-23 10:53:16,934 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:53:15Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T10:53:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'd6971c5176444e3889fa955a125cc103', u'id': u'2d5a14c1-1ad1-4822-86cb-4087851c0337', u'name': u'cloudify_ims-router_69982e87-579e-481c-ba09-3f89ced41fdf'}) 2018-08-23 10:53:16,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 10:53:16,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"subnet_id": "bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"}' 2018-08-23 10:53:18,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9557dffb-a5a7-49c8-bc94-ce530a394b83 Date: Thu, 23 Aug 2018 10:53:18 GMT RESP BODY: {"network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535", "tenant_id": "d6971c5176444e3889fa955a125cc103", "subnet_id": "bab7cc6f-9afc-465b-86e8-f9ce9038f8e3", "subnet_ids": ["bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"], "port_id": "a730f31a-7308-4436-aad5-a7aad2be2237", "id": "2d5a14c1-1ad1-4822-86cb-4087851c0337"} 2018-08-23 10:53:18,892 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/add_router_interface.json used request id req-9557dffb-a5a7-49c8-bc94-ce530a394b83 2018-08-23 10:53:18,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95719599724s 2018-08-23 10:53:18,893 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/add_router_interface.json used request id req-9557dffb-a5a7-49c8-bc94-ce530a394b83 returning object 2d5a14c1-1ad1-4822-86cb-4087851c0337 2018-08-23 10:53:18,893 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-23 10:53:42,022 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-23 10:53:42,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:53:42,028 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 10:53:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 10:53:42,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:53:42,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:53:42,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dff2f6ad-ed71-49be-86c2-bfbc924e0141 Date: Thu, 23 Aug 2018 10:53:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:53:42,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dff2f6ad-ed71-49be-86c2-bfbc924e0141 2018-08-23 10:53:42,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.37369799614s 2018-08-23 10:53:42,403 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dff2f6ad-ed71-49be-86c2-bfbc924e0141 2018-08-23 10:53:42,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 10:53:42,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf"}' 2018-08-23 10:53:42,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-259401ea-a930-404b-88c8-fe48549e12db Date: Thu, 23 Aug 2018 10:53:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:53:42Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": null, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": null, "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 10:53:42,452 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-259401ea-a930-404b-88c8-fe48549e12db 2018-08-23 10:53:42,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0410480499268s 2018-08-23 10:53:42,453 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-259401ea-a930-404b-88c8-fe48549e12db returning object 6b7d4790-46fe-4666-ab4a-20b26f46a811 2018-08-23 10:53:42,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 10:53:42,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '' 2018-08-23 10:54:41,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e284588e-c7b0-4b2f-8989-ffbb557fb303 Date: Thu, 23 Aug 2018 10:54:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:54:41,688 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file used request id req-e284588e-c7b0-4b2f-8989-ffbb557fb303 2018-08-23 10:54:41,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 59.2352399826s 2018-08-23 10:54:41,689 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file used request id req-e284588e-c7b0-4b2f-8989-ffbb557fb303 2018-08-23 10:54:41,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:54:41,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:41,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-05058a61-22ee-470b-9f14-de894f63ad78 Date: Thu, 23 Aug 2018 10:54:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:54:41Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": 4373348352, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:54:41,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-05058a61-22ee-470b-9f14-de894f63ad78 2018-08-23 10:54:41,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0428230762482s 2018-08-23 10:54:41,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-05058a61-22ee-470b-9f14-de894f63ad78 2018-08-23 10:54:41,739 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file', 'owner': u'd6971c5176444e3889fa955a125cc103', 'id': u'6b7d4790-46fe-4666-ab4a-20b26f46a811', 'size': 4373348352, u'self': u'/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6971c5176444e3889fa955a125cc103', 'name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T10:54:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T10:54:41Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf', 'created': u'2018-08-23T10:53:42Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-23T10:53:42Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-23 10:54:41,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 10:54:41,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-23 10:54:42,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-2467cec3-f43e-4445-bffe-fe46e94defc2 x-compute-request-id: req-2467cec3-f43e-4445-bffe-fe46e94defc2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "541b75e2-b9e7-4716-b779-112fd5397f69"}} 2018-08-23 10:54:42,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2467cec3-f43e-4445-bffe-fe46e94defc2 2018-08-23 10:54:42,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312932014465s 2018-08-23 10:54:42,053 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2467cec3-f43e-4445-bffe-fe46e94defc2 2018-08-23 10:54:42,054 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf', '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'75a5557001334edf9fd80cd1c711e2ec', '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'541b75e2-b9e7-4716-b779-112fd5397f69', 'swap': 0}) 2018-08-23 10:54:42,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 10:54:42,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"extra_specs": {}}' 2018-08-23 10:54:42,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80be44f3-ffc5-4eb8-af58-e3964039b22c x-compute-request-id: req-80be44f3-ffc5-4eb8-af58-e3964039b22c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 10:54:42,074 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69/os-extra_specs used request id req-80be44f3-ffc5-4eb8-af58-e3964039b22c 2018-08-23 10:54:42,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0192081928253s 2018-08-23 10:54:42,074 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69/os-extra_specs used request id req-80be44f3-ffc5-4eb8-af58-e3964039b22c 2018-08-23 10:54:42,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 10:54:42,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"keypair": {"name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf"}}' 2018-08-23 10:54:42,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-5be03df2-a949-4748-ace8-2035c6fa3325 x-compute-request-id: req-5be03df2-a949-4748-ace8-2035c6fa3325 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6T930RlndLpzFU867GJeKN8qyAqvjQwsr4dqeKFsAMqfNDw68KhUVS3mVCvZEhWIV+oXRvNKuba48LT9h9E9pym84v1xE5zC7uDkpXAr87WgT8693xJjiynYu+RAAevxupgyCcy6Go1UETtqTVvh66gRRK8svez9YC/T29L7tSqofzbZMNrkEERLbh5t8FeVu5BotEwgc+cXpB3kFcEaI86hXwb590Ag9yKuearrFKfEo1embcFPKudHyAuGAMtGoHsbNI2/XahRj4UMOq5yGGnAHdZutAq/dvcP5k8X9i0p10IKh95LFMpL7PkZrgNrHL3z9Y3RqVoCWu6xcNLbH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuk/d9EZZ3S6cxVPOuxiXijfKsgKr40MLK+HanihbADKnzQ8O\nvCoVFUt5lQr2RIViFfqF0bzSrm2uPC0/YfRPacpvOL9cROcwu7g5KVwK/O1oE/Ov\nd8SY4sp2LvkQAHr8bqYMgnMuhqNVBE7ak1b4euoEUSvLL3s/WAv09vS+7UqqH822\nTDa5BBES24ebfBXlbuQaLRMIHPnF6Qd5BXBGiPOoV8G+fdAIPcirnmq6xSnxKNXp\nm3BTyrnR8gLhgDLRqB7GzSNv12oUY+FDDquchhpwB3WbrQKv3b3D+ZPF/YtKddCC\nofeSxTKS+z5Ga4Daxy98/WN0alaAlrusXDS2xwIDAQABAoIBAQCnkyJtjcFSIZS8\nH2839RyIIzpa9fAojqrDo3cA/gcrnGQ1GjAEqk0gRCxtE9kBNH9OiXBHf3B3lws5\n8PCraBTtcDitb+DL0K2SilZPjwwLBnWwTGQsc1WX1saJ5VaxN+1IkG17/6F/U/Up\n1Mrf7z+7PjT31U4BvPbyeH6yiNwZjJ5UZuaFuw72klfESjAwAh0AR9xLaYCi1gfW\nDqy5DqoXZDhb3KQyph73z+UhI2bmvQmA1kDtmgKFnka1p2XXL9tkMr47b9HnRN78\noQGFLCKfWzXQCXtrbmJzy/koHNfSborN7/BP7ztZV2US3wTC+DjLcluFkBySV27E\nqNsqzbrRAoGBAO1EGwKAPWo60egcsWyUQp71Mmocq+Mo53QOi0edQIFhR8Pcttvk\nD1on/VahfDO2JkjKMng3QbXlxDf4fxLseafJcBc1svslrTtp0Em5yB7Smd2Tv1Hv\nW6hUImg3VyGA1Dl2lh7UGleszLypQkbW6yd5j7Br/BjrW491434NCc/bAoGBAMkF\n0cSRCHYv4e5OXOiMfdhNLwgdye3W/Pv1Qvd/x7vjCLPdfjdr8RaaYYrIuiJK8E3u\ntnmMTFtYMSRZrRobc2MXqVDugbV8irGoaPhmxAgR7XQh+wxRmbtYCNTiKpN7uSv0\nu3YkA1kGRF5ZZthsokvG+FtCs8aH1Mek2smUhU6FAoGBALXXoKvGBUvJUN8IPqLs\n7jJN0hmpZ8NtshYsn2p/htSh7hKasjrNC0cZpvwiP8KSM71N2mhwURhLxJrxBNNI\nEeUaaaIgMdByC9ahPlWC4XFeDzbW6aauQB0+fjBJWan/xqdTz7JI9PeFJFTjlDwe\ns5NJg2q/GDMxDrdgrr4I2CBJAoGAbu30LNmv5rBTp9K8eGOWyncFPiBaHxJlNpDI\nbJWp3afSVJckoGbDeqqkqxZLiML7yrWxIm/mbv3C2IFYAbEmQod7GrsS/tiEHLeH\nfZQQFzf1ZgGebNTW1cglz3wi7JH4xCXgELic1FKeBcal90YzZUeeI5YyaJrqM2Vo\nipaX3ZUCgYEAkM839uch0cW3W0b9GCGFX+W7UV5fKTM4m2gDSFuMxhZapj9kPayF\nS2xADA57PVIko8xdObzErWdRMRiO4dM++z2BTgl2RXapjYZiaxhr1PUbZ1ft7dtb\n+t+jJp26v+g1EFCLR+xk+cXhtRo7ABx2m5VWxcnYFTUNIuMafUxwALE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "40bb2706420645df9ce59600712350c3", "name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "fingerprint": "ff:75:1c:18:2d:4c:cc:9e:96:ea:14:a0:4b:7b:ac:dc"}} 2018-08-23 10:54:42,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5be03df2-a949-4748-ace8-2035c6fa3325 2018-08-23 10:54:42,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.38768696785s 2018-08-23 10:54:42,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5be03df2-a949-4748-ace8-2035c6fa3325 2018-08-23 10:54:42,464 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6T930RlndLpzFU867GJeKN8qyAqvjQwsr4dqeKFsAMqfNDw68KhUVS3mVCvZEhWIV+oXRvNKuba48LT9h9E9pym84v1xE5zC7uDkpXAr87WgT8693xJjiynYu+RAAevxupgyCcy6Go1UETtqTVvh66gRRK8svez9YC/T29L7tSqofzbZMNrkEERLbh5t8FeVu5BotEwgc+cXpB3kFcEaI86hXwb590Ag9yKuearrFKfEo1embcFPKudHyAuGAMtGoHsbNI2/XahRj4UMOq5yGGnAHdZutAq/dvcP5k8X9i0p10IKh95LFMpL7PkZrgNrHL3z9Y3RqVoCWu6xcNLbH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuk/d9EZZ3S6cxVPOuxiXijfKsgKr40MLK+HanihbADKnzQ8O\nvCoVFUt5lQr2RIViFfqF0bzSrm2uPC0/YfRPacpvOL9cROcwu7g5KVwK/O1oE/Ov\nd8SY4sp2LvkQAHr8bqYMgnMuhqNVBE7ak1b4euoEUSvLL3s/WAv09vS+7UqqH822\nTDa5BBES24ebfBXlbuQaLRMIHPnF6Qd5BXBGiPOoV8G+fdAIPcirnmq6xSnxKNXp\nm3BTyrnR8gLhgDLRqB7GzSNv12oUY+FDDquchhpwB3WbrQKv3b3D+ZPF/YtKddCC\nofeSxTKS+z5Ga4Daxy98/WN0alaAlrusXDS2xwIDAQABAoIBAQCnkyJtjcFSIZS8\nH2839RyIIzpa9fAojqrDo3cA/gcrnGQ1GjAEqk0gRCxtE9kBNH9OiXBHf3B3lws5\n8PCraBTtcDitb+DL0K2SilZPjwwLBnWwTGQsc1WX1saJ5VaxN+1IkG17/6F/U/Up\n1Mrf7z+7PjT31U4BvPbyeH6yiNwZjJ5UZuaFuw72klfESjAwAh0AR9xLaYCi1gfW\nDqy5DqoXZDhb3KQyph73z+UhI2bmvQmA1kDtmgKFnka1p2XXL9tkMr47b9HnRN78\noQGFLCKfWzXQCXtrbmJzy/koHNfSborN7/BP7ztZV2US3wTC+DjLcluFkBySV27E\nqNsqzbrRAoGBAO1EGwKAPWo60egcsWyUQp71Mmocq+Mo53QOi0edQIFhR8Pcttvk\nD1on/VahfDO2JkjKMng3QbXlxDf4fxLseafJcBc1svslrTtp0Em5yB7Smd2Tv1Hv\nW6hUImg3VyGA1Dl2lh7UGleszLypQkbW6yd5j7Br/BjrW491434NCc/bAoGBAMkF\n0cSRCHYv4e5OXOiMfdhNLwgdye3W/Pv1Qvd/x7vjCLPdfjdr8RaaYYrIuiJK8E3u\ntnmMTFtYMSRZrRobc2MXqVDugbV8irGoaPhmxAgR7XQh+wxRmbtYCNTiKpN7uSv0\nu3YkA1kGRF5ZZthsokvG+FtCs8aH1Mek2smUhU6FAoGBALXXoKvGBUvJUN8IPqLs\n7jJN0hmpZ8NtshYsn2p/htSh7hKasjrNC0cZpvwiP8KSM71N2mhwURhLxJrxBNNI\nEeUaaaIgMdByC9ahPlWC4XFeDzbW6aauQB0+fjBJWan/xqdTz7JI9PeFJFTjlDwe\ns5NJg2q/GDMxDrdgrr4I2CBJAoGAbu30LNmv5rBTp9K8eGOWyncFPiBaHxJlNpDI\nbJWp3afSVJckoGbDeqqkqxZLiML7yrWxIm/mbv3C2IFYAbEmQod7GrsS/tiEHLeH\nfZQQFzf1ZgGebNTW1cglz3wi7JH4xCXgELic1FKeBcal90YzZUeeI5YyaJrqM2Vo\nipaX3ZUCgYEAkM839uch0cW3W0b9GCGFX+W7UV5fKTM4m2gDSFuMxhZapj9kPayF\nS2xADA57PVIko8xdObzErWdRMRiO4dM++z2BTgl2RXapjYZiaxhr1PUbZ1ft7dtb\n+t+jJp26v+g1EFCLR+xk+cXhtRo7ABx2m5VWxcnYFTUNIuMafUxwALE=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'40bb2706420645df9ce59600712350c3', 'name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'created_at': '2018-08-23T10:54:42.463997', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6971c5176444e3889fa955a125cc103', 'name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ff:75:1c:18:2d:4c:cc:9e:96:ea:14:a0:4b:7b:ac:dc', 'type': 'ssh', 'id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf'}) 2018-08-23 10:54:42,464 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAuk/d9EZZ3S6cxVPOuxiXijfKsgKr40MLK+HanihbADKnzQ8O vCoVFUt5lQr2RIViFfqF0bzSrm2uPC0/YfRPacpvOL9cROcwu7g5KVwK/O1oE/Ov d8SY4sp2LvkQAHr8bqYMgnMuhqNVBE7ak1b4euoEUSvLL3s/WAv09vS+7UqqH822 TDa5BBES24ebfBXlbuQaLRMIHPnF6Qd5BXBGiPOoV8G+fdAIPcirnmq6xSnxKNXp m3BTyrnR8gLhgDLRqB7GzSNv12oUY+FDDquchhpwB3WbrQKv3b3D+ZPF/YtKddCC ofeSxTKS+z5Ga4Daxy98/WN0alaAlrusXDS2xwIDAQABAoIBAQCnkyJtjcFSIZS8 H2839RyIIzpa9fAojqrDo3cA/gcrnGQ1GjAEqk0gRCxtE9kBNH9OiXBHf3B3lws5 8PCraBTtcDitb+DL0K2SilZPjwwLBnWwTGQsc1WX1saJ5VaxN+1IkG17/6F/U/Up 1Mrf7z+7PjT31U4BvPbyeH6yiNwZjJ5UZuaFuw72klfESjAwAh0AR9xLaYCi1gfW Dqy5DqoXZDhb3KQyph73z+UhI2bmvQmA1kDtmgKFnka1p2XXL9tkMr47b9HnRN78 oQGFLCKfWzXQCXtrbmJzy/koHNfSborN7/BP7ztZV2US3wTC+DjLcluFkBySV27E qNsqzbrRAoGBAO1EGwKAPWo60egcsWyUQp71Mmocq+Mo53QOi0edQIFhR8Pcttvk D1on/VahfDO2JkjKMng3QbXlxDf4fxLseafJcBc1svslrTtp0Em5yB7Smd2Tv1Hv W6hUImg3VyGA1Dl2lh7UGleszLypQkbW6yd5j7Br/BjrW491434NCc/bAoGBAMkF 0cSRCHYv4e5OXOiMfdhNLwgdye3W/Pv1Qvd/x7vjCLPdfjdr8RaaYYrIuiJK8E3u tnmMTFtYMSRZrRobc2MXqVDugbV8irGoaPhmxAgR7XQh+wxRmbtYCNTiKpN7uSv0 u3YkA1kGRF5ZZthsokvG+FtCs8aH1Mek2smUhU6FAoGBALXXoKvGBUvJUN8IPqLs 7jJN0hmpZ8NtshYsn2p/htSh7hKasjrNC0cZpvwiP8KSM71N2mhwURhLxJrxBNNI EeUaaaIgMdByC9ahPlWC4XFeDzbW6aauQB0+fjBJWan/xqdTz7JI9PeFJFTjlDwe s5NJg2q/GDMxDrdgrr4I2CBJAoGAbu30LNmv5rBTp9K8eGOWyncFPiBaHxJlNpDI bJWp3afSVJckoGbDeqqkqxZLiML7yrWxIm/mbv3C2IFYAbEmQod7GrsS/tiEHLeH fZQQFzf1ZgGebNTW1cglz3wi7JH4xCXgELic1FKeBcal90YzZUeeI5YyaJrqM2Vo ipaX3ZUCgYEAkM839uch0cW3W0b9GCGFX+W7UV5fKTM4m2gDSFuMxhZapj9kPayF S2xADA57PVIko8xdObzErWdRMRiO4dM++z2BTgl2RXapjYZiaxhr1PUbZ1ft7dtb +t+jJp26v+g1EFCLR+xk+cXhtRo7ABx2m5VWxcnYFTUNIuMafUxwALE= -----END RSA PRIVATE KEY----- 2018-08-23 10:54:42,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 10:54:42,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"security_group": {"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-23 10:54:43,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-0b816331-aca6-47a6-be2c-4b90fd36407e Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}} 2018-08-23 10:54:43,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0b816331-aca6-47a6-be2c-4b90fd36407e 2018-08-23 10:54:43,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.560485839844s 2018-08-23 10:54:43,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0b816331-aca6-47a6-be2c-4b90fd36407e 2018-08-23 10:54:43,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:43,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:43,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-15b0ad1e-eeef-4c25-81ca-f9a5734c6a25 Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:43,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-15b0ad1e-eeef-4c25-81ca-f9a5734c6a25 2018-08-23 10:54:43,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0781140327454s 2018-08-23 10:54:43,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-15b0ad1e-eeef-4c25-81ca-f9a5734c6a25 2018-08-23 10:54:43,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:43,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:43,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7c53f097-15ea-4e90-b2f2-410123e325f6 Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:43Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8"}} 2018-08-23 10:54:43,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7c53f097-15ea-4e90-b2f2-410123e325f6 2018-08-23 10:54:43,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.212197065353s 2018-08-23 10:54:43,328 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-7c53f097-15ea-4e90-b2f2-410123e325f6 2018-08-23 10:54:43,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:43,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-3dc31d35-d53c-495c-a68a-33b922017c0a Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 2, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:43,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3dc31d35-d53c-495c-a68a-33b922017c0a 2018-08-23 10:54:43,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0528650283813s 2018-08-23 10:54:43,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3dc31d35-d53c-495c-a68a-33b922017c0a 2018-08-23 10:54:43,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:43,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:43,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2b90f9c2-926d-4e15-ba77-3dba442ed3df Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": null, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:43Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7"}} 2018-08-23 10:54:43,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2b90f9c2-926d-4e15-ba77-3dba442ed3df 2018-08-23 10:54:43,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.168897151947s 2018-08-23 10:54:43,557 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2b90f9c2-926d-4e15-ba77-3dba442ed3df 2018-08-23 10:54:43,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:43,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:43,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-30fcb1eb-0d36-4098-8d2b-1d83b5b54a09 Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 3, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:43,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-30fcb1eb-0d36-4098-8d2b-1d83b5b54a09 2018-08-23 10:54:43,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0497920513153s 2018-08-23 10:54:43,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-30fcb1eb-0d36-4098-8d2b-1d83b5b54a09 2018-08-23 10:54:43,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:43,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:43,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-dbec29d9-e6ca-4375-9afe-8a9dc0c60711 Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": 80, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:43Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512"}} 2018-08-23 10:54:43,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-dbec29d9-e6ca-4375-9afe-8a9dc0c60711 2018-08-23 10:54:43,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.236567020416s 2018-08-23 10:54:43,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-dbec29d9-e6ca-4375-9afe-8a9dc0c60711 2018-08-23 10:54:43,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:43,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-febbfcb1-2070-4b6e-8f26-b61decad8a1d Date: Thu, 23 Aug 2018 10:54:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 4, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:43,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-febbfcb1-2070-4b6e-8f26-b61decad8a1d 2018-08-23 10:54:43,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.050961971283s 2018-08-23 10:54:43,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-febbfcb1-2070-4b6e-8f26-b61decad8a1d 2018-08-23 10:54:43,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:43,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:44,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8eddb1cc-c644-46a3-ad1b-0d9298a31349 Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": 443, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:43Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "57d5305f-e838-4df3-a0c2-2957cf763cf6"}} 2018-08-23 10:54:44,061 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8eddb1cc-c644-46a3-ad1b-0d9298a31349 2018-08-23 10:54:44,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.153270959854s 2018-08-23 10:54:44,062 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8eddb1cc-c644-46a3-ad1b-0d9298a31349 2018-08-23 10:54:44,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:44,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:44,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-74ab0abc-b242-42c2-9869-7d576015e512 Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "57d5305f-e838-4df3-a0c2-2957cf763cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 5, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:44,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-74ab0abc-b242-42c2-9869-7d576015e512 2018-08-23 10:54:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0535130500793s 2018-08-23 10:54:44,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-74ab0abc-b242-42c2-9869-7d576015e512 2018-08-23 10:54:44,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:44,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:44,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-ff424a91-a714-44ac-983d-af76db7b6175 Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:44Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "f425249f-4cf3-4c7c-a025-f8d2d7c25f5a"}} 2018-08-23 10:54:44,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ff424a91-a714-44ac-983d-af76db7b6175 2018-08-23 10:54:44,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.159044027328s 2018-08-23 10:54:44,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ff424a91-a714-44ac-983d-af76db7b6175 2018-08-23 10:54:44,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:54:44,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:44,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-a1b166c0-6ab8-454d-be73-d542d6c32b45 Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "57d5305f-e838-4df3-a0c2-2957cf763cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T10:54:44Z", "revision_number": 0, "id": "f425249f-4cf3-4c7c-a025-f8d2d7c25f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 6, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:44,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a1b166c0-6ab8-454d-be73-d542d6c32b45 2018-08-23 10:54:44,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0529007911682s 2018-08-23 10:54:44,338 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a1b166c0-6ab8-454d-be73-d542d6c32b45 2018-08-23 10:54:44,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:54:44,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}}' 2018-08-23 10:54:44,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-aff434d1-a7e6-42b1-94be-be9685dfc57e Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:44Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "90d063aa-0ee0-438c-8e60-12dee9108546"}} 2018-08-23 10:54:44,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-aff434d1-a7e6-42b1-94be-be9685dfc57e 2018-08-23 10:54:44,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.229742050171s 2018-08-23 10:54:44,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-aff434d1-a7e6-42b1-94be-be9685dfc57e 2018-08-23 10:54:44,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:54:44,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:44,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0d50b9e8-f9ae-4007-a194-e253ec48ad5a Date: Thu, 23 Aug 2018 10:54: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":["bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"],"updated_at":"2018-08-23T10:53:15Z","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6971c5176444e3889fa955a125cc103","id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","name":"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:54:44,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d50b9e8-f9ae-4007-a194-e253ec48ad5a 2018-08-23 10:54:44,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0980389118195s 2018-08-23 10:54:44,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d50b9e8-f9ae-4007-a194-e253ec48ad5a 2018-08-23 10:54:44,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:54:44,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:44,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-fb29174c-1895-44f7-8c4f-ebd8ea76c009 Date: Thu, 23 Aug 2018 10:54:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:54:41Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": 4373348352, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:54:44,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fb29174c-1895-44f7-8c4f-ebd8ea76c009 2018-08-23 10:54:44,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377888679504s 2018-08-23 10:54:44,714 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fb29174c-1895-44f7-8c4f-ebd8ea76c009 2018-08-23 10:54:44,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 10:54:44,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:44,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54: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-4e948772-99c3-4eac-ae84-e681863b1fc6 x-compute-request-id: req-4e948772-99c3-4eac-ae84-e681863b1fc6 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "541b75e2-b9e7-4716-b779-112fd5397f69"}]} 2018-08-23 10:54:44,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4e948772-99c3-4eac-ae84-e681863b1fc6 2018-08-23 10:54:44,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230450630188s 2018-08-23 10:54:44,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4e948772-99c3-4eac-ae84-e681863b1fc6 2018-08-23 10:54:44,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 10:54:44,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"server": {"name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "imageRef": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "flavorRef": "541b75e2-b9e7-4716-b779-112fd5397f69", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}], "security_groups": [{"name": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}]}}' 2018-08-23 10:54:46,603 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 10:54: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-d13563b7-2493-4cc4-bf3a-c726e1b50830 x-compute-request-id: req-d13563b7-2493-4cc4-bf3a-c726e1b50830 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6788b785-c1b5-4a7f-a24b-8a4bb2836475"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "adminPass": "w3k5eCfR9dPv"}} 2018-08-23 10:54:46,603 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d13563b7-2493-4cc4-bf3a-c726e1b50830 2018-08-23 10:54:46,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.86269116402s 2018-08-23 10:54:46,604 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d13563b7-2493-4cc4-bf3a-c726e1b50830 2018-08-23 10:54:46,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:46,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:47,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-ac231acf-b1d8-471a-a7c8-32e7130fbeed x-compute-request-id: req-ac231acf-b1d8-471a-a7c8-32e7130fbeed Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:47,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ac231acf-b1d8-471a-a7c8-32e7130fbeed 2018-08-23 10:54:47,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618475914001s 2018-08-23 10:54:47,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ac231acf-b1d8-471a-a7c8-32e7130fbeed 2018-08-23 10:54:47,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:54:47,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:47,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-017880dd-3694-4b97-8fec-8b3998e2f47b Date: Thu, 23 Aug 2018 10:54: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":["bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"],"updated_at":"2018-08-23T10:53:15Z","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6971c5176444e3889fa955a125cc103","id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","name":"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:54:47,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-017880dd-3694-4b97-8fec-8b3998e2f47b 2018-08-23 10:54:47,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0932018756866s 2018-08-23 10:54:47,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-017880dd-3694-4b97-8fec-8b3998e2f47b 2018-08-23 10:54:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 10:54:47,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:47,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-4b4e5a16-a9cc-4294-a5bd-b48d18b96b62 Date: Thu, 23 Aug 2018 10:54:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T10:53:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d6971c5176444e3889fa955a125cc103","id":"bab7cc6f-9afc-465b-86e8-f9ce9038f8e3","subnetpool_id":null,"name":"cloudify_ims-subnet_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:54:47,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4b4e5a16-a9cc-4294-a5bd-b48d18b96b62 2018-08-23 10:54:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0443909168243s 2018-08-23 10:54:47,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4b4e5a16-a9cc-4294-a5bd-b48d18b96b62 2018-08-23 10:54:47,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:54:49,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:49,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:50,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54: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-23ea889c-ba6c-410a-9ffd-7a669302f8d9 x-compute-request-id: req-23ea889c-ba6c-410a-9ffd-7a669302f8d9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:50,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23ea889c-ba6c-410a-9ffd-7a669302f8d9 2018-08-23 10:54:50,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715555906296s 2018-08-23 10:54:50,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-23ea889c-ba6c-410a-9ffd-7a669302f8d9 2018-08-23 10:54:50,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:54:52,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:52,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:52,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-ffaddf33-d89a-4d9a-93d9-fb94accca6ae x-compute-request-id: req-ffaddf33-d89a-4d9a-93d9-fb94accca6ae Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:52,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffaddf33-d89a-4d9a-93d9-fb94accca6ae 2018-08-23 10:54:52,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672488927841s 2018-08-23 10:54:52,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffaddf33-d89a-4d9a-93d9-fb94accca6ae 2018-08-23 10:54:52,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:54:54,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:54,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:54,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5431a48f-9005-4e24-b00c-1d3b45394402 x-compute-request-id: req-5431a48f-9005-4e24-b00c-1d3b45394402 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:54,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5431a48f-9005-4e24-b00c-1d3b45394402 2018-08-23 10:54:54,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.163336992264s 2018-08-23 10:54:54,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5431a48f-9005-4e24-b00c-1d3b45394402 2018-08-23 10:54:54,942 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:54:56,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:56,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:57,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54: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-f64e0666-19fb-4ec4-99a9-24a2ee85542a x-compute-request-id: req-f64e0666-19fb-4ec4-99a9-24a2ee85542a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:57,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f64e0666-19fb-4ec4-99a9-24a2ee85542a 2018-08-23 10:54:57,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388403892517s 2018-08-23 10:54:57,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f64e0666-19fb-4ec4-99a9-24a2ee85542a 2018-08-23 10:54:57,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:54:59,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:54:59,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:54:59,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:54: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-28c74cee-edcf-4c8a-9637-2e23bbc16141 x-compute-request-id: req-28c74cee-edcf-4c8a-9637-2e23bbc16141 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:54:59,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28c74cee-edcf-4c8a-9637-2e23bbc16141 2018-08-23 10:54:59,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387583971024s 2018-08-23 10:54:59,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28c74cee-edcf-4c8a-9637-2e23bbc16141 2018-08-23 10:54:59,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:01,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:01,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fef1752e-cf03-48e0-bfdc-4e85ed1210e6 x-compute-request-id: req-fef1752e-cf03-48e0-bfdc-4e85ed1210e6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:01,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fef1752e-cf03-48e0-bfdc-4e85ed1210e6 2018-08-23 10:55:01,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18839597702s 2018-08-23 10:55:01,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fef1752e-cf03-48e0-bfdc-4e85ed1210e6 2018-08-23 10:55:01,926 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:03,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:03,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:04,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f592b28-2690-4f13-ae43-a554cfe624f2 x-compute-request-id: req-2f592b28-2690-4f13-ae43-a554cfe624f2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:04,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2f592b28-2690-4f13-ae43-a554cfe624f2 2018-08-23 10:55:04,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208828926086s 2018-08-23 10:55:04,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2f592b28-2690-4f13-ae43-a554cfe624f2 2018-08-23 10:55:04,142 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:06,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:06,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:06,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-da5c6a71-0a7b-4da6-9ae9-c332eaf56407 x-compute-request-id: req-da5c6a71-0a7b-4da6-9ae9-c332eaf56407 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:06,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da5c6a71-0a7b-4da6-9ae9-c332eaf56407 2018-08-23 10:55:06,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409859895706s 2018-08-23 10:55:06,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da5c6a71-0a7b-4da6-9ae9-c332eaf56407 2018-08-23 10:55:06,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:08,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:08,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:08,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a8264ba-89d3-4ec3-9641-558ef0a871b9 x-compute-request-id: req-7a8264ba-89d3-4ec3-9641-558ef0a871b9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:08,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a8264ba-89d3-4ec3-9641-558ef0a871b9 2018-08-23 10:55:08,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179266929626s 2018-08-23 10:55:08,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a8264ba-89d3-4ec3-9641-558ef0a871b9 2018-08-23 10:55:08,745 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:10,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:10,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:11,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-dc66b56a-3806-4db8-aee5-4fbc706198bc x-compute-request-id: req-dc66b56a-3806-4db8-aee5-4fbc706198bc Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:11,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc66b56a-3806-4db8-aee5-4fbc706198bc 2018-08-23 10:55:11,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361072063446s 2018-08-23 10:55:11,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc66b56a-3806-4db8-aee5-4fbc706198bc 2018-08-23 10:55:11,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:13,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:13,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:13,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c2bffbc-3089-45c9-9ab1-26b3667564d8 x-compute-request-id: req-0c2bffbc-3089-45c9-9ab1-26b3667564d8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:13,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c2bffbc-3089-45c9-9ab1-26b3667564d8 2018-08-23 10:55:13,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191681861877s 2018-08-23 10:55:13,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c2bffbc-3089-45c9-9ab1-26b3667564d8 2018-08-23 10:55:13,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:15,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:15,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:15,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-3d12e18e-919a-4c29-9350-9cdfba61d47c x-compute-request-id: req-3d12e18e-919a-4c29-9350-9cdfba61d47c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:15,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3d12e18e-919a-4c29-9350-9cdfba61d47c 2018-08-23 10:55:15,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600320100784s 2018-08-23 10:55:15,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3d12e18e-919a-4c29-9350-9cdfba61d47c 2018-08-23 10:55:15,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:17,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:17,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:18,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd2e029b-8163-441e-9869-999f61c0f6a0 x-compute-request-id: req-cd2e029b-8163-441e-9869-999f61c0f6a0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:18,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd2e029b-8163-441e-9869-999f61c0f6a0 2018-08-23 10:55:18,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357200145721s 2018-08-23 10:55:18,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd2e029b-8163-441e-9869-999f61c0f6a0 2018-08-23 10:55:18,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:20,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:20,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d4a639-99c3-4626-9477-ab8bbdb979c2 x-compute-request-id: req-15d4a639-99c3-4626-9477-ab8bbdb979c2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:20,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15d4a639-99c3-4626-9477-ab8bbdb979c2 2018-08-23 10:55:20,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174435853958s 2018-08-23 10:55:20,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15d4a639-99c3-4626-9477-ab8bbdb979c2 2018-08-23 10:55:20,468 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:22,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:22,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:22,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eab06e43-be8a-4e83-8d3e-af5494306cc2 x-compute-request-id: req-eab06e43-be8a-4e83-8d3e-af5494306cc2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:22,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eab06e43-be8a-4e83-8d3e-af5494306cc2 2018-08-23 10:55:22,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183218955994s 2018-08-23 10:55:22,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eab06e43-be8a-4e83-8d3e-af5494306cc2 2018-08-23 10:55:22,659 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:24,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:24,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-9b77da9e-4627-47ba-ab2b-d29eb884eb14 x-compute-request-id: req-9b77da9e-4627-47ba-ab2b-d29eb884eb14 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:24,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b77da9e-4627-47ba-ab2b-d29eb884eb14 2018-08-23 10:55:24,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175639152527s 2018-08-23 10:55:24,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9b77da9e-4627-47ba-ab2b-d29eb884eb14 2018-08-23 10:55:24,840 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:26,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:27,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cc90ad1-a371-4089-afaf-a5372ec7329e x-compute-request-id: req-2cc90ad1-a371-4089-afaf-a5372ec7329e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:27,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cc90ad1-a371-4089-afaf-a5372ec7329e 2018-08-23 10:55:27,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183925867081s 2018-08-23 10:55:27,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cc90ad1-a371-4089-afaf-a5372ec7329e 2018-08-23 10:55:27,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:29,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:29,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:29,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd9222fe-290c-456c-bacd-7e049abdb555 x-compute-request-id: req-bd9222fe-290c-456c-bacd-7e049abdb555 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:29,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd9222fe-290c-456c-bacd-7e049abdb555 2018-08-23 10:55:29,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173957109451s 2018-08-23 10:55:29,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd9222fe-290c-456c-bacd-7e049abdb555 2018-08-23 10:55:29,212 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:31,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:31,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:31,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-75dd2060-64de-4d5b-b83b-bf2bdac6f85e x-compute-request-id: req-75dd2060-64de-4d5b-b83b-bf2bdac6f85e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:31,394 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75dd2060-64de-4d5b-b83b-bf2bdac6f85e 2018-08-23 10:55:31,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179704189301s 2018-08-23 10:55:31,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75dd2060-64de-4d5b-b83b-bf2bdac6f85e 2018-08-23 10:55:31,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:33,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:33,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:33,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f399cfc-69a1-4a8f-b90a-658b89fb60dd x-compute-request-id: req-4f399cfc-69a1-4a8f-b90a-658b89fb60dd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:33,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f399cfc-69a1-4a8f-b90a-658b89fb60dd 2018-08-23 10:55:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177726984024s 2018-08-23 10:55:33,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f399cfc-69a1-4a8f-b90a-658b89fb60dd 2018-08-23 10:55:33,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:35,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:36,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-204015df-228a-47b2-a98d-a07f9d231646 x-compute-request-id: req-204015df-228a-47b2-a98d-a07f9d231646 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:36,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-204015df-228a-47b2-a98d-a07f9d231646 2018-08-23 10:55:36,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449543952942s 2018-08-23 10:55:36,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-204015df-228a-47b2-a98d-a07f9d231646 2018-08-23 10:55:36,036 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:38,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:38,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-51b877ec-1ea0-4b71-9c6a-9dc9d3374143 x-compute-request-id: req-51b877ec-1ea0-4b71-9c6a-9dc9d3374143 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:38,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51b877ec-1ea0-4b71-9c6a-9dc9d3374143 2018-08-23 10:55:38,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3662109375s 2018-08-23 10:55:38,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51b877ec-1ea0-4b71-9c6a-9dc9d3374143 2018-08-23 10:55:38,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:40,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:40,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:40,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-2cf1f883-6d3f-4a5d-a791-de34d593278f x-compute-request-id: req-2cf1f883-6d3f-4a5d-a791-de34d593278f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:40,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cf1f883-6d3f-4a5d-a791-de34d593278f 2018-08-23 10:55:40,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168474197388s 2018-08-23 10:55:40,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2cf1f883-6d3f-4a5d-a791-de34d593278f 2018-08-23 10:55:40,584 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:42,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:43,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-dc97642e-15e9-46c4-ad08-d0c9bfb59450 x-compute-request-id: req-dc97642e-15e9-46c4-ad08-d0c9bfb59450 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:43,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc97642e-15e9-46c4-ad08-d0c9bfb59450 2018-08-23 10:55:43,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685469150543s 2018-08-23 10:55:43,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc97642e-15e9-46c4-ad08-d0c9bfb59450 2018-08-23 10:55:43,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:45,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:45,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:45,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d46fcde-419f-4ec2-a369-a08b227c1bd2 x-compute-request-id: req-4d46fcde-419f-4ec2-a369-a08b227c1bd2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:45,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d46fcde-419f-4ec2-a369-a08b227c1bd2 2018-08-23 10:55:45,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179020881653s 2018-08-23 10:55:45,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d46fcde-419f-4ec2-a369-a08b227c1bd2 2018-08-23 10:55:45,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:47,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:47,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:47,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-f636a2e4-f6e9-4f31-888b-03997e77bd81 x-compute-request-id: req-f636a2e4-f6e9-4f31-888b-03997e77bd81 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:47,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f636a2e4-f6e9-4f31-888b-03997e77bd81 2018-08-23 10:55:47,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174312114716s 2018-08-23 10:55:47,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f636a2e4-f6e9-4f31-888b-03997e77bd81 2018-08-23 10:55:47,644 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:49,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:49,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:50,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-594f0d2d-fdf7-4b0a-afd4-8434f0faef2f x-compute-request-id: req-594f0d2d-fdf7-4b0a-afd4-8434f0faef2f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:50,106 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-594f0d2d-fdf7-4b0a-afd4-8434f0faef2f 2018-08-23 10:55:50,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458981990814s 2018-08-23 10:55:50,107 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-594f0d2d-fdf7-4b0a-afd4-8434f0faef2f 2018-08-23 10:55:50,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:52,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:52,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:52,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-0e27cc25-81cc-446f-a7bd-80c4a8134793 x-compute-request-id: req-0e27cc25-81cc-446f-a7bd-80c4a8134793 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:52,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e27cc25-81cc-446f-a7bd-80c4a8134793 2018-08-23 10:55:52,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18047785759s 2018-08-23 10:55:52,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e27cc25-81cc-446f-a7bd-80c4a8134793 2018-08-23 10:55:52,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:54,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:54,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:54,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-7d244026-79e1-4570-aa17-b68ad26e309c x-compute-request-id: req-7d244026-79e1-4570-aa17-b68ad26e309c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:54,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d244026-79e1-4570-aa17-b68ad26e309c 2018-08-23 10:55:54,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542407035828s 2018-08-23 10:55:54,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d244026-79e1-4570-aa17-b68ad26e309c 2018-08-23 10:55:54,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:56,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:56,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:57,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55: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-c1282fa6-dfe4-4e4a-8a3f-759beeb03fdf x-compute-request-id: req-c1282fa6-dfe4-4e4a-8a3f-759beeb03fdf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:57,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1282fa6-dfe4-4e4a-8a3f-759beeb03fdf 2018-08-23 10:55:57,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176910877228s 2018-08-23 10:55:57,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1282fa6-dfe4-4e4a-8a3f-759beeb03fdf 2018-08-23 10:55:57,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:55:59,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:55:59,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:55:59,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:55:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64cf7970-f82c-42ee-adad-8074b00e8613 x-compute-request-id: req-64cf7970-f82c-42ee-adad-8074b00e8613 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:55:59,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64cf7970-f82c-42ee-adad-8074b00e8613 2018-08-23 10:55:59,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427516937256s 2018-08-23 10:55:59,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64cf7970-f82c-42ee-adad-8074b00e8613 2018-08-23 10:55:59,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:01,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:01,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:01,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88b3e6d3-78da-4edc-9db3-5451867bfacc x-compute-request-id: req-88b3e6d3-78da-4edc-9db3-5451867bfacc Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:01,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88b3e6d3-78da-4edc-9db3-5451867bfacc 2018-08-23 10:56:01,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35684299469s 2018-08-23 10:56:01,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88b3e6d3-78da-4edc-9db3-5451867bfacc 2018-08-23 10:56:01,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:03,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:03,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:04,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0e2bd21-6c0c-4edb-8fec-b9dc8072421b x-compute-request-id: req-c0e2bd21-6c0c-4edb-8fec-b9dc8072421b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:04,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0e2bd21-6c0c-4edb-8fec-b9dc8072421b 2018-08-23 10:56:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422971963882s 2018-08-23 10:56:04,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0e2bd21-6c0c-4edb-8fec-b9dc8072421b 2018-08-23 10:56:04,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:06,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:06,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:06,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-635d86ac-cb98-46fe-8585-b53e9c7da9cf x-compute-request-id: req-635d86ac-cb98-46fe-8585-b53e9c7da9cf Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:06,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-635d86ac-cb98-46fe-8585-b53e9c7da9cf 2018-08-23 10:56:06,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660398960114s 2018-08-23 10:56:06,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-635d86ac-cb98-46fe-8585-b53e9c7da9cf 2018-08-23 10:56:06,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:08,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:08,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:09,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd11bc2e-1621-4006-a1c1-85959c3b99fb x-compute-request-id: req-fd11bc2e-1621-4006-a1c1-85959c3b99fb Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:09,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd11bc2e-1621-4006-a1c1-85959c3b99fb 2018-08-23 10:56:09,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363164901733s 2018-08-23 10:56:09,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd11bc2e-1621-4006-a1c1-85959c3b99fb 2018-08-23 10:56:09,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:11,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:12,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3698ad5c-8352-47c6-9e20-9187ed1982ab x-compute-request-id: req-3698ad5c-8352-47c6-9e20-9187ed1982ab Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:12,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3698ad5c-8352-47c6-9e20-9187ed1982ab 2018-08-23 10:56:12,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706919908524s 2018-08-23 10:56:12,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3698ad5c-8352-47c6-9e20-9187ed1982ab 2018-08-23 10:56:12,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:14,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:14,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b02fb99-d516-47fa-a277-451c0368ed35 x-compute-request-id: req-1b02fb99-d516-47fa-a277-451c0368ed35 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:14,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b02fb99-d516-47fa-a277-451c0368ed35 2018-08-23 10:56:14,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200773000717s 2018-08-23 10:56:14,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b02fb99-d516-47fa-a277-451c0368ed35 2018-08-23 10:56:14,218 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:16,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:16,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:16,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56: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-2f923a56-5f6c-4562-a6f9-9692d13cbf4a x-compute-request-id: req-2f923a56-5f6c-4562-a6f9-9692d13cbf4a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:16,678 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2f923a56-5f6c-4562-a6f9-9692d13cbf4a 2018-08-23 10:56:16,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457536935806s 2018-08-23 10:56:16,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2f923a56-5f6c-4562-a6f9-9692d13cbf4a 2018-08-23 10:56:16,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:18,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:18,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56: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-da2be3a2-7dd9-4943-837b-086278efbd69 x-compute-request-id: req-da2be3a2-7dd9-4943-837b-086278efbd69 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:18,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da2be3a2-7dd9-4943-837b-086278efbd69 2018-08-23 10:56:18,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172638177872s 2018-08-23 10:56:18,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-da2be3a2-7dd9-4943-837b-086278efbd69 2018-08-23 10:56:18,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:20,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:20,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca239ed0-2910-46da-a6e5-3ba4ad44b954 x-compute-request-id: req-ca239ed0-2910-46da-a6e5-3ba4ad44b954 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:21,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca239ed0-2910-46da-a6e5-3ba4ad44b954 2018-08-23 10:56:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633657932281s 2018-08-23 10:56:21,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca239ed0-2910-46da-a6e5-3ba4ad44b954 2018-08-23 10:56:21,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:23,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:23,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30148e3c-a3f3-4ac5-93d9-c959b180b4be x-compute-request-id: req-30148e3c-a3f3-4ac5-93d9-c959b180b4be Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:23,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30148e3c-a3f3-4ac5-93d9-c959b180b4be 2018-08-23 10:56:23,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176007986069s 2018-08-23 10:56:23,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30148e3c-a3f3-4ac5-93d9-c959b180b4be 2018-08-23 10:56:23,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:25,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:25,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:25,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-4d60b04a-f40b-40db-bb7d-32ee9355b96e x-compute-request-id: req-4d60b04a-f40b-40db-bb7d-32ee9355b96e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:25,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d60b04a-f40b-40db-bb7d-32ee9355b96e 2018-08-23 10:56:25,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190114974976s 2018-08-23 10:56:25,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d60b04a-f40b-40db-bb7d-32ee9355b96e 2018-08-23 10:56:25,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:27,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:27,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:28,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00db1cd5-7b9f-4133-b190-d3b5ab5e9070 x-compute-request-id: req-00db1cd5-7b9f-4133-b190-d3b5ab5e9070 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:28,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00db1cd5-7b9f-4133-b190-d3b5ab5e9070 2018-08-23 10:56:28,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478519916534s 2018-08-23 10:56:28,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00db1cd5-7b9f-4133-b190-d3b5ab5e9070 2018-08-23 10:56:28,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:30,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:30,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:30,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3461d7c-d86a-419d-9487-f688ad709148 x-compute-request-id: req-c3461d7c-d86a-419d-9487-f688ad709148 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:30,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3461d7c-d86a-419d-9487-f688ad709148 2018-08-23 10:56:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192145109177s 2018-08-23 10:56:30,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3461d7c-d86a-419d-9487-f688ad709148 2018-08-23 10:56:30,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:32,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:32,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:33,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ca57ead-5e20-4dc2-92a3-931229676ed2 x-compute-request-id: req-6ca57ead-5e20-4dc2-92a3-931229676ed2 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:33,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6ca57ead-5e20-4dc2-92a3-931229676ed2 2018-08-23 10:56:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43119597435s 2018-08-23 10:56:33,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6ca57ead-5e20-4dc2-92a3-931229676ed2 2018-08-23 10:56:33,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:35,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:35,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc2e133c-7554-4c30-ac4f-53c41aa56f74 x-compute-request-id: req-bc2e133c-7554-4c30-ac4f-53c41aa56f74 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:35,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc2e133c-7554-4c30-ac4f-53c41aa56f74 2018-08-23 10:56:35,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421015024185s 2018-08-23 10:56:35,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc2e133c-7554-4c30-ac4f-53c41aa56f74 2018-08-23 10:56:35,436 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:37,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:37,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:37,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56: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-fd387c05-1ce3-49bd-8363-ca221a0dbada x-compute-request-id: req-fd387c05-1ce3-49bd-8363-ca221a0dbada Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:37,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd387c05-1ce3-49bd-8363-ca221a0dbada 2018-08-23 10:56:37,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446302890778s 2018-08-23 10:56:37,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd387c05-1ce3-49bd-8363-ca221a0dbada 2018-08-23 10:56:37,890 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:39,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:39,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:40,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2513980c-acee-4904-8f3d-999a8fc7a595 x-compute-request-id: req-2513980c-acee-4904-8f3d-999a8fc7a595 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:40,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2513980c-acee-4904-8f3d-999a8fc7a595 2018-08-23 10:56:40,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347330093384s 2018-08-23 10:56:40,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2513980c-acee-4904-8f3d-999a8fc7a595 2018-08-23 10:56:40,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:42,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:42,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:42,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56: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-2400432b-bd50-4b1b-a924-8dc865ad685b x-compute-request-id: req-2400432b-bd50-4b1b-a924-8dc865ad685b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:42,603 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2400432b-bd50-4b1b-a924-8dc865ad685b 2018-08-23 10:56:42,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354501008987s 2018-08-23 10:56:42,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2400432b-bd50-4b1b-a924-8dc865ad685b 2018-08-23 10:56:42,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:44,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:44,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:45,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a063b892-3162-43a5-bae2-1021c7a86bbd x-compute-request-id: req-a063b892-3162-43a5-bae2-1021c7a86bbd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:45,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a063b892-3162-43a5-bae2-1021c7a86bbd 2018-08-23 10:56:45,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422487020493s 2018-08-23 10:56:45,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a063b892-3162-43a5-bae2-1021c7a86bbd 2018-08-23 10:56:45,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:47,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:47,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:47,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53d808c6-92a6-49b5-b5a2-6d87be3c4abb x-compute-request-id: req-53d808c6-92a6-49b5-b5a2-6d87be3c4abb Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:47,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53d808c6-92a6-49b5-b5a2-6d87be3c4abb 2018-08-23 10:56:47,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188436031342s 2018-08-23 10:56:47,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-53d808c6-92a6-49b5-b5a2-6d87be3c4abb 2018-08-23 10:56:47,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:49,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:49,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a3b6407-8969-4d97-bffa-c39f3e615a16 x-compute-request-id: req-2a3b6407-8969-4d97-bffa-c39f3e615a16 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:49,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a3b6407-8969-4d97-bffa-c39f3e615a16 2018-08-23 10:56:49,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19428396225s 2018-08-23 10:56:49,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a3b6407-8969-4d97-bffa-c39f3e615a16 2018-08-23 10:56:49,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:51,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:51,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e62773c-0321-4124-a098-a546e29c568b x-compute-request-id: req-0e62773c-0321-4124-a098-a546e29c568b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T10:54:49Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:51,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e62773c-0321-4124-a098-a546e29c568b 2018-08-23 10:56:51,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37207198143s 2018-08-23 10:56:51,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e62773c-0321-4124-a098-a546e29c568b 2018-08-23 10:56:51,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 10:56:53,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 10:56:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:54,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10: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-b512d86e-58f9-4d1a-aa7b-c8df6ac8b21d x-compute-request-id: req-b512d86e-58f9-4d1a-aa7b-c8df6ac8b21d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:25", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T10:56:52.000000", "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T10:56:52Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 10:56:54,193 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b512d86e-58f9-4d1a-aa7b-c8df6ac8b21d 2018-08-23 10:56:54,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380899906158s 2018-08-23 10:56:54,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b512d86e-58f9-4d1a-aa7b-c8df6ac8b21d 2018-08-23 10:56:54,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 10:56:54,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:54,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-72c68640-12b0-4682-bcff-559dfdfbd450 Date: Thu, 23 Aug 2018 10:56:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:54:49Z","admin_state_up":true,"updated_at":"2018-08-23T10:56:52Z","binding:vnic_type":"normal","device_id":"e3bc5ed8-7dad-44d2-bafa-8e771919f6be","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d4:58:25","id":"1b15b6a9-85f1-4f3b-b87a-895a1034b2d6","port_security_enabled":true,"project_id":"d6971c5176444e3889fa955a125cc103","fixed_ips":[{"subnet_id":"bab7cc6f-9afc-465b-86e8-f9ce9038f8e3","ip_address":"192.168.120.23"}],"extra_dhcp_opts":[],"security_groups":["6788b785-c1b5-4a7f-a24b-8a4bb2836475"],"name":""}]} 2018-08-23 10:56:54,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-72c68640-12b0-4682-bcff-559dfdfbd450 2018-08-23 10:56:54,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.306967020035s 2018-08-23 10:56:54,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-72c68640-12b0-4682-bcff-559dfdfbd450 2018-08-23 10:56:54,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:56:54,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b15b6a9-85f1-4f3b-b87a-895a1034b2d6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:54,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1ca81b6d-a87e-4d2a-841e-daee133b5253 Date: Thu, 23 Aug 2018 10:56:54 GMT RESP BODY: {"floatingips": []} 2018-08-23 10:56:54,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b15b6a9-85f1-4f3b-b87a-895a1034b2d6 used request id req-1ca81b6d-a87e-4d2a-841e-daee133b5253 2018-08-23 10:56:54,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0430910587311s 2018-08-23 10:56:54,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b15b6a9-85f1-4f3b-b87a-895a1034b2d6 used request id req-1ca81b6d-a87e-4d2a-841e-daee133b5253 2018-08-23 10:56:54,555 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d4:58:25', u'version': 4, u'addr': u'192.168.120.23', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6b7d4790-46fe-4666-ab4a-20b26f46a811'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T10:56:52.000000', 'flavor': Munch({u'id': u'541b75e2-b9e7-4716-b779-112fd5397f69'}), 'az': u'nova', 'id': u'e3bc5ed8-7dad-44d2-bafa-8e771919f6be', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'40bb2706420645df9ce59600712350c3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6971c5176444e3889fa955a125cc103', 'name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T10:56:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T10:56:52Z', 'hostId': u'dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'public_v6': '', 'private_v4': u'192.168.120.23', 'cloud': 'envvars', 'host_id': u'dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T10:56:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd6971c5176444e3889fa955a125cc103', 'name': u'cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf', 'adminPass': u'w3k5eCfR9dPv', 'tenant_id': u'd6971c5176444e3889fa955a125cc103', 'created_at': u'2018-08-23T10:54:46Z', 'created': u'2018-08-23T10:54:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 10:56:54,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 10:56:54,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:54,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4f24436f-7e75-4763-94c4-70bb396b6c65 Date: Thu, 23 Aug 2018 10: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":["bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"],"updated_at":"2018-08-23T10:53:15Z","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:53:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d6971c5176444e3889fa955a125cc103","id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","name":"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 10:56:54,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4f24436f-7e75-4763-94c4-70bb396b6c65 2018-08-23 10:56:54,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871920585632s 2018-08-23 10:56:54,646 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4f24436f-7e75-4763-94c4-70bb396b6c65 2018-08-23 10:56:54,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 10:56:54,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:54,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4a294d25-d6a4-4022-b4ce-2b6111b55d05 Date: Thu, 23 Aug 2018 10:56:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7ff4b8ef-83da-4a80-b42a-3c8ba48be535","tenant_id":"d6971c5176444e3889fa955a125cc103","created_at":"2018-08-23T10:54:49Z","admin_state_up":true,"updated_at":"2018-08-23T10:56:52Z","binding:vnic_type":"normal","device_id":"e3bc5ed8-7dad-44d2-bafa-8e771919f6be","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d4:58:25","id":"1b15b6a9-85f1-4f3b-b87a-895a1034b2d6","port_security_enabled":true,"project_id":"d6971c5176444e3889fa955a125cc103","fixed_ips":[{"subnet_id":"bab7cc6f-9afc-465b-86e8-f9ce9038f8e3","ip_address":"192.168.120.23"}],"extra_dhcp_opts":[],"security_groups":["6788b785-c1b5-4a7f-a24b-8a4bb2836475"],"name":""}]} 2018-08-23 10:56:54,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-4a294d25-d6a4-4022-b4ce-2b6111b55d05 2018-08-23 10:56:54,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0462009906769s 2018-08-23 10:56:54,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-4a294d25-d6a4-4022-b4ce-2b6111b55d05 2018-08-23 10:56:54,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 10:56:54,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.23", "port_id": "1b15b6a9-85f1-4f3b-b87a-895a1034b2d6"}}' 2018-08-23 10:56:56,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-8f8e2ce8-392f-4cd5-8ba5-fa972b8e05c7 Date: Thu, 23 Aug 2018 10:56:56 GMT RESP BODY: {"floatingip": {"router_id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T10:56:55Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "1b15b6a9-85f1-4f3b-b87a-895a1034b2d6", "id": "92e7fa81-c1aa-43a8-be20-e822326aef9a", "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:56:55Z", "project_id": "d6971c5176444e3889fa955a125cc103"}} 2018-08-23 10:56:56,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8f8e2ce8-392f-4cd5-8ba5-fa972b8e05c7 2018-08-23 10:56:56,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84489798546s 2018-08-23 10:56:56,540 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8f8e2ce8-392f-4cd5-8ba5-fa972b8e05c7 2018-08-23 10:56:56,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 10:56:56,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:56:56,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-86f110f2-c314-4e55-83b4-d6fcbb4f4f95 Date: Thu, 23 Aug 2018 10:56:56 GMT RESP BODY: {"floatingips": [{"router_id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T10:56:55Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "1b15b6a9-85f1-4f3b-b87a-895a1034b2d6", "id": "92e7fa81-c1aa-43a8-be20-e822326aef9a", "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:56:55Z", "project_id": "d6971c5176444e3889fa955a125cc103"}]} 2018-08-23 10:56:56,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-86f110f2-c314-4e55-83b4-d6fcbb4f4f95 2018-08-23 10:56:56,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609929561615s 2018-08-23 10:56:56,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-86f110f2-c314-4e55-83b4-d6fcbb4f4f95 2018-08-23 10:56:56,612 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2d5a14c1-1ad1-4822-86cb-4087851c0337', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'd6971c5176444e3889fa955a125cc103', 'created_at': u'2018-08-23T10:56:55Z', 'attached': True, 'updated_at': u'2018-08-23T10:56:55Z', 'id': u'92e7fa81-c1aa-43a8-be20-e822326aef9a', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.23', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6971c5176444e3889fa955a125cc103', 'name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2d5a14c1-1ad1-4822-86cb-4087851c0337', 'project_id': u'd6971c5176444e3889fa955a125cc103', 'port_id': u'1b15b6a9-85f1-4f3b-b87a-895a1034b2d6', 'port': u'1b15b6a9-85f1-4f3b-b87a-895a1034b2d6', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 10:56:56,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:56:56,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:56:56,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:56:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9636170f-41fd-407e-9d12-7e62ef5ffecc x-compute-request-id: req-9636170f-41fd-407e-9d12-7e62ef5ffecc Content-Encoding: gzip Content-Length: 8444 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2004187267 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.441236] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.444148] pid_max: default: 32768 minimum: 301\n[ 0.445830] Security Framework initialized\n[ 0.447379] SELinux: Initializing.\n[ 0.449072] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.455502] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.459628] Mount-cache hash table entries: 4096\n[ 0.461623] Initializing cgroup subsys memory\n[ 0.463264] Initializing cgroup subsys devices\n[ 0.464906] Initializing cgroup subsys freezer\n[ 0.466552] Initializing cgroup subsys net_cls\n[ 0.468187] Initializing cgroup subsys blkio\n[ 0.469761] Initializing cgroup subsys perf_event\n[ 0.471448] Initializing cgroup subsys hugetlb\n[ 0.473075] Initializing cgroup subsys pids\n[ 0.474626] Initializing cgroup subsys net_prio\n[ 0.476325] CPU: Physical Processor ID: 0\n[ 0.478550] mce: CPU supports 10 MCE banks\n[ 0.480106] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.481892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.483708] tlb_flushall_shift: 6\n[ 0.485256] Freeing SMP alternatives: 28k freed\n[ 0.489543] ACPI: Core revision 20130517\n[ 0.491487] ACPI: All ACPI Tables successfully acquired\n[ 0.493551] ftrace: allocating 25812 entries in 101 pages\n[ 0.515706] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.517824] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.519942] smpboot: Max logical packages: 2\n[ 0.521819] Enabling x2apic\n[ 0.523098] Enabled x2apic\n[ 0.524637] Switched APIC routing to physical x2apic.\n[ 0.527769] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.529797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.533411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.541720] KVM setup paravirtual spinlock\n[ 0.544592] smpboot: Booting Node 0, Processors #1 OK\n[ 0.546754] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.568854] Brought up 2 CPUs\n[ 0.568862] KVM setup async PF for cpu 1\n[ 0.568865] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.573221] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.576154] devtmpfs: initialized\n[ 0.578903] EVM: security.selinux\n[ 0.580282] EVM: security.ima\n[ 0.581570] EVM: security.capability\n[ 0.583693] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.585880] pinctrl core: initialized pinctrl subsystem\n[ 0.587786] NET: Registered protocol family 16\n[ 0.589619] ACPI: bus type PCI registered\n[ 0.591141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.593285] PCI: Using configuration type 1 for base access\n[ 0.598555] ACPI: Added _OSI(Module Device)\n[ 0.600146] ACPI: Added _OSI(Processor Device)\n[ 0.601757] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.603416] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.606403] ACPI: Interpreter enabled\n[ 0.607865] ACPI: (supports S0 S5)\n[ 0.609238] ACPI: Using IOAPIC for interrupt routing\n[ 0.610961] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.616008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.617966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.620065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.622112] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.625907] acpiphp: Slot [3] registered\n[ 0.627408] acpiphp: Slot [4] registered\n[ 0.628927] acpiphp: Slot [5] registered\n[ 0.630428] acpiphp: Slot [6] registered\n[ 0.631901] acpiphp: Slot [7] registered\n[ 0.633405] acpiphp: Slot [8] registered\n[ 0.634891] acpiphp: Slot [9] registered\n[ 0.636417] acpiphp: Slot [10] registered\n[ 0.637934] acpiphp: Slot [11] registered\n[ 0.639486] acpiphp: Slot [12] registered\n[ 0.641004] acpiphp: Slot [13] registered\n[ 0.642532] acpiphp: Slot [14] registered\n[ 0.644078] acpiphp: Slot [15] registered\n[ 0.645645] acpiphp: Slot [16] registered\n[ 0.647169] acpiphp: Slot [17] registered\n[ 0.648724] acpiphp: Slot [18] registered\n[ 0.650265] acpiphp: Slot [19] registered\n[ 0.651806] acpiphp: Slot [20] registered\n[ 0.653342] acpiphp: Slot [21] registered\n[ 0.654837] acpiphp: Slot [22] registered\n[ 0.656356] acpiphp: Slot [23] registered\n[ 0.657992] acpiphp: Slot [24] registered\n[ 0.659507] acpiphp: Slot [25] registered\n[ 0.661015] acpiphp: Slot [26] registered\n[ 0.662529] acpiphp: Slot [27] registered\n[ 0.664045] acpiphp: Slot [28] registered\n[ 0.665587] acpiphp: Slot [29] registered\n[ 0.667112] acpiphp: Slot [30] registered\n[ 0.668660] acpiphp: Slot [31] registered\n[ 0.670197] PCI host bridge to bus 0000:00\n[ 0.671741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680617] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683457] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691519] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693576] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.695762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.702987] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.727977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.731010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.733367] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.735707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.738021] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.740212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.742442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.745400] vgaarb: loaded\n[ 0.746635] vgaarb: bridge control possible 0000:00:02.0\n[ 0.748613] SCSI subsystem initialized\n[ 0.750108] ACPI: bus type USB registered\n[ 0.751652] usbcore: registered new interface driver usbfs\n[ 0.753480] usbcore: registered new interface driver hub\n[ 0.755314] usbcore: registered new device driver usb\n[ 0.757273] PCI: Using ACPI for IRQ routing\n[ 0.759341] NetLabel: Initializing\n[ 0.760740] NetLabel: domain hash size = 128\n[ 0.762288] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.764008] NetLabel: unlabeled traffic allowed by default\n[ 0.765948] Switched to clocksource kvm-clock\n[ 0.775810] pnp: PnP ACPI init\n[ 0.777123] ACPI: bus type PNP registered\n[ 0.779282] pnp: PnP ACPI: found 5 devices\n[ 0.780832] ACPI: bus type PNP unregistered\n[ 0.789104] NET: Registered protocol family 2\n[ 0.791102] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.794132] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.796698] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.798867] TCP: reno registered\n[ 0.800221] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.802221] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804359] NET: Registered protocol family 1\n[ 0.806004] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.807977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.809882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.830139] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.850323] Unpacking initramfs...\n[ 1.349645] Freeing initrd memory: 37508k freed\n[ 1.359522] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.361665] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.365640] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.367727] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.370140] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.372183] Initialise system trusted keyring\n[ 1.373821] audit: initializing netlink socket (disabled)\n[ 1.375651] type=2000 audit(1535021815.616:1): initialized\n[ 1.392863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.394887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.397813] zpool: loaded\n[ 1.399051] zbud: loaded\n[ 1.400433] VFS: Disk quotas dquot_6.5.2\n[ 1.401998] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.404256] msgmni has been set to 7578\n[ 1.405799] Key type big_key registered\n[ 1.408240] NET: Registered protocol family 38\n[ 1.409888] Key type asymmetric registered\n[ 1.411456] Asymmetric key parser 'x509' registered\n[ 1.413220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.416111] io scheduler noop registered\n[ 1.417657] io scheduler deadline registered (default)\n[ 1.433210] io scheduler cfq registered\n[ 1.434787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.436643] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.438907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.441715] ACPI: Power Button [PWRF]\n[ 1.443387] GHES: HEST is not enabled!\n[ 1.444931] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.471414] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.473852] Non-volatile memory driver v1.3\n[ 1.475396] Linux agpgart interface v0.103\n[ 1.477055] crash memory driver: version 1.1\n[ 1.478712] rdac: device handler registered\n[ 1.480338] hp_sw: device handler registered\n[ 1.481910] emc: device handler registered\n[ 1.483476] alua: device handler registered\n[ 1.485055] libphy: Fixed MDIO Bus: probed\n[ 1.486675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.488775] ehci-pci: EHCI PCI platform driver\n[ 1.490393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.492412] ohci-pci: OHCI PCI platform driver\n[ 1.494076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.514251] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.516151] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.518966] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.520760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.522720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.524905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.527737] usb usb1: Product: UHCI Host Controller\n[ 1.529441] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.531643] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.533426] hub 1-0:1.0: USB hub found\n[ 1.534960] hub 1-0:1.0: 2 ports detected\n[ 1.536664] usbcore: registered new interface driver usbserial\n[ 1.538646] usbcore: registered new interface driver usbserial_generic\n[ 1.540727] usbserial: USB Serial support registered for generic\n[ 1.542717] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.546499] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.548232] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.550150] mousedev: PS/2 mouse device common for all mice\n[ 1.552402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.555729] rtc_cmos 00:00: RTC can wake from S4\n[ 1.556543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.558307] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.564383] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.566516] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.568647] cpuidle: using governor menu\n[ 1.570240] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.572175] usbcore: registered new interface driver usbhid\n[ 1.574078] usbhid: USB HID core driver\n[ 1.575642] drop_monitor: Initializing network drop monitor service\n[ 1.577744] TCP: cubic registered\n[ 1.579133] Initializing XFRM netlink socket\n[ 1.580820] NET: Registered protocol family 10\n[ 1.582740] NET: Registered protocol family 17\n[ 1.584606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.586528] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.588528] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.591837] Loading compiled-in X.509 certificates\n[ 1.593590] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.596934] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.600724] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.604080] registered taskstats version 1\n[ 1.607631] Key type trusted registered\n[ 1.610478] Key type encrypted registered\n[ 1.613324] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.615673] rtc_cmos 00:00: setting system clock to 2018-08-23 10:56:55 UTC (1535021815)\n[ 1.619401] Freeing unused kernel memory: 1680k freed\n[ 1.625621] 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.631429] systemd[1]: Detected virtualization kvm.\n[ 1.633202] systemd[1]: Detected architecture x86-64.\n[ 1.634963] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.638331] systemd[1]: No hostname configured.\n[ 1.639980] systemd[1]: Set hostname to .\n[ 1.641808] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.666683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.669680] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.673693] systemd[1]: Reached target Swap.\n[ 1.675321] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.677812] systemd[1]: Reached target Paths.\n[ 1.679443] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.682121] systemd[1]: Reached target Local File Systems.\n[ 1.683981] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.686906] systemd[1]: Created slice Root Slice.\n[ 1.688621] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.691390] systemd[1]: Listening on udev Kernel Socket.\n[ 1.693227] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.696124] systemd[1]: Created slice System Slice.\n[ 1.697868] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.700625] systemd[1]: Reached target Slices.\n[ 1.702302] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.704897] systemd[1]: Reached target Timers.\n[ 1.706565] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.709310] systemd[1]: Listening on Journal Socket.\n[ 1.711097] systemd[1]: Starting Journal Socket.\n[ 1.713185] 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.718543] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.721684] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.725136] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.729625] systemd[1]: Listening on udev Control Socket.\n[ 1.731551] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.734465] systemd[1]: Reached target Sockets.\n[ 1.736725] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.739684] 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.801094] RPC: Registered named UNIX socket transport module.\n[ 1.803118] RPC: Registered udp transport module.\n[ 1.804838] RPC: Registered tcp transport module.\n[ 1.806566] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.839060] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\n[[32m OK [0m] Mounted Configuration File System.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.906402] FDC 0 is a S82078B\n[ 1.931407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.971454] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.977602] scsi host0: ata_piix\n[ 1.979176] vda: vda1\n[ 1.979880] scsi host1: ata_piix\n[ 1.979918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.979919] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n"} 2018-08-23 10:56:56,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action used request id req-9636170f-41fd-407e-9d12-7e62ef5ffecc 2018-08-23 10:56:56,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764281749725s 2018-08-23 10:56:56,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action used request id req-9636170f-41fd-407e-9d12-7e62ef5ffecc 2018-08-23 10:56:56,691 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2004187267 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.441236] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.444148] pid_max: default: 32768 minimum: 301 [ 0.445830] Security Framework initialized [ 0.447379] SELinux: Initializing. [ 0.449072] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.455502] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.459628] Mount-cache hash table entries: 4096 [ 0.461623] Initializing cgroup subsys memory [ 0.463264] Initializing cgroup subsys devices [ 0.464906] Initializing cgroup subsys freezer [ 0.466552] Initializing cgroup subsys net_cls [ 0.468187] Initializing cgroup subsys blkio [ 0.469761] Initializing cgroup subsys perf_event [ 0.471448] Initializing cgroup subsys hugetlb [ 0.473075] Initializing cgroup subsys pids [ 0.474626] Initializing cgroup subsys net_prio [ 0.476325] CPU: Physical Processor ID: 0 [ 0.478550] mce: CPU supports 10 MCE banks [ 0.480106] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.481892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.483708] tlb_flushall_shift: 6 [ 0.485256] Freeing SMP alternatives: 28k freed [ 0.489543] ACPI: Core revision 20130517 [ 0.491487] ACPI: All ACPI Tables successfully acquired [ 0.493551] ftrace: allocating 25812 entries in 101 pages [ 0.515706] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.517824] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.519942] smpboot: Max logical packages: 2 [ 0.521819] Enabling x2apic [ 0.523098] Enabled x2apic [ 0.524637] Switched APIC routing to physical x2apic. [ 0.527769] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.529797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.533411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.541720] KVM setup paravirtual spinlock [ 0.544592] smpboot: Booting Node 0, Processors #1 OK [ 0.546754] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.568854] Brought up 2 CPUs [ 0.568862] KVM setup async PF for cpu 1 [ 0.568865] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.573221] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.576154] devtmpfs: initialized [ 0.578903] EVM: security.selinux [ 0.580282] EVM: security.ima [ 0.581570] EVM: security.capability [ 0.583693] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.585880] pinctrl core: initialized pinctrl subsystem [ 0.587786] NET: Registered protocol family 16 [ 0.589619] ACPI: bus type PCI registered [ 0.591141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.593285] PCI: Using configuration type 1 for base access [ 0.598555] ACPI: Added _OSI(Module Device) [ 0.600146] ACPI: Added _OSI(Processor Device) [ 0.601757] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.603416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.606403] ACPI: Interpreter enabled [ 0.607865] ACPI: (supports S0 S5) [ 0.609238] ACPI: Using IOAPIC for interrupt routing [ 0.610961] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.616008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.617966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.620065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.622112] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.625907] acpiphp: Slot [3] registered [ 0.627408] acpiphp: Slot [4] registered [ 0.628927] acpiphp: Slot [5] registered [ 0.630428] acpiphp: Slot [6] registered [ 0.631901] acpiphp: Slot [7] registered [ 0.633405] acpiphp: Slot [8] registered [ 0.634891] acpiphp: Slot [9] registered [ 0.636417] acpiphp: Slot [10] registered [ 0.637934] acpiphp: Slot [11] registered [ 0.639486] acpiphp: Slot [12] registered [ 0.641004] acpiphp: Slot [13] registered [ 0.642532] acpiphp: Slot [14] registered [ 0.644078] acpiphp: Slot [15] registered [ 0.645645] acpiphp: Slot [16] registered [ 0.647169] acpiphp: Slot [17] registered [ 0.648724] acpiphp: Slot [18] registered [ 0.650265] acpiphp: Slot [19] registered [ 0.651806] acpiphp: Slot [20] registered [ 0.653342] acpiphp: Slot [21] registered [ 0.654837] acpiphp: Slot [22] registered [ 0.656356] acpiphp: Slot [23] registered [ 0.657992] acpiphp: Slot [24] registered [ 0.659507] acpiphp: Slot [25] registered [ 0.661015] acpiphp: Slot [26] registered [ 0.662529] acpiphp: Slot [27] registered [ 0.664045] acpiphp: Slot [28] registered [ 0.665587] acpiphp: Slot [29] registered [ 0.667112] acpiphp: Slot [30] registered [ 0.668660] acpiphp: Slot [31] registered [ 0.670197] PCI host bridge to bus 0000:00 [ 0.671741] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680617] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683457] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691519] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693576] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.695762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.702987] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.727977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.731010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.733367] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.735707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.738021] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.740212] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.742442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.745400] vgaarb: loaded [ 0.746635] vgaarb: bridge control possible 0000:00:02.0 [ 0.748613] SCSI subsystem initialized [ 0.750108] ACPI: bus type USB registered [ 0.751652] usbcore: registered new interface driver usbfs [ 0.753480] usbcore: registered new interface driver hub [ 0.755314] usbcore: registered new device driver usb [ 0.757273] PCI: Using ACPI for IRQ routing [ 0.759341] NetLabel: Initializing [ 0.760740] NetLabel: domain hash size = 128 [ 0.762288] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.764008] NetLabel: unlabeled traffic allowed by default [ 0.765948] Switched to clocksource kvm-clock [ 0.775810] pnp: PnP ACPI init [ 0.777123] ACPI: bus type PNP registered [ 0.779282] pnp: PnP ACPI: found 5 devices [ 0.780832] ACPI: bus type PNP unregistered [ 0.789104] NET: Registered protocol family 2 [ 0.791102] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.794132] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.796698] TCP: Hash tables configured (established 32768 bind 32768) [ 0.798867] TCP: reno registered [ 0.800221] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.802221] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804359] NET: Registered protocol family 1 [ 0.806004] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.807977] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.809882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.830139] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.850323] Unpacking initramfs... [ 1.349645] Freeing initrd memory: 37508k freed [ 1.359522] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.361665] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.365640] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.367727] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.370140] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.372183] Initialise system trusted keyring [ 1.373821] audit: initializing netlink socket (disabled) [ 1.375651] type=2000 audit(1535021815.616:1): initialized [ 1.392863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.394887] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.397813] zpool: loaded [ 1.399051] zbud: loaded [ 1.400433] VFS: Disk quotas dquot_6.5.2 [ 1.401998] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.404256] msgmni has been set to 7578 [ 1.405799] Key type big_key registered [ 1.408240] NET: Registered protocol family 38 [ 1.409888] Key type asymmetric registered [ 1.411456] Asymmetric key parser 'x509' registered [ 1.413220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.416111] io scheduler noop registered [ 1.417657] io scheduler deadline registered (default) [ 1.433210] io scheduler cfq registered [ 1.434787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.436643] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.438907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.441715] ACPI: Power Button [PWRF] [ 1.443387] GHES: HEST is not enabled! [ 1.444931] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.471414] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.473852] Non-volatile memory driver v1.3 [ 1.475396] Linux agpgart interface v0.103 [ 1.477055] crash memory driver: version 1.1 [ 1.478712] rdac: device handler registered [ 1.480338] hp_sw: device handler registered [ 1.481910] emc: device handler registered [ 1.483476] alua: device handler registered [ 1.485055] libphy: Fixed MDIO Bus: probed [ 1.486675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.488775] ehci-pci: EHCI PCI platform driver [ 1.490393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.492412] ohci-pci: OHCI PCI platform driver [ 1.494076] uhci_hcd: USB Universal Host Controller Interface driver [ 1.514251] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.516151] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.518966] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.520760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.522720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.524905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.527737] usb usb1: Product: UHCI Host Controller [ 1.529441] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.531643] usb usb1: SerialNumber: 0000:00:01.2 [ 1.533426] hub 1-0:1.0: USB hub found [ 1.534960] hub 1-0:1.0: 2 ports detected [ 1.536664] usbcore: registered new interface driver usbserial [ 1.538646] usbcore: registered new interface driver usbserial_generic [ 1.540727] usbserial: USB Serial support registered for generic [ 1.542717] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.546499] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.548232] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.550150] mousedev: PS/2 mouse device common for all mice [ 1.552402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.555729] rtc_cmos 00:00: RTC can wake from S4 [ 1.556543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.558307] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.564383] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.566516] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.568647] cpuidle: using governor menu [ 1.570240] hidraw: raw HID events driver (C) Jiri Kosina [ 1.572175] usbcore: registered new interface driver usbhid [ 1.574078] usbhid: USB HID core driver [ 1.575642] drop_monitor: Initializing network drop monitor service [ 1.577744] TCP: cubic registered [ 1.579133] Initializing XFRM netlink socket [ 1.580820] NET: Registered protocol family 10 [ 1.582740] NET: Registered protocol family 17 [ 1.584606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.586528] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.588528] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.591837] Loading compiled-in X.509 certificates [ 1.593590] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.596934] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.600724] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.604080] registered taskstats version 1 [ 1.607631] Key type trusted registered [ 1.610478] Key type encrypted registered [ 1.613324] IMA: No TPM chip found, activating TPM-bypass! [ 1.615673] rtc_cmos 00:00: setting system clock to 2018-08-23 10:56:55 UTC (1535021815) [ 1.619401] Freeing unused kernel memory: 1680k freed [ 1.625621] 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.631429] systemd[1]: Detected virtualization kvm. [ 1.633202] systemd[1]: Detected architecture x86-64. [ 1.634963] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.638331] systemd[1]: No hostname configured. [ 1.639980] systemd[1]: Set hostname to . [ 1.641808] systemd[1]: Initializing machine ID from KVM UUID. [ 1.666683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.669680] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.673693] systemd[1]: Reached target Swap. [ 1.675321] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.677812] systemd[1]: Reached target Paths. [ 1.679443] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.682121] systemd[1]: Reached target Local File Systems. [ 1.683981] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.686906] systemd[1]: Created slice Root Slice. [ 1.688621] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.691390] systemd[1]: Listening on udev Kernel Socket. [ 1.693227] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.696124] systemd[1]: Created slice System Slice. [ 1.697868] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.700625] systemd[1]: Reached target Slices. [ 1.702302] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.704897] systemd[1]: Reached target Timers. [ 1.706565] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.709310] systemd[1]: Listening on Journal Socket. [ 1.711097] systemd[1]: Starting Journal Socket. [ 1.713185] 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.718543] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.721684] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.725136] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.729625] systemd[1]: Listening on udev Control Socket. [ 1.731551] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.734465] systemd[1]: Reached target Sockets. [ 1.736725] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.739684] 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.801094] RPC: Registered named UNIX socket transport module. [ 1.803118] RPC: Registered udp transport module. [ 1.804838] RPC: Registered tcp transport module. [ 1.806566] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.839060] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.906402] FDC 0 is a S82078B [ 1.931407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.971454] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.977602] scsi host0: ata_piix [ 1.979176] vda: vda1 [ 1.979880] scsi host1: ata_piix [ 1.979918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.979919] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 2018-08-23 10:56:57,694 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-08-23 10:57:06,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 10:57:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 10:57:06,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c164fce-3318-47af-a0f2-1312f829aacb x-compute-request-id: req-6c164fce-3318-47af-a0f2-1312f829aacb Content-Encoding: gzip Content-Length: 12762 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 2004187267 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.441236] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.444148] pid_max: default: 32768 minimum: 301\n[ 0.445830] Security Framework initialized\n[ 0.447379] SELinux: Initializing.\n[ 0.449072] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.455502] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.459628] Mount-cache hash table entries: 4096\n[ 0.461623] Initializing cgroup subsys memory\n[ 0.463264] Initializing cgroup subsys devices\n[ 0.464906] Initializing cgroup subsys freezer\n[ 0.466552] Initializing cgroup subsys net_cls\n[ 0.468187] Initializing cgroup subsys blkio\n[ 0.469761] Initializing cgroup subsys perf_event\n[ 0.471448] Initializing cgroup subsys hugetlb\n[ 0.473075] Initializing cgroup subsys pids\n[ 0.474626] Initializing cgroup subsys net_prio\n[ 0.476325] CPU: Physical Processor ID: 0\n[ 0.478550] mce: CPU supports 10 MCE banks\n[ 0.480106] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.481892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.483708] tlb_flushall_shift: 6\n[ 0.485256] Freeing SMP alternatives: 28k freed\n[ 0.489543] ACPI: Core revision 20130517\n[ 0.491487] ACPI: All ACPI Tables successfully acquired\n[ 0.493551] ftrace: allocating 25812 entries in 101 pages\n[ 0.515706] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.517824] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.519942] smpboot: Max logical packages: 2\n[ 0.521819] Enabling x2apic\n[ 0.523098] Enabled x2apic\n[ 0.524637] Switched APIC routing to physical x2apic.\n[ 0.527769] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.529797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.533411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.541720] KVM setup paravirtual spinlock\n[ 0.544592] smpboot: Booting Node 0, Processors #1 OK\n[ 0.546754] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.568854] Brought up 2 CPUs\n[ 0.568862] KVM setup async PF for cpu 1\n[ 0.568865] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.573221] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.576154] devtmpfs: initialized\n[ 0.578903] EVM: security.selinux\n[ 0.580282] EVM: security.ima\n[ 0.581570] EVM: security.capability\n[ 0.583693] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.585880] pinctrl core: initialized pinctrl subsystem\n[ 0.587786] NET: Registered protocol family 16\n[ 0.589619] ACPI: bus type PCI registered\n[ 0.591141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.593285] PCI: Using configuration type 1 for base access\n[ 0.598555] ACPI: Added _OSI(Module Device)\n[ 0.600146] ACPI: Added _OSI(Processor Device)\n[ 0.601757] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.603416] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.606403] ACPI: Interpreter enabled\n[ 0.607865] ACPI: (supports S0 S5)\n[ 0.609238] ACPI: Using IOAPIC for interrupt routing\n[ 0.610961] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.616008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.617966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.620065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.622112] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.625907] acpiphp: Slot [3] registered\n[ 0.627408] acpiphp: Slot [4] registered\n[ 0.628927] acpiphp: Slot [5] registered\n[ 0.630428] acpiphp: Slot [6] registered\n[ 0.631901] acpiphp: Slot [7] registered\n[ 0.633405] acpiphp: Slot [8] registered\n[ 0.634891] acpiphp: Slot [9] registered\n[ 0.636417] acpiphp: Slot [10] registered\n[ 0.637934] acpiphp: Slot [11] registered\n[ 0.639486] acpiphp: Slot [12] registered\n[ 0.641004] acpiphp: Slot [13] registered\n[ 0.642532] acpiphp: Slot [14] registered\n[ 0.644078] acpiphp: Slot [15] registered\n[ 0.645645] acpiphp: Slot [16] registered\n[ 0.647169] acpiphp: Slot [17] registered\n[ 0.648724] acpiphp: Slot [18] registered\n[ 0.650265] acpiphp: Slot [19] registered\n[ 0.651806] acpiphp: Slot [20] registered\n[ 0.653342] acpiphp: Slot [21] registered\n[ 0.654837] acpiphp: Slot [22] registered\n[ 0.656356] acpiphp: Slot [23] registered\n[ 0.657992] acpiphp: Slot [24] registered\n[ 0.659507] acpiphp: Slot [25] registered\n[ 0.661015] acpiphp: Slot [26] registered\n[ 0.662529] acpiphp: Slot [27] registered\n[ 0.664045] acpiphp: Slot [28] registered\n[ 0.665587] acpiphp: Slot [29] registered\n[ 0.667112] acpiphp: Slot [30] registered\n[ 0.668660] acpiphp: Slot [31] registered\n[ 0.670197] PCI host bridge to bus 0000:00\n[ 0.671741] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.673571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.675679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.677791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.680617] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.683457] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.689295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.691519] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.693576] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.695762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.700254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.702987] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.727977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.731010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.733367] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.735707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.738021] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.740212] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.742442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.745400] vgaarb: loaded\n[ 0.746635] vgaarb: bridge control possible 0000:00:02.0\n[ 0.748613] SCSI subsystem initialized\n[ 0.750108] ACPI: bus type USB registered\n[ 0.751652] usbcore: registered new interface driver usbfs\n[ 0.753480] usbcore: registered new interface driver hub\n[ 0.755314] usbcore: registered new device driver usb\n[ 0.757273] PCI: Using ACPI for IRQ routing\n[ 0.759341] NetLabel: Initializing\n[ 0.760740] NetLabel: domain hash size = 128\n[ 0.762288] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.764008] NetLabel: unlabeled traffic allowed by default\n[ 0.765948] Switched to clocksource kvm-clock\n[ 0.775810] pnp: PnP ACPI init\n[ 0.777123] ACPI: bus type PNP registered\n[ 0.779282] pnp: PnP ACPI: found 5 devices\n[ 0.780832] ACPI: bus type PNP unregistered\n[ 0.789104] NET: Registered protocol family 2\n[ 0.791102] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.794132] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.796698] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.798867] TCP: reno registered\n[ 0.800221] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.802221] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804359] NET: Registered protocol family 1\n[ 0.806004] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.807977] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.809882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.830139] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.850323] Unpacking initramfs...\n[ 1.349645] Freeing initrd memory: 37508k freed\n[ 1.359522] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.361665] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.365640] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.367727] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.370140] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.372183] Initialise system trusted keyring\n[ 1.373821] audit: initializing netlink socket (disabled)\n[ 1.375651] type=2000 audit(1535021815.616:1): initialized\n[ 1.392863] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.394887] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.397813] zpool: loaded\n[ 1.399051] zbud: loaded\n[ 1.400433] VFS: Disk quotas dquot_6.5.2\n[ 1.401998] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.404256] msgmni has been set to 7578\n[ 1.405799] Key type big_key registered\n[ 1.408240] NET: Registered protocol family 38\n[ 1.409888] Key type asymmetric registered\n[ 1.411456] Asymmetric key parser 'x509' registered\n[ 1.413220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.416111] io scheduler noop registered\n[ 1.417657] io scheduler deadline registered (default)\n[ 1.433210] io scheduler cfq registered\n[ 1.434787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.436643] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.438907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.441715] ACPI: Power Button [PWRF]\n[ 1.443387] GHES: HEST is not enabled!\n[ 1.444931] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.471414] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.473852] Non-volatile memory driver v1.3\n[ 1.475396] Linux agpgart interface v0.103\n[ 1.477055] crash memory driver: version 1.1\n[ 1.478712] rdac: device handler registered\n[ 1.480338] hp_sw: device handler registered\n[ 1.481910] emc: device handler registered\n[ 1.483476] alua: device handler registered\n[ 1.485055] libphy: Fixed MDIO Bus: probed\n[ 1.486675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.488775] ehci-pci: EHCI PCI platform driver\n[ 1.490393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.492412] ohci-pci: OHCI PCI platform driver\n[ 1.494076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.514251] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.516151] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.518966] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.520760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.522720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.524905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.527737] usb usb1: Product: UHCI Host Controller\n[ 1.529441] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.531643] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.533426] hub 1-0:1.0: USB hub found\n[ 1.534960] hub 1-0:1.0: 2 ports detected\n[ 1.536664] usbcore: registered new interface driver usbserial\n[ 1.538646] usbcore: registered new interface driver usbserial_generic\n[ 1.540727] usbserial: USB Serial support registered for generic\n[ 1.542717] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.546499] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.548232] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.550150] mousedev: PS/2 mouse device common for all mice\n[ 1.552402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.555729] rtc_cmos 00:00: RTC can wake from S4\n[ 1.556543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.558307] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.564383] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.566516] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.568647] cpuidle: using governor menu\n[ 1.570240] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.572175] usbcore: registered new interface driver usbhid\n[ 1.574078] usbhid: USB HID core driver\n[ 1.575642] drop_monitor: Initializing network drop monitor service\n[ 1.577744] TCP: cubic registered\n[ 1.579133] Initializing XFRM netlink socket\n[ 1.580820] NET: Registered protocol family 10\n[ 1.582740] NET: Registered protocol family 17\n[ 1.584606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.586528] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.588528] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.591837] Loading compiled-in X.509 certificates\n[ 1.593590] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.596934] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.600724] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.604080] registered taskstats version 1\n[ 1.607631] Key type trusted registered\n[ 1.610478] Key type encrypted registered\n[ 1.613324] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.615673] rtc_cmos 00:00: setting system clock to 2018-08-23 10:56:55 UTC (1535021815)\n[ 1.619401] Freeing unused kernel memory: 1680k freed\n[ 1.625621] 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.631429] systemd[1]: Detected virtualization kvm.\n[ 1.633202] systemd[1]: Detected architecture x86-64.\n[ 1.634963] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.638331] systemd[1]: No hostname configured.\n[ 1.639980] systemd[1]: Set hostname to .\n[ 1.641808] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.666683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.669680] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.673693] systemd[1]: Reached target Swap.\n[ 1.675321] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.677812] systemd[1]: Reached target Paths.\n[ 1.679443] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.682121] systemd[1]: Reached target Local File Systems.\n[ 1.683981] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.686906] systemd[1]: Created slice Root Slice.\n[ 1.688621] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.691390] systemd[1]: Listening on udev Kernel Socket.\n[ 1.693227] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.696124] systemd[1]: Created slice System Slice.\n[ 1.697868] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.700625] systemd[1]: Reached target Slices.\n[ 1.702302] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Timers.\n[ 1.704897] systemd[1]: Reached target Timers.\n[ 1.706565] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.709310] systemd[1]: Listening on Journal Socket.\n[ 1.711097] systemd[1]: Starting Journal Socket.\n[ 1.713185] 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.718543] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.721684] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.725136] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.729625] systemd[1]: Listening on udev Control Socket.\n[ 1.731551] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.734465] systemd[1]: Reached target Sockets.\n[ 1.736725] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.739684] 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.801094] RPC: Registered named UNIX socket transport module.\n[ 1.803118] RPC: Registered udp transport module.\n[ 1.804838] RPC: Registered tcp transport module.\n[ 1.806566] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.839060] usb 1-1: new full-speed USB device number 2 using uhci_hcd\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] Started udev Coldplug all Devices.\n[[32m OK [0m] Mounted Configuration File System.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.906402] FDC 0 is a S82078B\n[ 1.931407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.971454] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.977602] scsi host0: ata_piix\n[ 1.979176] vda: vda1\n[ 1.979880] scsi host1: ata_piix\n[ 1.979918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.979919] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.998735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.001002] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.003345] usb 1-1: Product: QEMU USB Tablet\n[ 2.005023] usb 1-1: Manufacturer: QEMU\n[ 2.006591] usb 1-1: SerialNumber: 42\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[ 2.018941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.022465] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\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[ 2.153810] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.156762] XFS (vda1): Mounting V4 Filesystem\n[ 2.241507] 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.368020] tsc: Refined TSC clocksource calibration: 3491.872 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 Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\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 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 target Paths.\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.479100] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).\n[ 2.705263] SELinux: Disabled at runtime.\n[ 2.743992] type=1404 audit(1535021816.628:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.803103] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.805096] 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 NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 3.113333] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[ 3.190742] systemd-journald[384]: Received request to flush runtime journal from PID 1\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 Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.351553] type=1305 audit(1535021817.235:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.[ 3.511087] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[ 3.521281] [drm] Initialized drm 1.1.0 20060810\n[ 3.526004] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.574688] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.574689] [TTM] Initializing pool allocator\n[ 3.574691] [TTM] Initializing DMA pool allocator\n[ 3.574943] [drm] fb mappable at 0xFC000000\n[ 3.574943] [drm] vram aper at 0xFC000000\n[ 3.574944] [drm] size 33554432\n[ 3.574944] [drm] fb depth is 24\n[ 3.574944] [drm] pitch is 3072\n[ 3.594013] ppdev: user-space parallel port driver\n[ 3.615821] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.640093] Console: switching to colour frame buffer device 128x48\n[ 3.655831] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.663964] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Reached target Timers.\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.731142] AES CTR mode by8 optimization enabled\n[ 3.737742] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.743497] alg: No test for crc32 (crc32-pclmul)\n[ 3.762137] intel_rapl: no valid rapl domains found in package 0\n[ 3.768304] intel_rapl: no valid rapl domains found in package 0\n[ 3.770797] intel_powerclamp: No package C-state available\n[ 3.777980] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 4.195245] cloud-init[526]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:56:58 +0000. Up 4.16 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 Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.245099] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:57:00 +0000. Up 6.14 seconds.\n[ 6.298910] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.306308] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.308317] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.311134] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.313201] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.326346] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:d4:58:25 |\n[ 6.340364] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.342320] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.344445] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.346572] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.348749] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.351723] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.353900] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.356020] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.358083] cloud-init[804]: 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.369389] cloud-init[2414]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 23 Aug 2018 10:57:04 +0000. Up 10.23 seconds.\n[ 10.757630] cloud-init[2546]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 23 Aug 2018 10:57:05 +0000. Up 10.71 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 | ff:75:1c:18:2d:4c:cc:9e:96:ea:14:a0:4b:7b:ac:dc | - | 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.825897] cloud-init[2546]: Cloud-init v. 0.7.5 finished at Thu, 23 Aug 2018 10:57:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.82 seconds\n"} 2018-08-23 10:57:06,784 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action used request id req-6c164fce-3318-47af-a0f2-1312f829aacb 2018-08-23 10:57:06,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0802581310272s 2018-08-23 10:57:06,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be/action used request id req-6c164fce-3318-47af-a0f2-1312f829aacb 2018-08-23 10:57:06,786 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 2004187267 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.441236] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.444148] pid_max: default: 32768 minimum: 301 [ 0.445830] Security Framework initialized [ 0.447379] SELinux: Initializing. [ 0.449072] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.455502] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.459628] Mount-cache hash table entries: 4096 [ 0.461623] Initializing cgroup subsys memory [ 0.463264] Initializing cgroup subsys devices [ 0.464906] Initializing cgroup subsys freezer [ 0.466552] Initializing cgroup subsys net_cls [ 0.468187] Initializing cgroup subsys blkio [ 0.469761] Initializing cgroup subsys perf_event [ 0.471448] Initializing cgroup subsys hugetlb [ 0.473075] Initializing cgroup subsys pids [ 0.474626] Initializing cgroup subsys net_prio [ 0.476325] CPU: Physical Processor ID: 0 [ 0.478550] mce: CPU supports 10 MCE banks [ 0.480106] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.481892] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.483708] tlb_flushall_shift: 6 [ 0.485256] Freeing SMP alternatives: 28k freed [ 0.489543] ACPI: Core revision 20130517 [ 0.491487] ACPI: All ACPI Tables successfully acquired [ 0.493551] ftrace: allocating 25812 entries in 101 pages [ 0.515706] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.517824] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.519942] smpboot: Max logical packages: 2 [ 0.521819] Enabling x2apic [ 0.523098] Enabled x2apic [ 0.524637] Switched APIC routing to physical x2apic. [ 0.527769] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.529797] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.533411] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.541720] KVM setup paravirtual spinlock [ 0.544592] smpboot: Booting Node 0, Processors #1 OK [ 0.546754] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.568854] Brought up 2 CPUs [ 0.568862] KVM setup async PF for cpu 1 [ 0.568865] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.573221] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.576154] devtmpfs: initialized [ 0.578903] EVM: security.selinux [ 0.580282] EVM: security.ima [ 0.581570] EVM: security.capability [ 0.583693] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.585880] pinctrl core: initialized pinctrl subsystem [ 0.587786] NET: Registered protocol family 16 [ 0.589619] ACPI: bus type PCI registered [ 0.591141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.593285] PCI: Using configuration type 1 for base access [ 0.598555] ACPI: Added _OSI(Module Device) [ 0.600146] ACPI: Added _OSI(Processor Device) [ 0.601757] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.603416] ACPI: Added _OSI(Processor Aggregator Device) [ 0.606403] ACPI: Interpreter enabled [ 0.607865] ACPI: (supports S0 S5) [ 0.609238] ACPI: Using IOAPIC for interrupt routing [ 0.610961] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.616008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.617966] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.620065] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.622112] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.625907] acpiphp: Slot [3] registered [ 0.627408] acpiphp: Slot [4] registered [ 0.628927] acpiphp: Slot [5] registered [ 0.630428] acpiphp: Slot [6] registered [ 0.631901] acpiphp: Slot [7] registered [ 0.633405] acpiphp: Slot [8] registered [ 0.634891] acpiphp: Slot [9] registered [ 0.636417] acpiphp: Slot [10] registered [ 0.637934] acpiphp: Slot [11] registered [ 0.639486] acpiphp: Slot [12] registered [ 0.641004] acpiphp: Slot [13] registered [ 0.642532] acpiphp: Slot [14] registered [ 0.644078] acpiphp: Slot [15] registered [ 0.645645] acpiphp: Slot [16] registered [ 0.647169] acpiphp: Slot [17] registered [ 0.648724] acpiphp: Slot [18] registered [ 0.650265] acpiphp: Slot [19] registered [ 0.651806] acpiphp: Slot [20] registered [ 0.653342] acpiphp: Slot [21] registered [ 0.654837] acpiphp: Slot [22] registered [ 0.656356] acpiphp: Slot [23] registered [ 0.657992] acpiphp: Slot [24] registered [ 0.659507] acpiphp: Slot [25] registered [ 0.661015] acpiphp: Slot [26] registered [ 0.662529] acpiphp: Slot [27] registered [ 0.664045] acpiphp: Slot [28] registered [ 0.665587] acpiphp: Slot [29] registered [ 0.667112] acpiphp: Slot [30] registered [ 0.668660] acpiphp: Slot [31] registered [ 0.670197] PCI host bridge to bus 0000:00 [ 0.671741] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.673571] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.675679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.677791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680617] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.683457] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.689295] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.691519] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.693576] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.695762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.700254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.702987] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.727977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.731010] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.733367] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.735707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.738021] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.740212] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.742442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.745400] vgaarb: loaded [ 0.746635] vgaarb: bridge control possible 0000:00:02.0 [ 0.748613] SCSI subsystem initialized [ 0.750108] ACPI: bus type USB registered [ 0.751652] usbcore: registered new interface driver usbfs [ 0.753480] usbcore: registered new interface driver hub [ 0.755314] usbcore: registered new device driver usb [ 0.757273] PCI: Using ACPI for IRQ routing [ 0.759341] NetLabel: Initializing [ 0.760740] NetLabel: domain hash size = 128 [ 0.762288] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.764008] NetLabel: unlabeled traffic allowed by default [ 0.765948] Switched to clocksource kvm-clock [ 0.775810] pnp: PnP ACPI init [ 0.777123] ACPI: bus type PNP registered [ 0.779282] pnp: PnP ACPI: found 5 devices [ 0.780832] ACPI: bus type PNP unregistered [ 0.789104] NET: Registered protocol family 2 [ 0.791102] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.794132] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.796698] TCP: Hash tables configured (established 32768 bind 32768) [ 0.798867] TCP: reno registered [ 0.800221] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.802221] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804359] NET: Registered protocol family 1 [ 0.806004] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.807977] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.809882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.830139] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.850323] Unpacking initramfs... [ 1.349645] Freeing initrd memory: 37508k freed [ 1.359522] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.361665] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.365640] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.367727] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.370140] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.372183] Initialise system trusted keyring [ 1.373821] audit: initializing netlink socket (disabled) [ 1.375651] type=2000 audit(1535021815.616:1): initialized [ 1.392863] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.394887] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.397813] zpool: loaded [ 1.399051] zbud: loaded [ 1.400433] VFS: Disk quotas dquot_6.5.2 [ 1.401998] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.404256] msgmni has been set to 7578 [ 1.405799] Key type big_key registered [ 1.408240] NET: Registered protocol family 38 [ 1.409888] Key type asymmetric registered [ 1.411456] Asymmetric key parser 'x509' registered [ 1.413220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.416111] io scheduler noop registered [ 1.417657] io scheduler deadline registered (default) [ 1.433210] io scheduler cfq registered [ 1.434787] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.436643] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.438907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.441715] ACPI: Power Button [PWRF] [ 1.443387] GHES: HEST is not enabled! [ 1.444931] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.471414] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.473852] Non-volatile memory driver v1.3 [ 1.475396] Linux agpgart interface v0.103 [ 1.477055] crash memory driver: version 1.1 [ 1.478712] rdac: device handler registered [ 1.480338] hp_sw: device handler registered [ 1.481910] emc: device handler registered [ 1.483476] alua: device handler registered [ 1.485055] libphy: Fixed MDIO Bus: probed [ 1.486675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.488775] ehci-pci: EHCI PCI platform driver [ 1.490393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.492412] ohci-pci: OHCI PCI platform driver [ 1.494076] uhci_hcd: USB Universal Host Controller Interface driver [ 1.514251] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.516151] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.518966] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.520760] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.522720] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.524905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.527737] usb usb1: Product: UHCI Host Controller [ 1.529441] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.531643] usb usb1: SerialNumber: 0000:00:01.2 [ 1.533426] hub 1-0:1.0: USB hub found [ 1.534960] hub 1-0:1.0: 2 ports detected [ 1.536664] usbcore: registered new interface driver usbserial [ 1.538646] usbcore: registered new interface driver usbserial_generic [ 1.540727] usbserial: USB Serial support registered for generic [ 1.542717] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.546499] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.548232] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.550150] mousedev: PS/2 mouse device common for all mice [ 1.552402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.555729] rtc_cmos 00:00: RTC can wake from S4 [ 1.556543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.558307] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.564383] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.566516] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.568647] cpuidle: using governor menu [ 1.570240] hidraw: raw HID events driver (C) Jiri Kosina [ 1.572175] usbcore: registered new interface driver usbhid [ 1.574078] usbhid: USB HID core driver [ 1.575642] drop_monitor: Initializing network drop monitor service [ 1.577744] TCP: cubic registered [ 1.579133] Initializing XFRM netlink socket [ 1.580820] NET: Registered protocol family 10 [ 1.582740] NET: Registered protocol family 17 [ 1.584606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.586528] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.588528] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.591837] Loading compiled-in X.509 certificates [ 1.593590] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.596934] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.600724] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.604080] registered taskstats version 1 [ 1.607631] Key type trusted registered [ 1.610478] Key type encrypted registered [ 1.613324] IMA: No TPM chip found, activating TPM-bypass! [ 1.615673] rtc_cmos 00:00: setting system clock to 2018-08-23 10:56:55 UTC (1535021815) [ 1.619401] Freeing unused kernel memory: 1680k freed [ 1.625621] 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.631429] systemd[1]: Detected virtualization kvm. [ 1.633202] systemd[1]: Detected architecture x86-64. [ 1.634963] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.638331] systemd[1]: No hostname configured. [ 1.639980] systemd[1]: Set hostname to . [ 1.641808] systemd[1]: Initializing machine ID from KVM UUID. [ 1.666683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.669680] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.673693] systemd[1]: Reached target Swap. [ 1.675321] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.677812] systemd[1]: Reached target Paths. [ 1.679443] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.682121] systemd[1]: Reached target Local File Systems. [ 1.683981] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.686906] systemd[1]: Created slice Root Slice. [ 1.688621] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.691390] systemd[1]: Listening on udev Kernel Socket. [ 1.693227] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.696124] systemd[1]: Created slice System Slice. [ 1.697868] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.700625] systemd[1]: Reached target Slices. [ 1.702302] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Timers. [ 1.704897] systemd[1]: Reached target Timers. [ 1.706565] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.709310] systemd[1]: Listening on Journal Socket. [ 1.711097] systemd[1]: Starting Journal Socket. [ 1.713185] 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.718543] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.721684] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.725136] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.729625] systemd[1]: Listening on udev Control Socket. [ 1.731551] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.734465] systemd[1]: Reached target Sockets. [ 1.736725] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.739684] 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.801094] RPC: Registered named UNIX socket transport module. [ 1.803118] RPC: Registered udp transport module. [ 1.804838] RPC: Registered tcp transport module. [ 1.806566] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.839060] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[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] Started udev Coldplug all Devices. [[32m OK [0m] Mounted Configuration File System. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.906402] FDC 0 is a S82078B [ 1.931407] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.971454] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.977602] scsi host0: ata_piix [ 1.979176] vda: vda1 [ 1.979880] scsi host1: ata_piix [ 1.979918] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.979919] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.998735] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 2.001002] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 2.003345] usb 1-1: Product: QEMU USB Tablet [ 2.005023] usb 1-1: Manufacturer: QEMU [ 2.006591] usb 1-1: SerialNumber: 42 [[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... [ 2.018941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.022465] 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 File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [[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. [ 2.153810] SGI XFS with ACLs, security attributes, no debug enabled [ 2.156762] XFS (vda1): Mounting V4 Filesystem [ 2.241507] 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.368020] tsc: Refined TSC clocksource calibration: 3491.872 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 Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[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 target Paths. [[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.479100] systemd-journald[107]: Received SIGTERM from PID 1 (systemd). [ 2.705263] SELinux: Disabled at runtime. [ 2.743992] type=1404 audit(1535021816.628:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.803103] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.805096] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Initrd Root File System. Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... Starting Apply Kernel Variables... [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[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. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 3.113333] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [ 3.190742] systemd-journald[384]: Received request to flush runtime journal from PID 1 Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.351553] type=1305 audit(1535021817.235:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths.[ 3.511087] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Listening on RPCbind Server Activation Socket. [ 3.521281] [drm] Initialized drm 1.1.0 20060810 [ 3.526004] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.574688] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.574689] [TTM] Initializing pool allocator [ 3.574691] [TTM] Initializing DMA pool allocator [ 3.574943] [drm] fb mappable at 0xFC000000 [ 3.574943] [drm] vram aper at 0xFC000000 [ 3.574944] [drm] size 33554432 [ 3.574944] [drm] fb depth is 24 [ 3.574944] [drm] pitch is 3072 [ 3.594013] ppdev: user-space parallel port driver [ 3.615821] fbcon: cirrusdrmfb (fb0) is primary device [ 3.640093] Console: switching to colour frame buffer device 128x48 [ 3.655831] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.663964] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.731142] AES CTR mode by8 optimization enabled [ 3.737742] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.743497] alg: No test for crc32 (crc32-pclmul) [ 3.762137] intel_rapl: no valid rapl domains found in package 0 [ 3.768304] intel_rapl: no valid rapl domains found in package 0 [ 3.770797] intel_powerclamp: No package C-state available [ 3.777980] intel_powerclamp: No package C-state available[[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 4.195245] cloud-init[526]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 10:56:58 +0000. Up 4.16 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 Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.245099] cloud-init[804]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 10:57:00 +0000. Up 6.14 seconds. [ 6.298910] cloud-init[804]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.306308] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.308317] cloud-init[804]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.311134] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.313201] cloud-init[804]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.326346] cloud-init[804]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:d4:58:25 | [ 6.340364] cloud-init[804]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.342320] cloud-init[804]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.344445] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.346572] cloud-init[804]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.348749] cloud-init[804]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.351723] cloud-init[804]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.353900] cloud-init[804]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.356020] cloud-init[804]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.358083] cloud-init[804]: 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.369389] cloud-init[2414]: Cloud-init v. 0.7.5 running 'modules:config' at Thu, 23 Aug 2018 10:57:04 +0000. Up 10.23 seconds. [ 10.757630] cloud-init[2546]: Cloud-init v. 0.7.5 running 'modules:final' at Thu, 23 Aug 2018 10:57:05 +0000. Up 10.71 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 | ff:75:1c:18:2d:4c:cc:9e:96:ea:14:a0:4b:7b:ac:dc | - | 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.825897] cloud-init[2546]: Cloud-init v. 0.7.5 finished at Thu, 23 Aug 2018 10:57:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.82 seconds 2018-08-23 10:57:06,789 - paramiko.transport - DEBUG - starting thread (client mode): 0xef92fb90L 2018-08-23 10:57:06,790 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 10:57:06,797 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 10:57:06,797 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 10:57:06,814 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 10:57:06,814 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 10:57:06,814 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 10:57:06,814 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 10:57:06,815 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 10:57:06,815 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 10:57:06,820 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 10:57:06,820 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 10:57:06,821 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-23 10:57:06,822 - paramiko.transport - DEBUG - Trying discovered key ff751c182d4ccc9e96ea14a04b7bacdc in /tmp/tmpInnUwo 2018-08-23 10:57:06,861 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 10:57:06,882 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 10:57:06,886 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-23 10:57:06,886 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-23 10:57:06,887 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-23 10:57:06,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-23 10:57:07,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:07,156 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1695, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 906, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 860, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 816, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 925, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 10:57:07,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:07,157 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:06 GMT 2018-08-23 10:57:07,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:07,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-23 10:57:07,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:07,157 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 809, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1695, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 906, 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': 860, 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': 816, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 925, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-23 10:57:07,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-23 10:57:07,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:07,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:07,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:07,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 1695, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 906, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 860, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 816, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 925, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:06 GMT 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-23 10:57:07,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:07,306 - functest.core.cloudify - INFO - The current manager status is running 2018-08-23 10:57:07,306 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-23 10:57:07,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-23 10:57:07,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:06.559Z", "updated_at": "2018-08-23T10:57:06.559Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:06 GMT 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:07,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-23 10:57:07,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:07,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:07,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:07,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:07,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:06.559Z", "updated_at": "2018-08-23T10:57:06.559Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:06 GMT 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-23 10:57:07,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:07,446 - functest.core.cloudify - DEBUG - List secrets: 2018-08-23 10:57:07,446 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/secrets/foo 2018-08-23 10:57:07,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:06.559Z", "updated_at": "2018-08-23T10:57:06.559Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:07,503 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:06 GMT 2018-08-23 10:57:07,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:07,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 10:57:07,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:07,504 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-23 10:57:07,504 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-23 10:57:07,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 10:57:07,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:57:07,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc772c43-a10e-4905-a1db-e4c465964733 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103"}, "tags": [], "enabled": true, "id": "d6971c5176444e3889fa955a125cc103", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:57:07,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cc772c43-a10e-4905-a1db-e4c465964733 2018-08-23 10:57:07,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181700944901s 2018-08-23 10:57:07,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cc772c43-a10e-4905-a1db-e4c465964733 2018-08-23 10:57:07,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-23 10:57:07,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/d6971c5176444e3889fa955a125cc103.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-23 10:57:08,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-ae33e824-123d-4ecf-aea8-7a281999779c Date: Thu, 23 Aug 2018 10:57:08 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-23 10:57:08,059 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/d6971c5176444e3889fa955a125cc103.json used request id req-ae33e824-123d-4ecf-aea8-7a281999779c 2018-08-23 10:57:08,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.36540389061s 2018-08-23 10:57:08,059 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/d6971c5176444e3889fa955a125cc103.json used request id req-ae33e824-123d-4ecf-aea8-7a281999779c 2018-08-23 10:57:08,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-23 10:57:08,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 10:57:08,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 10:57:08,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-304a9147-8e33-4616-b079-cf87ad2fba7c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 10:57:08,071 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-304a9147-8e33-4616-b079-cf87ad2fba7c 2018-08-23 10:57:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:57:08,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a756cbac-7364-4b07-97e7-83d22f19ab2d Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 10:57:08,258 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-a756cbac-7364-4b07-97e7-83d22f19ab2d 2018-08-23 10:57:08,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.195783853531s 2018-08-23 10:57:08,259 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-a756cbac-7364-4b07-97e7-83d22f19ab2d 2018-08-23 10:57:08,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 10:57:08,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 10:57:08,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f17e0de-3d7e-475b-8b6f-b3cf19c6b7bc Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 10:57:08,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-6f17e0de-3d7e-475b-8b6f-b3cf19c6b7bc 2018-08-23 10:57:08,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.184113025665s 2018-08-23 10:57:08,453 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-6f17e0de-3d7e-475b-8b6f-b3cf19c6b7bc 2018-08-23 10:57:08,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '10d3ee90-4e75-4b0f-9590-5ed28390528c', 'keystone_tenant_name': u'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.21:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf', 'project_domain_name': 'Default'} 2018-08-23 10:57:08,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-23 10:57:08,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:08,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:07 GMT 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-23 10:57:08,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:08,619 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "10d3ee90-4e75-4b0f-9590-5ed28390528c"} 2018-08-23 10:57:08,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:07.910Z", "updated_at": "2018-08-23T10:57:07.910Z", "created_by": "admin", "private_resource": false, "value": "10d3ee90-4e75-4b0f-9590-5ed28390528c", "key": "keystone_password"} 2018-08-23 10:57:08,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:08,744 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:07 GMT 2018-08-23 10:57:08,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:08,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-23 10:57:08,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:08,744 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"} 2018-08-23 10:57:08,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:08,929 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:08,929 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:08,929 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.071Z", "updated_at": "2018-08-23T10:57:08.071Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf", "key": "keystone_tenant_name"} 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-23 10:57:08,930 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:08,931 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:09,019 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.201Z", "updated_at": "2018-08-23T10:57:08.201Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:09,020 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.21:5000"} 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:09,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.278Z", "updated_at": "2018-08-23T10:57:08.278Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.21:5000", "key": "keystone_url"} 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-23 10:57:09,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:09,114 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-23 10:57:09,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:09,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:09,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:09,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:09,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.417Z", "updated_at": "2018-08-23T10:57:08.417Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-23 10:57:09,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:09,263 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf"} 2018-08-23 10:57:09,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:09,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:09,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:09,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.564Z", "updated_at": "2018-08-23T10:57:08.564Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "key": "keystone_username"} 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:09,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:09,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-23 10:57:09,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:09,388 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:09,461 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:08.645Z", "updated_at": "2018-08-23T10:57:08.645Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:08 GMT 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-23 10:57:09,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:09,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-23 10:57:09,463 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 10:57:09,464 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-23 10:57:09,464 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 10:57:09,470 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 10:57:09,587 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 10:57:09,588 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-23 10:57:09,606 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 10:57:09,607 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-23 10:57:09,607 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-23 10:57:09,644 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-23 10:57:52,334 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-23 10:57:52,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: repos.forethought.net * extras: repos.forethought.net * updates: centos.host-engine.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 3.8 MB/s | 54 MB 00:14 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-08-23 10:57:52,335 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-23 10:57:52,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-08-23 10:57:52,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 10:57:52,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:57:52,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-92c19e96-9625-4e82-ab86-cad7350974ae Date: Thu, 23 Aug 2018 10:57:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:53:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 1, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "57d5305f-e838-4df3-a0c2-2957cf763cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-23T10:54:44Z", "revision_number": 0, "id": "90d063aa-0ee0-438c-8e60-12dee9108546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T10:54:44Z", "revision_number": 0, "id": "f425249f-4cf3-4c7c-a025-f8d2d7c25f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 7, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 10:57:52,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-92c19e96-9625-4e82-ab86-cad7350974ae 2018-08-23 10:57:52,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.273345947266s 2018-08-23 10:57:52,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-92c19e96-9625-4e82-ab86-cad7350974ae 2018-08-23 10:57:52,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 10:57:52,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -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": "3d341ffa-daa9-42b0-8f74-3080bc2eef84"}}' 2018-08-23 10:57:52,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a1321720-9e22-47cd-bb69-29ecee480117 Date: Thu, 23 Aug 2018 10:57:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T10:57:52Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "port_range_min": 22, "revision_number": 0, "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:57:52Z", "project_id": "d6971c5176444e3889fa955a125cc103", "id": "ea76430e-b026-4cdf-9499-b57f5d1236db"}} 2018-08-23 10:57:52,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a1321720-9e22-47cd-bb69-29ecee480117 2018-08-23 10:57:52,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.258713006973s 2018-08-23 10:57:52,875 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a1321720-9e22-47cd-bb69-29ecee480117 2018-08-23 10:57:52,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-23 10:57:52,973 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-23 10:57:55,641 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-23T10:57:55.578Z", "updated_at": "2018-08-23T10:57:55.578Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"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"}, "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"}}}}, "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": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "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": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-23 10:57:55,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:57:55,643 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:57:55 GMT 2018-08-23 10:57:55,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:57:55,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-23 10:57:55,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:57:55,654 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-23 10:57:57,032 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-23 10:57:57,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:57:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:57:57,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-590661e5-9403-49e7-b1f1-b0c50f67f98c Date: Thu, 23 Aug 2018 10:57:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:54:41Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": 4373348352, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:57:57,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-590661e5-9403-49e7-b1f1-b0c50f67f98c 2018-08-23 10:57:57,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.695505857468s 2018-08-23 10:57:57,729 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-590661e5-9403-49e7-b1f1-b0c50f67f98c 2018-08-23 10:57:57,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 10:57:57,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf"}' 2018-08-23 10:57:57,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98c200e8-6c11-4073-96a0-b2cfebafd1e8 Date: Thu, 23 Aug 2018 10:57:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:57:57Z", "file": "/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "size": null, "self": "/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": null, "created_at": "2018-08-23T10:57:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 10:57:57,793 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-98c200e8-6c11-4073-96a0-b2cfebafd1e8 2018-08-23 10:57:57,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.054661989212s 2018-08-23 10:57:57,794 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-98c200e8-6c11-4073-96a0-b2cfebafd1e8 returning object 13900a3a-25ff-4a02-aec9-3f995d3c0ffc 2018-08-23 10:57:57,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 10:57:57,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '' 2018-08-23 10:58:02,011 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be764c3b-d33c-4113-8466-52c400bec4e7 Date: Thu, 23 Aug 2018 10:58:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 10:58:02,012 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file used request id req-be764c3b-d33c-4113-8466-52c400bec4e7 2018-08-23 10:58:02,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.21724081039s 2018-08-23 10:58:02,012 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file used request id req-be764c3b-d33c-4113-8466-52c400bec4e7 2018-08-23 10:58:02,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 10:58:02,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 10:58:02,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-f8b81ecb-e445-48ac-a3d9-07a116aba330 Date: Thu, 23 Aug 2018 10:58:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:58:01Z", "file": "/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "size": 263193088, "self": "/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T10:57:57Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:54:41Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": 4373348352, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 10:58:02,063 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f8b81ecb-e445-48ac-a3d9-07a116aba330 2018-08-23 10:58:02,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0493769645691s 2018-08-23 10:58:02,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f8b81ecb-e445-48ac-a3d9-07a116aba330 2018-08-23 10:58:02,066 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/file', 'owner': u'd6971c5176444e3889fa955a125cc103', 'id': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'size': 263193088, u'self': u'/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd6971c5176444e3889fa955a125cc103', 'name': 'cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T10:58:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T10:58:01Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf', 'created': u'2018-08-23T10:57:57Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-23T10:57:57Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_69982e87-579e-481c-ba09-3f89ced41fdf', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-23 10:58:02,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 10:58:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-23 10:58:02,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:58:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1baa55c3-d158-45fe-952a-9f571798c89d x-compute-request-id: req-1baa55c3-d158-45fe-952a-9f571798c89d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b"}} 2018-08-23 10:58:02,117 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1baa55c3-d158-45fe-952a-9f571798c89d 2018-08-23 10:58:02,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0494339466095s 2018-08-23 10:58:02,117 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1baa55c3-d158-45fe-952a-9f571798c89d 2018-08-23 10:58:02,117 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_69982e87-579e-481c-ba09-3f89ced41fdf', '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'75a5557001334edf9fd80cd1c711e2ec', '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'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b', 'swap': 0}) 2018-08-23 10:58:02,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 10:58:02,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" -d '{"extra_specs": {}}' 2018-08-23 10:58:02,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 10:58:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f592f229-2b33-4efb-94ee-72ef702cdfeb x-compute-request-id: req-f592f229-2b33-4efb-94ee-72ef702cdfeb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 10:58:02,136 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b/os-extra_specs used request id req-f592f229-2b33-4efb-94ee-72ef702cdfeb 2018-08-23 10:58:02,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0183629989624s 2018-08-23 10:58:02,136 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b/os-extra_specs used request id req-f592f229-2b33-4efb-94ee-72ef702cdfeb 2018-08-23 10:58:02,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-23 10:58:02,136 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "bono_cluster_size": 1, "flavor_id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-23 10:58:03,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:03,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "bono_cluster_size": 1, "flavor_id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "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"}, "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"}, "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:02.261Z", "updated_at": "2018-08-23T10:58:02.261Z", "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "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": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:03,328 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:03 GMT 2018-08-23 10:58:03,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:03,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-23 10:58:03,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:03,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-08-23 10:58:03,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:03,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:03,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:03,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:03,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:03,401 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:03 GMT 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-23 10:58:03,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:03,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:03,468 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:03,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:03 GMT 2018-08-23 10:58:03,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:03,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-23 10:58:03,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:03,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:03,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:03,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:03,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:03,528 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:03 GMT 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:03,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:08,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:08,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.147Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.560Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.679Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.725Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.725Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:04.725Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:04.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:05.689Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:05.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:05.689Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:05.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:05.689Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:05.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:06.696Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpOnFlAJ --prefix=\"/tmp/openstack-QOkWh3\" --constraint=\"/tmp/openstack-QOkWh3/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:06.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:06.696Z", "message": "Installing from directory: /tmp/tmpOnFlAJ [args=--prefix=\"/tmp/openstack-QOkWh3\" --constraint=\"/tmp/openstack-QOkWh3/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:06.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:08 GMT 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-08-23 10:58:08,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 10:58:08,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-23 10:58:08,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-23 10:58:08,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 10:58:08,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpOnFlAJ --prefix="/tmp/openstack-QOkWh3" --constraint="/tmp/openstack-QOkWh3/constraint.txt" 2018-08-23 10:58:08,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpOnFlAJ [args=--prefix="/tmp/openstack-QOkWh3" --constraint="/tmp/openstack-QOkWh3/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-23 10:58:08,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:08,702 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:08,702 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:08,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:08,703 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:08 GMT 2018-08-23 10:58:08,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:08,703 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:08,703 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:13,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:13,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-23 10:58:13,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:13,774 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:13 GMT 2018-08-23 10:58:13,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:13,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-23 10:58:13,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:13,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:13,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:13,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:13,832 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:13 GMT 2018-08-23 10:58:13,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:13,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:13,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:18,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:18,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:18,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:18,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:18 GMT 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-23 10:58:18,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:18,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:18,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:18,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:18,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:18,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:18,961 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:18 GMT 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:18,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:23,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:24,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:24,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:24,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:24,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:24 GMT 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-23 10:58:24,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:24,142 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:24,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:24,248 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:24,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:24,249 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:24 GMT 2018-08-23 10:58:24,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:24,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:24,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:29,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:29,544 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:29 GMT 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:29,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:29,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:29,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:29,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:29,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:29,605 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:29 GMT 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:29,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:34,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:34,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:34.423Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:34.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:34,673 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:34 GMT 2018-08-23 10:58:34,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:34,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 591 2018-08-23 10:58:34,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:34,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-23 10:58:34,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:34,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:34,749 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:34,749 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:34 GMT 2018-08-23 10:58:34,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:34,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-23 10:58:34,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:39,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:39,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:39,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:34.736Z", "message": "Removing directory: /tmp/tmpOnFlAJ", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:34.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3", "logger": "6a4fc2d2-d981-4264-9dd3-235f5945da0f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:35.303Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:35.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:35.759Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:35.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:35.759Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:35.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:35.759Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:35.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-08-23 10:58:39,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:39,838 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:39 GMT 2018-08-23 10:58:39,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:39,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2516 2018-08-23 10:58:39,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:39,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpOnFlAJ 2018-08-23 10:58:39,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 10:58:39,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-08-23 10:58:39,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-23 10:58:39,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-23 10:58:39,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/bfcc3061-0dec-4591-9b7a-d4202b483cf3 2018-08-23 10:58:39,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:39,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:39,894 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"} 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:39 GMT 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:39,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-08-23 10:58:39,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:39,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-08-23 10:58:39,895 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:40,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:40 GMT 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:58:40,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:40,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:40,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:40 GMT 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:40,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:40 GMT 2018-08-23 10:58:40,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:40,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:58:40,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:45,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:45,264 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:40.645Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:40.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:41.729Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:41.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.241Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:43.643Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:43.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "94fb2d5a-51ba-4281-a189-6fa4d94e7fb5"}, {"node_instance_id": "bind_security_group_e2reys", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.023Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "94fb2d5a-51ba-4281-a189-6fa4d94e7fb5"}, {"node_instance_id": "sprout_security_group_8rpdxr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.023Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "314a7ff2-772f-47fa-a03a-872906b30ba3"}, {"node_instance_id": "bind_security_group_e2reys", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.023Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "94fb2d5a-51ba-4281-a189-6fa4d94e7fb5"}, {"node_instance_id": "bind_security_group_e2reys", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.023Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "94fb2d5a-51ba-4281-a189-6fa4d94e7fb5"}, {"node_instance_id": "sprout_security_group_8rpdxr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.023Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "314a7ff2-772f-47fa-a03a-872906b30ba3"}, {"node_instance_id": "base_security_group_nso3ha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "base_security_group_nso3ha", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:44.271Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:44.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}, {"node_instance_id": "vellum_security_group_1flsnq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:45.036Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:45.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c8b807f7-9ddc-4e2a-8c7d-ff50cdce87fc"}], "metadata": {"pagination": {"total": 50, "offset": 0, "size": 50}}} 2018-08-23 10:58:45,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:45,265 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:45 GMT 2018-08-23 10:58:45,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:45,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28366 2018-08-23 10:58:45,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:45,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-23 10:58:45,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-23 10:58:45,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-08-23 10:58:45,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-23 10:58:45,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:58:45,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:45,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:45,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:45,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:45,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:45 GMT 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:58:45,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:50,329 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:50,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:50,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:50,498 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:50,498 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:50,498 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_yhbwnz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:46.441Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:45Z', u'updated_at': u'2018-08-23T10:58:45Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'e0b1f008-09f5-464a-8433-370a1b4a7588'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:46.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "3aaaec0e-e979-4eeb-beb5-d4a43779dc82"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:46.623Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:46.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:47.107Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:46Z', u'updated_at': u'2018-08-23T10:58:46Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'bc5a6ffc-9925-4cb6-9341-6e74adff91ac'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:47.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c67b94e7-0a9f-4343-b2b0-a5505930ec89"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:47.380Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:47.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:47.380Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:47.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:47.380Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:47.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:47.380Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:47.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "ellis_security_group_912zie", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0a7ffb8b-f58b-4bdd-b65c-60e3a69d6998"}, {"node_instance_id": "ellis_security_group_912zie", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0a7ffb8b-f58b-4bdd-b65c-60e3a69d6998"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "ellis_security_group_912zie", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0a7ffb8b-f58b-4bdd-b65c-60e3a69d6998"}, {"node_instance_id": "ellis_security_group_912zie", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0a7ffb8b-f58b-4bdd-b65c-60e3a69d6998"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "dime_security_group_5d6mkw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.145Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f0d486f5-50f6-4a45-8f9f-2558ef63c6e8"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.386Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_floatingip_yhbwnz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.386Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_floatingip_ne5jdk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:48.386Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:48.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "base_security_group_nso3ha", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.632Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:49.776Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:49.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}, {"node_instance_id": "bono_security_group_ndu7r3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.166Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "6a9776d8-4e2b-409b-bb73-778877959b40"}], "metadata": {"pagination": {"total": 93, "offset": 50, "size": 50}}} 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:50 GMT 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27482 2018-08-23 10:58:50,499 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:50,500 - 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'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:45Z', u'updated_at': u'2018-08-23T10:58:45Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'e0b1f008-09f5-464a-8433-370a1b4a7588'} 2018-08-23 10:58:50,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-23 10:58:50,501 - 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'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:46Z', u'updated_at': u'2018-08-23T10:58:46Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'bc5a6ffc-9925-4cb6-9341-6e74adff91ac'} 2018-08-23 10:58:50,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:50,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-08-23 10:58:50,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-08-23 10:58:50,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-08-23 10:58:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-23 10:58:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-08-23 10:58:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-08-23 10:58:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-08-23 10:58:50,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-08-23 10:58:50,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:58:50,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:50,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:50,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:50,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:50 GMT 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:58:50,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:55,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:55,630 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_e2reys", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.647Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.647Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_security_group_e2reys", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.647Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_security_group_8rpdxr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:50.647Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:50.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "66f21ba2-bce7-4774-8b06-e5ef467aea1f"}, {"node_instance_id": "base_security_group_nso3ha", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.204Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d12f6f98-2215-4888-b7e2-d26524a09b58"}, {"node_instance_id": "vellum_security_group_1flsnq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:51.653Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:51.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:52.670Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:52.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:53.368Z", "message": "Using external resource keypair: cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:53.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b9549f95-86de-4fd2-b271-b1f1888ec8cf"}, {"node_instance_id": "dime_security_group_5d6mkw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:53.679Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:53.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_security_group_912zie", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:53.679Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:53.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:53.679Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:53.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:53.679Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:53.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.231Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "379be59f-e242-4503-bf21-af2c2d151662"}, {"node_instance_id": "homer_security_group_0tow82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.231Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "379be59f-e242-4503-bf21-af2c2d151662"}, {"node_instance_id": "homer_security_group_0tow82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.231Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "379be59f-e242-4503-bf21-af2c2d151662"}, {"node_instance_id": "homer_security_group_0tow82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.231Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "379be59f-e242-4503-bf21-af2c2d151662"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "keypair_gcg55s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "base_security_group_nso3ha", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:54.765Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.237Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:53Z', u'updated_at': u'2018-08-23T10:58:53Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'498404ad-83e6-48a4-a5e9-705fb2405c5d'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "22387d92-732c-4ea2-ad28-4af60515b090"}], "metadata": {"pagination": {"total": 134, "offset": 93, "size": 50}}} 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:55 GMT 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24292 2018-08-23 10:58:55,631 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:58:55,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-08-23 10:58:55,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-23 10:58:55,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-23 10:58:55,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:58:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:58:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-23 10:58:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:55,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:58:55,638 - 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'd6971c5176444e3889fa955a125cc103', u'created_at': u'2018-08-23T10:58:53Z', u'updated_at': u'2018-08-23T10:58:53Z', u'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'd6971c5176444e3889fa955a125cc103', u'port_id': None, u'id': u'498404ad-83e6-48a4-a5e9-705fb2405c5d'} 2018-08-23 10:58:55,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:58:55,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:58:55,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:58:55 GMT 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:58:55,691 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:58:55,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:00,697 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:00,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_nso3ha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "base_security_group_nso3ha", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "internal_sip_security_group_zbg6oe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:55.770Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:55.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:56.572Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:56.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "df2ca7ac-daa7-4e2e-8225-174d8fa6ae1c"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_security_group_ndu7r3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_floatingip_n48wyz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.000Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:57.464Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_q1mvni'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:57.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "df2ca7ac-daa7-4e2e-8225-174d8fa6ae1c"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.142Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.483Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'84ac5106-e268-49e9-858e-9505b0e235df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'b6886245-cbd6-408e-b12e-10f1f34ebb57', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "40196bc2-8b8a-4e8f-aff3-e6d70d03a426"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:58.483Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_ahabo1'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:58.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "40196bc2-8b8a-4e8f-aff3-e6d70d03a426"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.161Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.161Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_security_group_0tow82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.161Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.161Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "df2ca7ac-daa7-4e2e-8225-174d8fa6ae1c"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_q1mvni', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "df2ca7ac-daa7-4e2e-8225-174d8fa6ae1c"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2aabc332-095a-46e4-becf-9def7b454286', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'e0b1f008-09f5-464a-8433-370a1b4a7588', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9f4eca7b-d906-4e73-b5bf-53b888da486c"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3a1add77-3d59-4a4c-9c0d-2b51dd4dda21', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1c8b44ab-64bf-4591-8223-899eb82456d8"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'662460dd-0940-4c3b-a547-300ead163763', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "2ae66073-efea-4280-bc00-dd3481c0b200"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_q1mvni', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "df2ca7ac-daa7-4e2e-8225-174d8fa6ae1c"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_gfyaar'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9f4eca7b-d906-4e73-b5bf-53b888da486c"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_5ej267'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1c8b44ab-64bf-4591-8223-899eb82456d8"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:58:59.500Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_fs1143'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:58:59.500Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "2ae66073-efea-4280-bc00-dd3481c0b200"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:00.167Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:00.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:00.167Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:00.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:00.505Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:00.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "40196bc2-8b8a-4e8f-aff3-e6d70d03a426"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:00.505Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_ahabo1', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:00.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "40196bc2-8b8a-4e8f-aff3-e6d70d03a426"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:00.505Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_ahabo1', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:00.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "40196bc2-8b8a-4e8f-aff3-e6d70d03a426"}], "metadata": {"pagination": {"total": 182, "offset": 134, "size": 50}}} 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:00 GMT 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28688 2018-08-23 10:59:00,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:00,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:00,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:00,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:00,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:59:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}] 2018-08-23 10:59:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:00,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_q1mvni'} 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:00,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:00,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-23 10:59:00,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'84ac5106-e268-49e9-858e-9505b0e235df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'b6886245-cbd6-408e-b12e-10f1f34ebb57', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-08-23 10:59:00,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_ahabo1'} 2018-08-23 10:59:00,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:00,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:00,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:00,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:00,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_q1mvni', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'2aabc332-095a-46e4-becf-9def7b454286', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'e0b1f008-09f5-464a-8433-370a1b4a7588', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}] 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3a1add77-3d59-4a4c-9c0d-2b51dd4dda21', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'662460dd-0940-4c3b-a547-300ead163763', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_q1mvni', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_gfyaar'} 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_5ej267'} 2018-08-23 10:59:00,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_fs1143'} 2018-08-23 10:59:00,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 10:59:00,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-23 10:59:00,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:00,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_ahabo1', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:00,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_ahabo1', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:00,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:00,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:00,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:00,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:00,901 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:00 GMT 2018-08-23 10:59:00,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:00,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:00,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:05,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:06,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:06,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:06,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:06,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.196Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.196Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.679Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9f4eca7b-d906-4e73-b5bf-53b888da486c"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.679Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_gfyaar', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9f4eca7b-d906-4e73-b5bf-53b888da486c"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.679Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9365a6d5-7977-4140-b0f2-f0a5889f9e4e', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'498404ad-83e6-48a4-a5e9-705fb2405c5d', u'floating_ip_address': u'172.30.9.202', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "81883554-0c9a-494b-afda-c813b6d0d253"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:01.679Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_gfyaar', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:01.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9f4eca7b-d906-4e73-b5bf-53b888da486c"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.248Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.248Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.248Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.248Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.248Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.688Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1c8b44ab-64bf-4591-8223-899eb82456d8"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.688Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_5ej267', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1c8b44ab-64bf-4591-8223-899eb82456d8"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.688Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_5ej267', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1c8b44ab-64bf-4591-8223-899eb82456d8"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:02.688Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_jwzsoz'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:02.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "81883554-0c9a-494b-afda-c813b6d0d253"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.252Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.704Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "2ae66073-efea-4280-bc00-dd3481c0b200"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.704Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_fs1143', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "2ae66073-efea-4280-bc00-dd3481c0b200"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.704Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'50acf43b-260c-43e9-b4c2-4b3bd762a145', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'84ac5106-e268-49e9-858e-9505b0e235df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'bc5a6ffc-9925-4cb6-9341-6e74adff91ac', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9c13a0bb-061d-494e-9e18-a89a44df2c32"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.704Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_fs1143', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "2ae66073-efea-4280-bc00-dd3481c0b200"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:03.704Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_tt6l80'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:03.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9c13a0bb-061d-494e-9e18-a89a44df2c32"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:04.271Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:04.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:04.271Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:04.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:04.271Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:04.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:04.271Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:04.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:04.893Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_jwzsoz', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:04.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "81883554-0c9a-494b-afda-c813b6d0d253"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.280Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.280Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.280Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.280Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9c13a0bb-061d-494e-9e18-a89a44df2c32"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "81883554-0c9a-494b-afda-c813b6d0d253"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_tt6l80', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9c13a0bb-061d-494e-9e18-a89a44df2c32"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_jwzsoz', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "81883554-0c9a-494b-afda-c813b6d0d253"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b1182a6a-e396-40e2-a253-2603a21b0420', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f9e03e2f-17a8-43ec-9ea2-5865be6683b1"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_tt6l80', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "9c13a0bb-061d-494e-9e18-a89a44df2c32"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:05.719Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_rskbi7'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:05.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f9e03e2f-17a8-43ec-9ea2-5865be6683b1"}], "metadata": {"pagination": {"total": 219, "offset": 182, "size": 50}}} 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:06 GMT 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:06,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25978 2018-08-23 10:59:06,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:06,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:06,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:06,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:06,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_gfyaar', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'9365a6d5-7977-4140-b0f2-f0a5889f9e4e', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'498404ad-83e6-48a4-a5e9-705fb2405c5d', u'floating_ip_address': u'172.30.9.202', u'external_type': u'floatingip'}] 2018-08-23 10:59:06,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_gfyaar', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:06,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_5ej267', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_5ej267', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_jwzsoz'} 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:06,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_fs1143', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'50acf43b-260c-43e9-b4c2-4b3bd762a145', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'84ac5106-e268-49e9-858e-9505b0e235df', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'bc5a6ffc-9925-4cb6-9341-6e74adff91ac', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}] 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_fs1143', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_tt6l80'} 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:06,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_jwzsoz', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:06,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_tt6l80', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_jwzsoz', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', u'external_type': u'keypair'}, {u'external_id': u'd9cb321e-62b9-4fdb-9f0b-af565a59e316', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'b1182a6a-e396-40e2-a253-2603a21b0420', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_tt6l80', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:06,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_rskbi7'} 2018-08-23 10:59:06,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:06,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:06,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:06,305 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:06 GMT 2018-08-23 10:59:06,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:06,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:06,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:11,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:11,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:06.344Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:06.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:07.605Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:07.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:08.612Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:08.612Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:08.612Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:08.612Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:08.612Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:08.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:09.648Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:09.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:09.648Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:09.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:09.648Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:09.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:09.648Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:09.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.441Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_rskbi7', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f9e03e2f-17a8-43ec-9ea2-5865be6683b1"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.672Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.672Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.672Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.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]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.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]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.672Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.672Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.902Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f9e03e2f-17a8-43ec-9ea2-5865be6683b1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:10.902Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_rskbi7', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:10.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f9e03e2f-17a8-43ec-9ea2-5865be6683b1"}], "metadata": {"pagination": {"total": 247, "offset": 219, "size": 50}}} 2018-08-23 10:59:11,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:11,386 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:11 GMT 2018-08-23 10:59:11,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:11,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16646 2018-08-23 10:59:11,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:11,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:11,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:11,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:11,388 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:11,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_rskbi7', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:11,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:11,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:11,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:11,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:11,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-23 10:59:11,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_rskbi7', 'key_name': u'cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf', 'image': u'13900a3a-25ff-4a02-aec9-3f995d3c0ffc', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf', 'cloudify_management_network_id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}, 'nics': [{'net-id': u'7ff4b8ef-83da-4a80-b42a-3c8ba48be535'}], 'flavor': u'87a1d055-eb5b-416b-a8b5-f28eebe1ea8b'} 2018-08-23 10:59:11,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:11,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:11,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:11,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:11 GMT 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:11,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:16,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:16,532 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_fs1143", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:11.677Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping 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:block_device_mapping 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:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:11.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:11.677Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:11.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:12.683Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:12.683Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:13.688Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:13.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:13.688Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:13.688Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:14.692Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:14.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:14.692Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:14.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:15.702Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:15.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:15.702Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:15.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 256, "offset": 247, "size": 50}}} 2018-08-23 10:59:16,533 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:16,534 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:16 GMT 2018-08-23 10:59:16,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:16,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7013 2018-08-23 10:59:16,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:16,534 - 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:block_device_mapping state. Retrying... [retry_after=30] 2018-08-23 10:59:16,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:16,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:16,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:16,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-23 10:59:16,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 10:59:16,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 10:59:16,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-23 10:59:16,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-23 10:59:16,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:16,595 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:16,595 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:16,595 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:16,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:16,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:16 GMT 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:16,596 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:21,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:21,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_rskbi7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:16.992Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:16.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 257, "offset": 256, "size": 50}}} 2018-08-23 10:59:21,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:21,679 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:21 GMT 2018-08-23 10:59:21,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:21,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1205 2018-08-23 10:59:21,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:21,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-23 10:59:21,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:21,732 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:21,732 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:21 GMT 2018-08-23 10:59:21,733 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:21,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:21,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:26,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:26,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:26,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:26,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:26,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:26,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:26 GMT 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:26,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:26,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:26,854 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:26 GMT 2018-08-23 10:59:26,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:26,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:26,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:31,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:31,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:31,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:31,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:31,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:31 GMT 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 10:59:31,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:31,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:32,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:32,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:32 GMT 2018-08-23 10:59:32,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:32,064 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:32,064 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:37,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:37,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:37,161 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:37 GMT 2018-08-23 10:59:37,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:37,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 10:59:37,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:37,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:37,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:37,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:37 GMT 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:37,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:37,220 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:42,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:42,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:37.407Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:37.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:37.711Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:37.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:39.447Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:39.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:40.723Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:40.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:40.723Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:40.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:40.723Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:40.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:40.723Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:40.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:41.760Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:41.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:41.760Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:41.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:41.760Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:41.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:41.760Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:41.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 268, "offset": 257, "size": 50}}} 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:42 GMT 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6348 2018-08-23 10:59:42,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:42,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,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] 2018-08-23 10:59:42,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:42,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:42,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:42,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:42,384 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:42 GMT 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:42,385 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:42,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:47,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:47,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:47,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:42.772Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:42.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:42.772Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:42.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:42.772Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:42.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:42.772Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:42.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:43.778Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:43.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:43.778Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:43.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:43.778Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:43.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:43.778Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:43.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:44.783Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:44.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:45.786Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:45.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:47.044Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:47.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 279, "offset": 268, "size": 50}}} 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:47 GMT 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9457 2018-08-23 10:59:47,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:47,462 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:47,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:47,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:47,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:47,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:47,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:47 GMT 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:47,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:47,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:52,528 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:52,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:52,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:47.790Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T10:59:47.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T10:59:49.102Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T10:59:49.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 281, "offset": 279, "size": 50}}} 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:52 GMT 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1731 2018-08-23 10:59:52,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:52,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-23 10:59:52,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-23 10:59:52,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:52,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:52,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:52,651 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:52,651 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:52,651 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:52 GMT 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:52,652 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:57,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-23 10:59:57,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:57,731 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:57 GMT 2018-08-23 10:59:57,731 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:57,731 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 10:59:57,731 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 10:59:57,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 10:59:57,785 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 10:59:57,785 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 10:59:57,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 10:59:57 GMT 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 10:59:57,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 10:59:57,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:02,792 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:02,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:02,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:02,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:02,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:02 GMT 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:02,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:00:02,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:02,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:02,910 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:02,911 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:02 GMT 2018-08-23 11:00:02,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:02,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:02,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:07,917 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:07,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:07 GMT 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:07,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:08,034 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:08,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:08,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:08 GMT 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:08,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:13,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:13,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:09.526Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:09.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:09.800Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:09.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:11.577Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:11.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:12.807Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:12.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:12.807Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:12.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:12.807Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:12.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:12.807Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:12.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 288, "offset": 281, "size": 50}}} 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:13,105 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:13 GMT 2018-08-23 11:00:13,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:13,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4296 2018-08-23 11:00:13,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:13,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:13,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:13,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:13,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:13,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:13,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:13,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:13,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:13 GMT 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:13,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:18,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:18,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:13.813Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:13.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:13.813Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:13.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:13.813Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:13.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:13.813Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:13.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:14.818Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:14.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:14.818Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:14.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:14.818Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:14.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:14.818Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:14.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:15.823Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:15.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:15.823Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:15.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:15.823Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:15.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:15.823Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:15.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:16.851Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:16.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:17.855Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:17.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 302, "offset": 288, "size": 50}}} 2018-08-23 11:00:18,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:18,245 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:18 GMT 2018-08-23 11:00:18,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:18,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10996 2018-08-23 11:00:18,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:18,248 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:18,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:18 GMT 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:18,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:23,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:23,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:23,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:23,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:19.190Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:19.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:19.859Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:19.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:21.028Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:21.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 305, "offset": 302, "size": 50}}} 2018-08-23 11:00:23,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:23,378 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:23 GMT 2018-08-23 11:00:23,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:23,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2244 2018-08-23 11:00:23,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:23,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:23,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-23 11:00:23,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-23 11:00:23,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:23,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:23,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:23,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:23,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:23,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:23 GMT 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:23,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:28,442 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:28,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:28 GMT 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:28,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:29,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:29,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:29,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:29 GMT 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:29,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:29,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:34,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:34,469 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:34,469 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:34,469 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:34,469 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:34 GMT 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:00:34,470 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:34,471 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:34,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:34,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:34,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:34,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:34,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:34 GMT 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:34,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:39,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:39,749 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:39,749 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:39,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:39,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:39,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:39 GMT 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:00:39,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:39,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:40,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:40,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:40,226 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:40 GMT 2018-08-23 11:00:40,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:40,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:40,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:45,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:45,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:41.598Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:41.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 306, "offset": 305, "size": 50}}} 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:45,687 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:45 GMT 2018-08-23 11:00:45,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:45,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-08-23 11:00:45,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:45,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:45,688 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:46,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:46,825 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:46 GMT 2018-08-23 11:00:46,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:46,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:46,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:51,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:00:53,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:46.368Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:46.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:48.549Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:48.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:48.549Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:48.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:48.549Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:48.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:48.549Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:48.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:50.441Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:50.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:50.441Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:50.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:52.265Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:52.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 320, "offset": 306, "size": 50}}} 2018-08-23 11:00:53,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:53,932 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:53 GMT 2018-08-23 11:00:53,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:53,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7883 2018-08-23 11:00:53,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:53,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:00:53,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:00:53,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:00:54,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:00:54,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:00:54 GMT 2018-08-23 11:00:54,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:00:54,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:00:54,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:00:59,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:00,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:00,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:00,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:54.802Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:54.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:56.155Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:56.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:57.956Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:57.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:57.956Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:57.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:57.956Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:57.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:57.956Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:00:57.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:00:59.725Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:00:59.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 327, "offset": 320, "size": 50}}} 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:00 GMT 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6786 2018-08-23 11:01:00,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:00,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-23 11:01:00,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:00,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:01,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:01 GMT 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:01,898 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:01,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:06,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:10,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:10,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:10,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:10,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:02.834Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:02.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:05.987Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:05.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 329, "offset": 327, "size": 50}}} 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:10 GMT 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2354 2018-08-23 11:01:10,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:10,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:10,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-23 11:01:10,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:11,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:11 GMT 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:11,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:16,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:21,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:21,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:21,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:21,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:21 GMT 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:21,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:22,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:22,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:22,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:22 GMT 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:22,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:22,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:27,376 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:29,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:29,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:19.881Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:19.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:22.386Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:22.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:25.067Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:25.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:26.691Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:26.691Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:27.954Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:27.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:27.954Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:27.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:27.954Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:27.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:27.954Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:27.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:27.954Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:27.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 339, "offset": 329, "size": 50}}} 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:29 GMT 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5837 2018-08-23 11:01:29,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-23 11:01:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:29,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:29,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:29,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:29 GMT 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:29,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:29,449 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:34,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:34,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:29.834Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:29.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:29.834Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:29.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:29.834Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:29.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:29.834Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:29.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:30.707Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:30.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0d7aa501-0e37-4976-b736-29f3745a8131"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:30.935Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:30.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:31.940Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:31.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:31.940Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:31.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:31.940Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:31.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:31.940Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:31.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:31.940Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:31.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:32.048Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:32.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5a0a9b29-5d01-469f-868d-65cf11ead588"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.179Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:33.211Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:33.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "d66b9a0e-7e98-40da-af1a-bcd402f3af4e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:34.336Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:34.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "61ad29f2-e04f-4768-979b-1e546c08665c"}], "metadata": {"pagination": {"total": 379, "offset": 339, "size": 50}}} 2018-08-23 11:01:34,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:34,854 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:34 GMT 2018-08-23 11:01:34,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:34,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23141 2018-08-23 11:01:34,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:34,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-23 11:01:34,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-23 11:01:34,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:34,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:34,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:01:34,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:01:34,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:35,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:35,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:35,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:35,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:35,022 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:35,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:35 GMT 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:35,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:40,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:40,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:35.075Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:35.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:35.330Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:35.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:35.411Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:35.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dd6c1d8a-e193-4dc4-bd22-a566d8b04a52"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.418Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.418Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.418Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (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.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:36.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.418Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.418Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:36.499Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:36.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f60c8eb5-2b86-45d8-9958-1e97322bbb2a"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:37.964Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:37.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:39.395Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:39.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 400, "offset": 379, "size": 50}}} 2018-08-23 11:01:40,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:40,354 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:40 GMT 2018-08-23 11:01:40,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:40,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13249 2018-08-23 11:01:40,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:40,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:40,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:01:40,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:01:40,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:40,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:40,355 - 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.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time) 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:40,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:01:40,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:01:40,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-08-23 11:01:40,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time) 2018-08-23 11:01:40,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:40,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:40,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:40,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:40,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:40,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:40 GMT 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:40,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:45,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:45,661 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:45,661 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:45,661 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:43.868Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Timed out trying to connect to 192.168.120.20 (tried 1 time)", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Timed out trying to connect to 192.168.120.20 (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: Timed out trying to connect to 192.168.120.20 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-23T11:01:43.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 401, "offset": 400, "size": 50}}} 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:45 GMT 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1104 2018-08-23 11:01:45,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:45,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Timed out trying to connect to 192.168.120.20 (tried 1 time) 2018-08-23 11:01:45,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:45,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:45,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:45 GMT 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:45,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:45,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:51,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:51,109 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:50.871Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:50.871Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 402, "offset": 401, "size": 50}}} 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:51 GMT 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 621 2018-08-23 11:01:51,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:51,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:01:51,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:51,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:51,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:51,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:51,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:51 GMT 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:51,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:51,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:56,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:01:56,667 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:56,667 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:51.489Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:51.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:51.837Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:51.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:52.617Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:52.617Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Creating Agent vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:53.651Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_fs1143/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:53.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:54.431Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:54.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:54.536Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:54.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:54.859Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:54.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:54.859Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:54.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:54.859Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:54.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.544Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 464, "offset": 402, "size": 50}}} 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:56,668 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:56 GMT 2018-08-23 11:01:56,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:56,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27728 2018-08-23 11:01:56,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:01:56,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:01:56,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:01:56,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_fs1143 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_fs1143/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:01:56,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:01:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:01:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:01:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:01:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:01:56,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:01:56,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:01:56,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:01:56,978 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:01:56 GMT 2018-08-23 11:01:56,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:01:56,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:01:56,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:01,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:02,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.544Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:55.868Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:55.868Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_fs1143/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_fs1143/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_fs1143/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_fs1143', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_fs1143/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_fs1143', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "/home/ubuntu/vellum_host_fs1143/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.876Z", "message": "Successfully created daemon: vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "5905158b-fbba-428f-b86f-49da41b5c52a"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:56.967Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:56.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.594Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.594Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.594Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.594Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "67e11392-bb2f-49a9-b874-e75230cae5ac"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:57.962Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:57.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:58.600Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:58.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:58.600Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:58.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:58.600Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:58.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}], "metadata": {"pagination": {"total": 559, "offset": 452, "size": 50}}} 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:02 GMT 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28430 2018-08-23 11:02:02,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:02,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:02,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_fs1143/env 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_fs1143/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_fs1143/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_fs1143', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_fs1143/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_fs1143', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:02,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_fs1143/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_fs1143 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:02:02,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:02,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:02,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:02,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:02,418 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:02 GMT 2018-08-23 11:02:02,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:02,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:02,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:07,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:07,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.000Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.791Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.791Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.791Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:01:59.791Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:01:59.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_jwzsoz/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Creating Agent ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:00.049Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:00.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}], "metadata": {"pagination": {"total": 730, "offset": 502, "size": 50}}} 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:07 GMT 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27509 2018-08-23 11:02:07,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:07,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:02:07,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:02:07,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:07,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:02:07,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_jwzsoz/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_jwzsoz 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:07,789 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,790 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:07,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:07,921 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:07,922 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:07 GMT 2018-08-23 11:02:07,923 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:07,923 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:07,923 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:12,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:13,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:13,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.062Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.339Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.850Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.850Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:01.850Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:01.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Successfully configured daemon: vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7e82bb30-48a6-499c-9a5c-04ab54448df5"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.114Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "13887e0f-557e-48a6-82c9-3ba6793d0f14"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:02.893Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:02.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_jwzsoz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_jwzsoz/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_jwzsoz', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_jwzsoz/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_jwzsoz', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "/home/ubuntu/ellis_host_jwzsoz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_jwzsoz/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Creating Agent proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}], "metadata": {"pagination": {"total": 926, "offset": 552, "size": 50}}} 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:13 GMT 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:13,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28420 2018-08-23 11:02:13,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:13,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:13,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:13,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_fs1143 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:13,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:02:13,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:13,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_jwzsoz/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_jwzsoz/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_jwzsoz', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_jwzsoz/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_jwzsoz', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:13,314 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_jwzsoz/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_jwzsoz/env 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,315 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:13,316 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_q1mvni 2018-08-23 11:02:13,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:13,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:13,440 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:13 GMT 2018-08-23 11:02:13,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:13,441 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:13,441 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:18,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:18,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Successfully created daemon: ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_jwzsoz/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "a3545247-edae-4a14-9f6f-09134a09e089"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.274Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.898Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.898Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.898Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:03.898Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:03.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "263530b2-9872-4bea-b946-293d469d495f"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "127c79a4-0edb-4972-a42e-b61b11c5a740"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}], "metadata": {"pagination": {"total": 1126, "offset": 602, "size": 50}}} 2018-08-23 11:02:18,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:18,583 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:18 GMT 2018-08-23 11:02:18,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:18,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27433 2018-08-23 11:02:18,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_jwzsoz 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_jwzsoz/env 2018-08-23 11:02:18,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:18,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:18,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:18,591 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:18,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:18,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:18,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:18 GMT 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:18,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:18,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:23,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:23,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:23,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:23,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:23,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:23,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.717Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:04.917Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:04.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Configuring Agent ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Successfully created daemon: proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_tt6l80/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Creating Agent bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Starting Agent vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_q1mvni/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_q1mvni', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_q1mvni/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_q1mvni', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_q1mvni/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}], "metadata": {"pagination": {"total": 1246, "offset": 652, "size": 50}}} 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:23 GMT 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28009 2018-08-23 11:02:23,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:02:23,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:23,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_jwzsoz 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_q1mvni 2018-08-23 11:02:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_tt6l80/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_tt6l80 2018-08-23 11:02:23,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_fs1143 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_q1mvni/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_q1mvni/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_q1mvni', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_q1mvni/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_q1mvni', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_q1mvni/env 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:02:23,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:24,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:24 GMT 2018-08-23 11:02:24,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:24,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:24,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:29,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:29,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:29,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:29,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Successfully created daemon: proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.737Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e0fae06f-0390-44b6-a613-2e4cbac5147f"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.936Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.936Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:05.936Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:05.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Successfully configured daemon: ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.748Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f05f2146-a2d6-4129-b87d-c5e9667a1fd3"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.941Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.941Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.941Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.941Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:06.941Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:06.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Successfully created daemon: bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "/home/ubuntu/bono_host_tt6l80/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_tt6l80/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_tt6l80/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_tt6l80/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_tt6l80', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_tt6l80/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_tt6l80', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b8439857-021b-46b9-ba58-396240479964"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.945Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:07.945Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:07.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1346, "offset": 702, "size": 50}}} 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:29 GMT 2018-08-23 11:02:29,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:29,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28222 2018-08-23 11:02:29,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:29,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_q1mvni 2018-08-23 11:02:29,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:29,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:02:29,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_jwzsoz 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:02:29,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_tt6l80 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_tt6l80/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_tt6l80/env 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_tt6l80/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_tt6l80/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_tt6l80', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_tt6l80/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_tt6l80', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:02:29,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:02:29,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:29,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:29,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-23 11:02:29,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:29,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:29,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:29,786 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:29,786 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:29,786 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:29 GMT 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:29,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:34,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:34,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:34,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:34,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:34,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:34,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7fb401d1-3f10-4607-b3cf-cf6067e1c4cc"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Successfully started daemon: vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.872Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_fs1143 start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.872Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c82c3d02-d94e-4017-a2c1-1ee768154710"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:08.946Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:08.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_5ej267/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Starting Agent ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Creating Agent dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}], "metadata": {"pagination": {"total": 1377, "offset": 752, "size": 50}}} 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:34 GMT 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27380 2018-08-23 11:02:34,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:34,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:34,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:02:34,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_fs1143 2018-08-23 11:02:34,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:34,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:34,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:34,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_fs1143 start 2018-08-23 11:02:34,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:34,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:34,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:34,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:02:34,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:34,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_5ej267/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_jwzsoz 2018-08-23 11:02:34,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_5ej267 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:34,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:35,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:35,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:35 GMT 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:35,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:40,081 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:40,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:40,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:40,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:40,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_5ej267/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "[localhost] run: /home/ubuntu/vellum_host_fs1143/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7fb401d1-3f10-4607-b3cf-cf6067e1c4cc"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Configuring Agent proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7fb401d1-3f10-4607-b3cf-cf6067e1c4cc"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Creating Agent dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Starting Agent ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:09.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:09.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.196Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}], "metadata": {"pagination": {"total": 1401, "offset": 802, "size": 50}}} 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:40 GMT 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27829 2018-08-23 11:02:40,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:40,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_5ej267/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:40,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_fs1143/env/bin/pip freeze 2018-08-23 11:02:40,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_q1mvni 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_5ej267 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_jwzsoz 2018-08-23 11:02:40,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:02:40,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:40,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:40,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:40,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:40,347 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:40,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:40 GMT 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:40,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:45,354 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:45,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Creating Agent bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "cfb476df-9762-41c9-b5dd-c453458c4c14"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:10.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:10.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:11.150Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:11.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:11.150Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:11.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:11.150Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:11.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_ahabo1/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}], "metadata": {"pagination": {"total": 1414, "offset": 852, "size": 50}}} 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:45 GMT 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27568 2018-08-23 11:02:45,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_gfyaar 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:02:45,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:02:45,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:02:45,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:02:45,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:45,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:45,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:45,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_ahabo1/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:45,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:45,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:45,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:45 GMT 2018-08-23 11:02:45,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:45,786 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:45,786 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:50,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:51,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:51,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:51,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:51,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:51,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:51,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:51,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:51,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_5ej267/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Configuring Agent bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Removing directory: /tmp/tmpJ8Dl7P", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7fb401d1-3f10-4607-b3cf-cf6067e1c4cc"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Creating Agent sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.022Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.333Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.333Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:12.333Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:12.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "/home/ubuntu/dime_host_5ej267/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Successfully configured daemon: bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "294da701-5d63-4cb9-97b1-3dce1d230da3"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": "Successfully created daemon: dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.277Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "bc924e66-5709-4b43-99ef-29c9028191f2"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:13.459Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:13.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_jwzsoz start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_gfyaar/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Successfully started daemon: ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_gfyaar', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_gfyaar/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_gfyaar', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}], "metadata": {"pagination": {"total": 1427, "offset": 902, "size": 50}}} 2018-08-23 11:02:51,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:51,089 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:51 GMT 2018-08-23 11:02:51,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:51,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28145 2018-08-23 11:02:51,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:51,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:51,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_5ej267/env 2018-08-23 11:02:51,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_tt6l80 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:51,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpJ8Dl7P 2018-08-23 11:02:51,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_ahabo1 2018-08-23 11:02:51,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:02:51,094 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:51,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:02:51,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:02:51,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_5ej267/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:51,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_tt6l80 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_5ej267 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:51,097 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_jwzsoz start 2018-08-23 11:02:51,098 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_gfyaar/env 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_jwzsoz 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_gfyaar/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_gfyaar', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_gfyaar/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_gfyaar', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:51,099 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:51,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:51,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:51,160 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:51,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:51,161 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:51 GMT 2018-08-23 11:02:51,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:51,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:51,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:56,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:56,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_ahabo1/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_gfyaar/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Successfully started daemon: ellis_host_jwzsoz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "/home/ubuntu/bind_host_gfyaar/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "1fb6f23f-39df-41b2-8db1-46f74a9ca6db"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "[localhost] run: /home/ubuntu/ellis_host_jwzsoz/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.306Z", "message": "Successfully created daemon: bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "4200dda3-4edb-41fa-ace2-835cff3f3ec2"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:14.527Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:14.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "627f3df1-6b94-4f5c-8454-439625da1ced"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "/home/ubuntu/sprout_host_ahabo1/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Successfully created daemon: sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b689c073-acb2-46f2-8448-b46c8938fc8e"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Starting Agent bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}], "metadata": {"pagination": {"total": 1431, "offset": 952, "size": 50}}} 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:56 GMT 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27986 2018-08-23 11:02:56,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_ahabo1/env 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_gfyaar/env 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_jwzsoz 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_gfyaar/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:56,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_jwzsoz/env/bin/pip freeze 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:02:56,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_gfyaar 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:02:56,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:02:56,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_ahabo1/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:02:56,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:02:56,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_ahabo1 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_tt6l80 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:02:56,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:02:56,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:02:56,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:02:56,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:02:56,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:02:56,509 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:02:56 GMT 2018-08-23 11:02:56,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:02:56,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:02:56,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:01,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:01,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:01,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:01,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:01,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Starting Agent proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.401Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:15.755Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:15.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Removing directory: /tmp/tmpJR4Wgn", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Successfully configured daemon: dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Configuring Agent bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "ellis_host_jwzsoz", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "f3d9da3d-731d-454d-bdca-9845bfffe489"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Configuring Agent dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Configuring Agent sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "8f00df3b-a274-41b8-9d60-a332f349a956"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}], "metadata": {"pagination": {"total": 1431, "offset": 1002, "size": 50}}} 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:01 GMT 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27258 2018-08-23 11:03:01,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:01,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:01,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_q1mvni 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:01,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpJR4Wgn 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:03:01,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_5ej267 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:01,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_gfyaar 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:01,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_5ej267 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_ahabo1 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:01,600 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:01,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:01,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:01,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:01,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:01,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:01 GMT 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:01,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:06,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:06,747 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.410Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.410Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:16.762Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:16.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Successfully configured daemon: sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Successfully configured daemon: bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c5687cd3-b14d-4cd5-b807-054ee342072a"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.471Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "e12031a7-cee1-4fc5-bee0-fc535caae883"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:17.767Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:17.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting Agent dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}], "metadata": {"pagination": {"total": 1431, "offset": 1052, "size": 50}}} 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:06 GMT 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26438 2018-08-23 11:03:06,748 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:06,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_ahabo1 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_gfyaar 2018-08-23 11:03:06,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:03:06,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:06,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:06,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_5ej267 2018-08-23 11:03:06,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:06,757 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:06,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:06,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:06,815 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:06,815 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:06 GMT 2018-08-23 11:03:06,815 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:06,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:06,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:11,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:11,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:11,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:11,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Successfully started daemon: bono_host_tt6l80", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting Agent bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_tt6l80 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ad67e1e-b3dd-4f13-af4e-03f2a4c03e51"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Successfully started daemon: proxy_host_q1mvni", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_q1mvni start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "47823165-49fb-4d0a-b463-135c8a44b26b"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.484Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:18.776Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:18.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "[localhost] run: /home/ubuntu/proxy_host_q1mvni/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "[localhost] run: /home/ubuntu/bono_host_tt6l80/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Starting Agent sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}], "metadata": {"pagination": {"total": 1431, "offset": 1102, "size": 50}}} 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:11 GMT 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:11,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27282 2018-08-23 11:03:11,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_tt6l80 2018-08-23 11:03:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,898 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_gfyaar 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_tt6l80 start 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,899 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_q1mvni 2018-08-23 11:03:11,900 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_q1mvni start 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:11,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_q1mvni/env/bin/pip freeze 2018-08-23 11:03:11,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_tt6l80/env/bin/pip freeze 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_ahabo1 2018-08-23 11:03:11,903 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:11,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:11,905 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:11,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:11,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:11,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:11,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:11 GMT 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:11,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:11,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:16,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:17,046 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:17,046 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:17,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.539Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.782Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.782Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.782Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:19.782Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:19.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Removing directory: /tmp/tmp33yMy1", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "proxy_host_q1mvni", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "500c3c40-456e-4ff2-9199-2ad295dab6a3"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Removing directory: /tmp/tmpCtxlx5", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "bono_host_tt6l80", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "b497f145-2831-4d4b-b8b5-463910c92e75"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.553Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:20.797Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:20.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Creating Agent homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}], "metadata": {"pagination": {"total": 1431, "offset": 1152, "size": 50}}} 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:17 GMT 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:17,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27570 2018-08-23 11:03:17,048 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:17,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:17,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:17,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:17,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp33yMy1 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-23 11:03:17,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-23 11:03:17,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpCtxlx5 2018-08-23 11:03:17,054 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:17,055 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.23:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-23 11:03:17,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_rskbi7 2018-08-23 11:03:17,057 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:17,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:17,200 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:17,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:17,201 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:17 GMT 2018-08-23 11:03:17,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:17,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:17,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:22,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:22,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:22,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.558Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:21.863Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:21.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Successfully started daemon: dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_gfyaar start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_5ej267 start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ce80510a-2e15-4936-9212-276f23e70180"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.565Z", "message": "Successfully started daemon: bind_host_gfyaar", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "70f40124-26be-412b-a9a9-1e81e8320507"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:22.874Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_rskbi7/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "[localhost] run: /home/ubuntu/dime_host_5ej267/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_rskbi7', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_rskbi7/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_rskbi7', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_ahabo1 start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "[localhost] run: /home/ubuntu/bind_host_gfyaar/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.622Z", "message": "Successfully started daemon: sprout_host_ahabo1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "0ceb57e7-a113-47d0-b18d-e4c03b8162cd"}, {"node_instance_id": "proxy_host_q1mvni", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1431, "offset": 1202, "size": 50}}} 2018-08-23 11:03:22,288 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:22,288 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:22 GMT 2018-08-23 11:03:22,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:22,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27790 2018-08-23 11:03:22,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:22,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:22,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_5ej267 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_gfyaar start 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:22,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_5ej267 start 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_gfyaar 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:22,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:22,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_rskbi7/env 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:22,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_5ej267/env/bin/pip freeze 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.23', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_rskbi7/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_rskbi7', 'REST_HOST': '192.168.120.23', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_rskbi7/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_rskbi7', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DmAk3w.gPYFXU22HHjcNvDMNmaAAJwrSvo'} 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_ahabo1 start 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:22,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_gfyaar/env/bin/pip freeze 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:22,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_ahabo1 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:22,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:22,298 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:22,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:22,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:22,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:22 GMT 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:22,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:27,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:27,441 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:27,441 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:27,441 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:27,441 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:27,441 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "ellis_host_jwzsoz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:23.982Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:23.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Successfully created daemon: homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "[localhost] run: /home/ubuntu/sprout_host_ahabo1/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Removing directory: /tmp/tmp9DzyhR", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Removing directory: /tmp/tmpbXgvXB", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7be1208a-b313-4413-9a1d-713dae899578"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "bind_host_gfyaar", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "af5310cf-bd66-4c33-9926-350cf929566a"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:24.861Z", "message": "/home/ubuntu/homer_host_rskbi7/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:24.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "7039b726-c892-4f01-abe3-6f4830dcf619"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.162Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Executing: /tmp/PVQZZ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c06b106d-15b9-4061-8478-d224c9d04130"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Removing directory: /tmp/tmprpkcUx", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "proxy_node_e930ff", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/PVQZZ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c06b106d-15b9-4061-8478-d224c9d04130"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:25.895Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:25.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "73ea3a33-18ec-4e56-876d-0fc57fddacbc"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1431, "offset": 1252, "size": 50}}} 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:27 GMT 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27239 2018-08-23 11:03:27,442 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_rskbi7 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-23 11:03:27,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_ahabo1/env/bin/pip freeze 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:27,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp9DzyhR 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpbXgvXB 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_rskbi7/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:27,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:27,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-23 11:03:27,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/PVQZZ/install_requirements.sh 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmprpkcUx 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:27,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/PVQZZ/install_requirements.sh 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:27,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:27,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:27,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:27,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:27,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:27,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:27,510 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:27 GMT 2018-08-23 11:03:27,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:27,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:27,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:32,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:32,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:32,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.691Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Configuring Agent homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:26.899Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:26.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bono_host_tt6l80", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.701Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.701Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.903Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.903Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.903Z", "message": "Successfully configured daemon: homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:27.903Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:27.903Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "49a4aaed-66d3-40fd-80bc-d5071779e925"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.736Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.736Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.736Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Starting Agent homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:28.910Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:28.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:29.931Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:29.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:29.931Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:29.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:29.931Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:29.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:32.159Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:32.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:32.267Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:32.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.130Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_rskbi7 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.130Z", "message": "Successfully started daemon: homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "ff96f371-0422-4cd0-909d-c160546cbad1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1431, "offset": 1302, "size": 50}}} 2018-08-23 11:03:32,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:32,591 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:32 GMT 2018-08-23 11:03:32,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:32,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26585 2018-08-23 11:03:32,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:32,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:32,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_rskbi7 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:32,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:32,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_rskbi7 2018-08-23 11:03:32,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-23 11:03:32,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_rskbi7 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-23 11:03:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_rskbi7 start 2018-08-23 11:03:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_rskbi7 2018-08-23 11:03:32,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:32,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:32,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:32,668 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:32,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:32,669 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:32 GMT 2018-08-23 11:03:32,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:32,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:32,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:37,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:37,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_host_gfyaar", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:33.198Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:33.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.188Z", "message": "[localhost] run: /home/ubuntu/homer_host_rskbi7/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.188Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.188Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.188Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.188Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:34.332Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:34.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:35.221Z", "message": "Removing directory: /tmp/tmpFPYaNT", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:35.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:35.221Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:35.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "dbb0a6d5-09c6-4a1e-9cff-34be91979f00"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:35.350Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:35.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:35.350Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:35.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:35.350Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:35.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:36.353Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:36.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:36.353Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:36.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:36.353Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:36.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:37.460Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:37.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:37.460Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:37.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:37.460Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:37.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:38.898Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:38.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:40.063Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:40.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:42.358Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:42.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:43.236Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:43.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:43.236Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:43.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:43.236Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:43.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:43.236Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:43.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:43.236Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:43.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:44.353Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:44.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:44.353Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:44.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:44.353Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:44.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:44.353Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:44.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:44.353Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:44.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:46.965Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:46.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:47.441Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:47.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:47.441Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:47.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:47.441Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:47.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1431, "offset": 1352, "size": 50}}} 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:37 GMT 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26147 2018-08-23 11:03:37,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:37,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-23 11:03:37,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-23 11:03:37,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:37,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:37,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_rskbi7/env/bin/pip freeze 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-23 11:03:37,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpFPYaNT 2018-08-23 11:03:37,750 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-23 11:03:37,751 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,752 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-23 11:03:37,753 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,754 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,755 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:37,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:37,813 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:37,814 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:37,815 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:37,815 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:37 GMT 2018-08-23 11:03:37,815 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:37,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:37,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:42,820 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:42,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:42,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:48.461Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:48.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:49.466Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:49.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_vxq82j", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:49.466Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:49.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_vxq82j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.160Z", "message": "Downloaded scripts/bind/bind.py to /tmp/VG3N9/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "07a5d520-af8a-48c0-a304-3c2e0cdb3149"}, {"node_instance_id": "bind_vxq82j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.295Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "07a5d520-af8a-48c0-a304-3c2e0cdb3149"}, {"node_instance_id": "bind_vxq82j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.295Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "07a5d520-af8a-48c0-a304-3c2e0cdb3149"}, {"node_instance_id": "bind_vxq82j", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.469Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.469Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "bind_vxq82j", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:50.469Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:50.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:52.679Z", "message": "Execution done (return_code=0): /tmp/PVQZZ/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:52.679Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "c06b106d-15b9-4061-8478-d224c9d04130"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:52.767Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:52.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:53.473Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:53.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": "proxy_node_e930ff", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:02:54.476Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:02:54.476Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1431, "offset": 1402, "size": 50}}} 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:42 GMT 2018-08-23 11:03:42,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:42,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6571 2018-08-23 11:03:42,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:42,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:42,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-23 11:03:42,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-23 11:03:42,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/VG3N9/bind.py 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:03:42,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/PVQZZ/install_requirements.sh 2018-08-23 11:03:42,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-23 11:03:42,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-23 11:03:42,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-23 11:03:42,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:42,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:42 GMT 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:42,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:47,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:48,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1431, "offset": 1415, "size": 50}}} 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:48 GMT 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:48,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:48 GMT 2018-08-23 11:03:48,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:48,080 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:48,080 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:53,080 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_vxq82j", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:03:51.771Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:03:51.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97", "logger": "07a5d520-af8a-48c0-a304-3c2e0cdb3149"}], "metadata": {"pagination": {"total": 1432, "offset": 1415, "size": 50}}} 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:53 GMT 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 650 2018-08-23 11:03:53,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:53,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-08-23 11:03:53,232 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:53 GMT 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:53,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:53,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:58,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:03:58,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:58,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:58,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1432, "offset": 1416, "size": 50}}} 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:58 GMT 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-23 11:03:58,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:03:58,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:03:58 GMT 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:03:58,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:03:58,581 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:03,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1432, "offset": 1416, "size": 50}}} 2018-08-23 11:04:03,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:03,666 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:03 GMT 2018-08-23 11:04:03,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:03,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-23 11:04:03,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:03,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:04:03,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:03,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:03,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:03,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": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:03 GMT 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:04:03,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:08,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:08,796 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1432, "offset": 1416, "size": 50}}} 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:08 GMT 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:08,797 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:04:08,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:04:08,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:08,857 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:08 GMT 2018-08-23 11:04:08,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:08,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-23 11:04:08,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:13,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:13,936 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_vxq82j", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:12.141Z", "message": "Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "node_name": "bind", "workflow_id": "install", "error_causes": [{"message": "Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "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/bind_host_gfyaar/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/bind_host_gfyaar/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/bind_host_gfyaar/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/VG3N9/bind.py\", line 262, in \n _main()\n File \"/tmp/VG3N9/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/VG3N9/bind.py\", line 117, in install\n error_message='Failed to install BIND packages')\n File \"/tmp/VG3N9/bind.py\", line 250, in _run\n raise exceptions.NonRecoverableError('{0}: {1}'.format(error_message, e))\nNonRecoverableError: Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-23T11:04:12.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}, {"node_instance_id": null, "event_type": "workflow_failed", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:12.499Z", "message": "'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:12.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 1434, "offset": 1416, "size": 50}}} 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:13,937 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:13 GMT 2018-08-23 11:04:13,938 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:13,938 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5450 2018-08-23 11:04:13,938 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:13,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error. code: 100 error: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar E: There are problems and -y was used without --force-yes output: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 433 kB of archives. After this operation, 1,639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 2018-08-23 11:04:13,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error. code: 100 error: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar E: There are problems and -y was used without --force-yes output: Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. Need to get 433 kB of archives. After this operation, 1,639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 2018-08-23 11:04:13,939 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/8621ab42-653b-4102-9f78-dc222da7dd97 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:13,998 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"} 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:13 GMT 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2424 2018-08-23 11:04:13,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:13,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'failed', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-08-23T10:58:39.952Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'script_runner.tasks.run\' -> Failed to install BIND packages: Command \'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n', u'deployment_id': u'clearwater-opnfv', u'id': u'8621ab42-653b-4102-9f78-dc222da7dd97'} 2018-08-23 11:04:14,125 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 11:04:14,125 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 11:00 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-23 11:04:14,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-23 11:04:14,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-08-23 11:04:14,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:14,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:14,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:14,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:14,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:14,193 - 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"}, "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"}, "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"}}}}, "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": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:03.213Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "bfcc3061-0dec-4591-9b7a-d4202b483cf3"}, {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T10:58:39.952Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-gfyaar\nE: There are problems and -y was used without --force-yes\noutput: Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "deployment_id": "clearwater-opnfv", "id": "8621ab42-653b-4102-9f78-dc222da7dd97"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:14 GMT 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8798 2018-08-23 11:04:14,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:14,194 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-23 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:14,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:14,346 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:14 GMT 2018-08-23 11:04:14,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:14,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:14,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:14,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:14,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:14,408 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:14 GMT 2018-08-23 11:04:14,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:14,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-23 11:04:14,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:14,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/f9e18471-c121-4544-b52c-b48dcc0aa108 2018-08-23 11:04:14,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:14,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:14,467 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:14 GMT 2018-08-23 11:04:14,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:14,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:14,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:19,473 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:19,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:19,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:15.037Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:15.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "bono_5a0g12", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "bono_5a0g12", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "ellis_atvupq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.042Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.445Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/24NSP/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "4f7eaaab-023c-4309-8b34-3daeb15a1859"}, {"node_instance_id": "ellis_atvupq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "bono_5a0g12", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "ellis_atvupq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:16.508Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:16.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Execution done (return_code=1): /tmp/IW670/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "fc4d660a-9339-4cfb-b939-e3cadf8c1146"}, {"node_instance_id": "bono_5a0g12", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/9L8YA/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "5f57cc98-4e8a-4764-8679-a0724fb88ad3"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Execution done (return_code=1): /tmp/9X6EJ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "9a09f93a-9052-43ce-89ad-0e2e300d8eb9"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/9X6EJ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "9a09f93a-9052-43ce-89ad-0e2e300d8eb9"}, {"node_instance_id": "ellis_atvupq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/CBGVB/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "597fa90d-fffa-47be-86db-0548fbff0792"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Execution done (return_code=1): /tmp/3PRLV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "f60252c4-0368-4af8-baf8-b2e0cdebd036"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/IW670/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "fc4d660a-9339-4cfb-b939-e3cadf8c1146"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "fc4d660a-9339-4cfb-b939-e3cadf8c1146"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Execution done (return_code=1): /tmp/24NSP/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "4f7eaaab-023c-4309-8b34-3daeb15a1859"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/9X6EJ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "9a09f93a-9052-43ce-89ad-0e2e300d8eb9"}, {"node_instance_id": "ellis_atvupq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/CBGVB/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "597fa90d-fffa-47be-86db-0548fbff0792"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/3PRLV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "f60252c4-0368-4af8-baf8-b2e0cdebd036"}, {"node_instance_id": "bono_5a0g12", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "5f57cc98-4e8a-4764-8679-a0724fb88ad3"}, {"node_instance_id": "bono_5a0g12", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/9L8YA/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "5f57cc98-4e8a-4764-8679-a0724fb88ad3"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/IW670/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "fc4d660a-9339-4cfb-b939-e3cadf8c1146"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/24NSP/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "4f7eaaab-023c-4309-8b34-3daeb15a1859"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "f60252c4-0368-4af8-baf8-b2e0cdebd036"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "4f7eaaab-023c-4309-8b34-3daeb15a1859"}, {"node_instance_id": "ellis_atvupq", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "597fa90d-fffa-47be-86db-0548fbff0792"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "9a09f93a-9052-43ce-89ad-0e2e300d8eb9"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.341Z", "message": "Executing: /tmp/3PRLV/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "f60252c4-0368-4af8-baf8-b2e0cdebd036"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nsudo: monit: command not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nsudo: monit: command 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_fs1143/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_fs1143/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_fs1143/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nsudo: monit: command not found\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nsudo: monit: command 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/homer_host_rskbi7/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_rskbi7/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_rskbi7/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nsudo: monit: command not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nsudo: monit: command 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_5ej267/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_5ej267/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_5ej267/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nsudo: monit: command not found\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nsudo: monit: command 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/sprout_host_ahabo1/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_ahabo1/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_ahabo1/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:17.515Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:17.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.349Z", "message": "Downloaded scripts/bind/bind.py to /tmp/Z8C35/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "abaa9fc1-a2e2-40c0-bfd6-f8d3cd46a74f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.349Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3617F/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "88380e09-05f7-4bba-86c8-13261f3b54f4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.349Z", "message": "Downloaded scripts/bind/bind.py to /tmp/TSKQ1/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "91ae91fd-a259-44fe-86e2-e87085db26c2"}], "metadata": {"pagination": {"total": 75, "offset": 0, "size": 50}}} 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:19,540 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:19 GMT 2018-08-23 11:04:19,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:19,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29934 2018-08-23 11:04:19,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:19,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-08-23 11:04:19,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/24NSP/stop-homer.sh 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,544 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/IW670/stop-dime.sh 2018-08-23 11:04:19,545 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/9L8YA/stop-bono.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/9X6EJ/stop-vellum.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/9X6EJ/stop-vellum.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CBGVB/stop-ellis.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/3PRLV/stop-sprout.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IW670/stop-dime.sh 2018-08-23 11:04:19,546 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/24NSP/stop-homer.sh 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9X6EJ/stop-vellum.sh 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/CBGVB/stop-ellis.sh 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/3PRLV/stop-sprout.sh 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-08-23 11:04:19,547 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9L8YA/stop-bono.sh 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/IW670/stop-dime.sh 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/24NSP/stop-homer.sh 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-08-23 11:04:19,548 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/3PRLV/stop-sprout.sh 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143 sudo: monit: command not found 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7 sudo: monit: command not found 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267 sudo: monit: command not found 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1 sudo: monit: command not found 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:19,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/Z8C35/bind.py 2018-08-23 11:04:19,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3617F/bind.py 2018-08-23 11:04:19,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/TSKQ1/bind.py 2018-08-23 11:04:19,550 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/f9e18471-c121-4544-b52c-b48dcc0aa108 2018-08-23 11:04:19,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:19,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:19 GMT 2018-08-23 11:04:19,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:19,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:19,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:24,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:24,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:24,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:24,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:24,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:24,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.349Z", "message": "Downloaded scripts/bind/bind.py to /tmp/Z8C35/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "abaa9fc1-a2e2-40c0-bfd6-f8d3cd46a74f"}, {"node_instance_id": "homer_m1133g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task failed 'script_runner.tasks.run' -> u'vellum'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'vellum'", "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/bind_host_gfyaar/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/bind_host_gfyaar/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/bind_host_gfyaar/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/Z8C35/bind.py\", line 262, in \n _main()\n File \"/tmp/Z8C35/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/Z8C35/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'vellum'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task failed 'script_runner.tasks.run' -> u'homer'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'homer'", "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/bind_host_gfyaar/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/bind_host_gfyaar/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/bind_host_gfyaar/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/3617F/bind.py\", line 262, in \n _main()\n File \"/tmp/3617F/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/3617F/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'homer'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task failed 'script_runner.tasks.run' -> u'dime'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'dime'", "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/bind_host_gfyaar/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/bind_host_gfyaar/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/bind_host_gfyaar/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/TSKQ1/bind.py\", line 262, in \n _main()\n File \"/tmp/TSKQ1/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/TSKQ1/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'dime'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:18.521Z", "message": "Task failed 'script_runner.tasks.run' -> u'sprout'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'sprout'", "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/bind_host_gfyaar/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/bind_host_gfyaar/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/bind_host_gfyaar/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/UB6QA/bind.py\", line 262, in \n _main()\n File \"/tmp/UB6QA/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/UB6QA/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'sprout'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-23T11:04:18.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Executing: /tmp/POBTQ/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "98dbdb8b-a3a3-4c99-8785-7626d331860d"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "98dbdb8b-a3a3-4c99-8785-7626d331860d"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "75bd9c98-59eb-447a-9fba-bb8b339f7b60"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Execution done (return_code=1): /tmp/POBTQ/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "98dbdb8b-a3a3-4c99-8785-7626d331860d"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Execution done (return_code=1): /tmp/XQKAD/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "75bd9c98-59eb-447a-9fba-bb8b339f7b60"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Executing: /tmp/A3CMW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "c6354cc0-742a-4c38-b394-ad6527debf9c"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XQKAD/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "75bd9c98-59eb-447a-9fba-bb8b339f7b60"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/A3CMW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "c6354cc0-742a-4c38-b394-ad6527debf9c"}, {"node_instance_id": "dime_d2udlv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/POBTQ/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "98dbdb8b-a3a3-4c99-8785-7626d331860d"}, {"node_instance_id": "homer_m1133g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.354Z", "message": "Executing: /tmp/XQKAD/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "75bd9c98-59eb-447a-9fba-bb8b339f7b60"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_d2udlv", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nclearwater-etcd: unrecognized service\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nclearwater-etcd: unrecognized service\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_5ej267/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_5ej267/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_5ej267/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_m1133g", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nclearwater-etcd: unrecognized service\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nclearwater-etcd: unrecognized service\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_rskbi7/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_rskbi7/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_rskbi7/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:19.529Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:19.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "85403f80-90ef-4e8e-aab4-be341c965b14"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/7HRGB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "85403f80-90ef-4e8e-aab4-be341c965b14"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "c6354cc0-742a-4c38-b394-ad6527debf9c"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Executing: /tmp/7HRGB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "85403f80-90ef-4e8e-aab4-be341c965b14"}, {"node_instance_id": "sprout_f3ue1h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Execution done (return_code=1): /tmp/A3CMW/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "c6354cc0-742a-4c38-b394-ad6527debf9c"}, {"node_instance_id": "vellum_ps8ezx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.357Z", "message": "Execution done (return_code=1): /tmp/7HRGB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "85403f80-90ef-4e8e-aab4-be341c965b14"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_f3ue1h", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nclearwater-etcd: unrecognized service\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nclearwater-etcd: unrecognized service\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_ahabo1/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_ahabo1/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_ahabo1/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_ps8ezx", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nclearwater-etcd: unrecognized service\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nclearwater-etcd: unrecognized service\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_fs1143/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_fs1143/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_fs1143/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:20.536Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:20.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}], "metadata": {"pagination": {"total": 173, "offset": 50, "size": 50}}} 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:24 GMT 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 34457 2018-08-23 11:04:24,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:24,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/Z8C35/bind.py 2018-08-23 11:04:24,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'vellum' 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'homer' 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-23 11:04:24,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'dime' 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'sprout' 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/POBTQ/remove-cluster-node.sh 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-23 11:04:24,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/POBTQ/remove-cluster-node.sh 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/XQKAD/remove-cluster-node.sh 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/A3CMW/remove-cluster-node.sh 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/XQKAD/remove-cluster-node.sh 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/A3CMW/remove-cluster-node.sh 2018-08-23 11:04:24,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/POBTQ/remove-cluster-node.sh 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XQKAD/remove-cluster-node.sh 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:24,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-5ej267 clearwater-etcd: unrecognized service 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-rskbi7 clearwater-etcd: unrecognized service 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-23 11:04:24,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/7HRGB/remove-cluster-node.sh 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/7HRGB/remove-cluster-node.sh 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/A3CMW/remove-cluster-node.sh 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/7HRGB/remove-cluster-node.sh 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:24,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-ahabo1 clearwater-etcd: unrecognized service 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-fs1143 clearwater-etcd: unrecognized service 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-23 11:04:24,691 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-23 11:04:24,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-23 11:04:24,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-23 11:04:24,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-23 11:04:24,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:24,692 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/f9e18471-c121-4544-b52c-b48dcc0aa108 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:24,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:24 GMT 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:24,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:29,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:29,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:21.559Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:21.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.231Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Stopping Agent homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:22.563Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:22.563Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Stopping Agent dime_host_5ej267", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}], "metadata": {"pagination": {"total": 241, "offset": 100, "size": 50}}} 2018-08-23 11:04:29,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:29,827 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:29 GMT 2018-08-23 11:04:29,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:29,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26729 2018-08-23 11:04:29,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_rskbi7 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_5ej267 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:29,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/f9e18471-c121-4544-b52c-b48dcc0aa108 2018-08-23 11:04:29,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:29,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:29,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:29 GMT 2018-08-23 11:04:29,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:29,893 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:29,893 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:34,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:04:34,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.412Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.567Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.567Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.567Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:23.567Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:23.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Stopping Agent vellum_host_fs1143", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:24.417Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:24.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:26.856Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:26.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.020Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.466Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_5ej267 stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.466Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.466Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_rskbi7 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.466Z", "message": "Successfully stopped daemon: homer_host_rskbi7\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "8d877dcf-a643-4fb5-8ba7-53868cc0bbfb"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.466Z", "message": "Successfully stopped daemon: dime_host_5ej267\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "6ecfe410-b20e-4f17-be0b-1710b57f53ce"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "homer_host_rskbi7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:27.572Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:27.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_fs1143 stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Deleting Agent homer_host_rskbi7", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "dime_host_5ej267", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "25c64b89-9d2e-4f5e-adf3-8b8185dd9ecf"}, {"node_instance_id": "vellum_host_fs1143", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Successfully stopped daemon: vellum_host_fs1143\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "b4917da9-c907-4f89-b0a7-6c182b45b392"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}, {"node_instance_id": "sprout_host_ahabo1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Successfully stopped daemon: sprout_host_ahabo1\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "3ed8cd73-8f82-456e-9286-95433a0c31e9"}, {"node_instance_id": "homer_host_rskbi7", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-23T11:04:28.482Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-23T11:04:28.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "f9e18471-c121-4544-b52c-b48dcc0aa108", "logger": "0907dd3f-01ee-42ef-ba10-ea1deeafc7e0"}], "metadata": {"pagination": {"total": 277, "offset": 150, "size": 50}}} 2018-08-23 11:04:34,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:34,969 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:34 GMT 2018-08-23 11:04:34,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:34,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27167 2018-08-23 11:04:34,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:34,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-23 11:04:34,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_fs1143 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-23 11:04:34,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:34,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_5ej267 stop 2018-08-23 11:04:34,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-23 11:04:34,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_rskbi7 stop 2018-08-23 11:04:34,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_rskbi7 2018-08-23 11:04:34,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_5ej267 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-23 11:04:34,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_fs1143 stop 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_rskbi7 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,977 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_fs1143 2018-08-23 11:04:34,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_ahabo1 2018-08-23 11:04:34,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-23 11:04:34,978 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions/f9e18471-c121-4544-b52c-b48dcc0aa108 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:04:35,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:04:14.245Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "f9e18471-c121-4544-b52c-b48dcc0aa108"} 2018-08-23 11:04:35,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:04:35,034 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:04:35 GMT 2018-08-23 11:04:35,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:04:35,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-23 11:04:35,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:04:40,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/events 2018-08-23 11:06:47,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 275, in clean wait_for_execution(self.cfy_client, execution, self.__logger) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 335, in wait_for_execution sort='@timestamp').items File "/usr/lib/python2.7/site-packages/cloudify_rest_client/events.py", line 77, in list response = self.api.get(uri, _include=_include, params=params) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 252, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 233, in do_request 'SSL, but the client does'.format(e) ConnectionError: HTTPConnectionPool(host='172.30.9.205', port=80): Max retries exceeded with url: /api/v3/events?_offset=200&type=cloudify_event&type=cloudify_log&execution_id=f9e18471-c121-4544-b52c-b48dcc0aa108&_sort=%40timestamp&_size=50 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) This can happen when the manager is not working with SSL, but the client does 2018-08-23 11:06:47,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 11:06:47,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:48,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1d97346-96b5-45a0-9e8e-1b9f8db908b9 Date: Thu, 23 Aug 2018 11:06:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:06:48,085 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc used request id req-c1d97346-96b5-45a0-9e8e-1b9f8db908b9 2018-08-23 11:06:48,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.796174049377s 2018-08-23 11:06:48,085 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc used request id req-c1d97346-96b5-45a0-9e8e-1b9f8db908b9 2018-08-23 11:06:48,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:06:48,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:48,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-212f443b-8f51-423f-9a7a-8befe467cf80 x-compute-request-id: req-212f443b-8f51-423f-9a7a-8befe467cf80 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "541b75e2-b9e7-4716-b779-112fd5397f69"}, {"name": "cloudify_ims-flavor_alt_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b"}]} 2018-08-23 11:06:48,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-212f443b-8f51-423f-9a7a-8befe467cf80 2018-08-23 11:06:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275249958038s 2018-08-23 11:06:48,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-212f443b-8f51-423f-9a7a-8befe467cf80 2018-08-23 11:06:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 11:06:48,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:48,406 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92b7e112-24e4-420d-a88e-f27ba1367483 x-compute-request-id: req-92b7e112-24e4-420d-a88e-f27ba1367483 Content-Length: 0 Content-Type: application/json 2018-08-23 11:06:48,407 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b used request id req-92b7e112-24e4-420d-a88e-f27ba1367483 2018-08-23 11:06:48,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.043074131012s 2018-08-23 11:06:48,407 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b used request id req-92b7e112-24e4-420d-a88e-f27ba1367483 2018-08-23 11:06:48,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 11:06:48,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/92e7fa81-c1aa-43a8-be20-e822326aef9a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:49,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afe6fbd0-589e-4727-9b78-ae964edb3f93 Content-Length: 0 Date: Thu, 23 Aug 2018 11:06:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:06:49,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/92e7fa81-c1aa-43a8-be20-e822326aef9a.json used request id req-afe6fbd0-589e-4727-9b78-ae964edb3f93 2018-08-23 11:06:49,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.46067404747s 2018-08-23 11:06:49,869 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/92e7fa81-c1aa-43a8-be20-e822326aef9a.json used request id req-afe6fbd0-589e-4727-9b78-ae964edb3f93 2018-08-23 11:06:49,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 11:06:49,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:49,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1636 X-Openstack-Request-Id: req-af0a673a-270f-4134-8ca3-c5a3f3def4d3 Date: Thu, 23 Aug 2018 11:06:49 GMT RESP BODY: {"floatingips": [{"router_id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:02:37Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.202", "revision_number": 2, "port_id": "628a3e47-18bd-408d-9222-6857e94d2022", "id": "498404ad-83e6-48a4-a5e9-705fb2405c5d", "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:53Z", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"router_id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:02:46Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.20", "floating_ip_address": "172.30.9.212", "revision_number": 2, "port_id": "e3f8ec7a-8ea5-4ea8-98c5-4e0b2c5825ab", "id": "bc5a6ffc-9925-4cb6-9341-6e74adff91ac", "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:46Z", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"router_id": "2d5a14c1-1ad1-4822-86cb-4087851c0337", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:02:47Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.204", "revision_number": 2, "port_id": "5462efd2-d307-47b7-9a27-9a4495329e88", "id": "e0b1f008-09f5-464a-8433-370a1b4a7588", "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:45Z", "project_id": "d6971c5176444e3889fa955a125cc103"}]} 2018-08-23 11:06:49,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-af0a673a-270f-4134-8ca3-c5a3f3def4d3 2018-08-23 11:06:49,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0653610229492s 2018-08-23 11:06:49,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-af0a673a-270f-4134-8ca3-c5a3f3def4d3 2018-08-23 11:06:49,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 11:06:49,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:50,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:06: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-2a07c164-29ea-4677-b7fc-cf90f8f40541 x-compute-request-id: req-2a07c164-29ea-4677-b7fc-cf90f8f40541 Content-Type: application/json 2018-08-23 11:06:50,368 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-2a07c164-29ea-4677-b7fc-cf90f8f40541 2018-08-23 11:06:50,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.423846006393s 2018-08-23 11:06:50,368 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be used request id req-2a07c164-29ea-4677-b7fc-cf90f8f40541 2018-08-23 11:06:50,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:06:50,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:51,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ffeec2d-f929-4e0e-a354-d53957d05ef7 x-compute-request-id: req-1ffeec2d-f929-4e0e-a354-d53957d05ef7 Content-Encoding: gzip Content-Length: 1756 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:33:f2", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:37.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:33Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_homer_host_rskbi7", "created": "2018-08-23T10:59:13Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:4c:2d", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:4c:2d", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ff7a61d9-4751-4d15-96d2-d7829dac3416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ff7a61d9-4751-4d15-96d2-d7829dac3416", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:27.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ff7a61d9-4751-4d15-96d2-d7829dac3416", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_ellis"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:27Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_ellis_host_jwzsoz", "created": "2018-08-23T10:59:08Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b1:6d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d1fa617-8d3e-46a0-b356-025ca96ab698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d1fa617-8d3e-46a0-b356-025ca96ab698", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:27.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "2d1fa617-8d3e-46a0-b356-025ca96ab698", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_vellum"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:35Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_vellum_host_fs1143", "created": "2018-08-23T10:59:06Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:13:0f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:13:0f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:26.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_bono"}, {"name": "clearwater-sg_internal_sip"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:26Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_bono_host_tt6l80", "created": "2018-08-23T10:59:06Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:fc:c9", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:fc:c9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2e5325a5-6d54-47d9-b38e-7987bd32bc19", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2e5325a5-6d54-47d9-b38e-7987bd32bc19", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:33.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "2e5325a5-6d54-47d9-b38e-7987bd32bc19", "security_groups": [{"name": "clearwater-sg_bind"}, {"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:33Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_bind_host_gfyaar", "created": "2018-08-23T10:59:04Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:2f:5c", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6bdbdc4-22df-48d5-ac38-b9212159a7af", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6bdbdc4-22df-48d5-ac38-b9212159a7af", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:35.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "d6bdbdc4-22df-48d5-ac38-b9212159a7af", "security_groups": [{"name": "clearwater-sg_dime"}, {"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:34Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_dime_host_5ej267", "created": "2018-08-23T10:59:03Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:9b:e2", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ae4ed7f1-3a63-42e7-b69d-9452be599f44", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ae4ed7f1-3a63-42e7-b69d-9452be599f44", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:35.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ae4ed7f1-3a63-42e7-b69d-9452be599f44", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_internal_sip"}, {"name": "clearwater-sg_sprout"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:34Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_sprout_host_ahabo1", "created": "2018-08-23T10:59:01Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:5c:3b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cabaf2b8-c587-4ea4-86db-ed4443258806", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cabaf2b8-c587-4ea4-86db-ed4443258806", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:31.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "cabaf2b8-c587-4ea4-86db-ed4443258806", "security_groups": [{"name": "default"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:31Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_proxy_host_q1mvni", "created": "2018-08-23T10:59:00Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:25", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:25", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "rel": "bookmark"}], "image": {"id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "links": [{"href": "http://172.30.9.21:8774/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T10:56:52.000000", "flavor": {"id": "541b75e2-b9e7-4716-b779-112fd5397f69", "links": [{"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}]}, "id": "e3bc5ed8-7dad-44d2-bafa-8e771919f6be", "security_groups": [{"name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:06:50Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "cloudify_ims-vm_69982e87-579e-481c-ba09-3f89ced41fdf", "created": "2018-08-23T10:54:46Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:06:51,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ffeec2d-f929-4e0e-a354-d53957d05ef7 2018-08-23 11:06:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757011890411s 2018-08-23 11:06:51,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ffeec2d-f929-4e0e-a354-d53957d05ef7 2018-08-23 11:06:51,134 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:06:53,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:06:53,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:53,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae251483-7f9e-48ac-b96c-c69bceb35768 x-compute-request-id: req-ae251483-7f9e-48ac-b96c-c69bceb35768 Content-Encoding: gzip Content-Length: 1573 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:33:f2", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:37.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "42f5d951-bd5d-46fd-a5a8-956b5ae2a191", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:33Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_homer_host_rskbi7", "created": "2018-08-23T10:59:13Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:4c:2d", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:4c:2d", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ff7a61d9-4751-4d15-96d2-d7829dac3416", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ff7a61d9-4751-4d15-96d2-d7829dac3416", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:27.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ff7a61d9-4751-4d15-96d2-d7829dac3416", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_ellis"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:27Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_ellis_host_jwzsoz", "created": "2018-08-23T10:59:08Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:b1:6d", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d1fa617-8d3e-46a0-b356-025ca96ab698", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d1fa617-8d3e-46a0-b356-025ca96ab698", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:27.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "2d1fa617-8d3e-46a0-b356-025ca96ab698", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_vellum"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:35Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_vellum_host_fs1143", "created": "2018-08-23T10:59:06Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:13:0f", "version": 4, "addr": "192.168.120.20", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:13:0f", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:26.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ec2bdf21-2f5c-4f79-bd8e-aaea7a7b96a6", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_bono"}, {"name": "clearwater-sg_internal_sip"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:26Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_bono_host_tt6l80", "created": "2018-08-23T10:59:06Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:fc:c9", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:fc:c9", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2e5325a5-6d54-47d9-b38e-7987bd32bc19", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2e5325a5-6d54-47d9-b38e-7987bd32bc19", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:33.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "2e5325a5-6d54-47d9-b38e-7987bd32bc19", "security_groups": [{"name": "clearwater-sg_bind"}, {"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:33Z", "hostId": "dc6288283d14181ccd260beb60666d4a5920978a84d3e7ef62394cf5", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_bind_host_gfyaar", "created": "2018-08-23T10:59:04Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:2f:5c", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d6bdbdc4-22df-48d5-ac38-b9212159a7af", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d6bdbdc4-22df-48d5-ac38-b9212159a7af", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:35.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "d6bdbdc4-22df-48d5-ac38-b9212159a7af", "security_groups": [{"name": "clearwater-sg_dime"}, {"name": "default"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:34Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_dime_host_5ej267", "created": "2018-08-23T10:59:03Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:9b:e2", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ae4ed7f1-3a63-42e7-b69d-9452be599f44", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ae4ed7f1-3a63-42e7-b69d-9452be599f44", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-23T11:01:35.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "ae4ed7f1-3a63-42e7-b69d-9452be599f44", "security_groups": [{"name": "default"}, {"name": "clearwater-sg_internal_sip"}, {"name": "clearwater-sg_sprout"}, {"name": "clearwater-sg_base"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-23T11:04:34Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_sprout_host_ahabo1", "created": "2018-08-23T10:59:01Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:5c:3b", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cabaf2b8-c587-4ea4-86db-ed4443258806", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cabaf2b8-c587-4ea4-86db-ed4443258806", "rel": "bookmark"}], "image": {"id": "13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "links": [{"href": "http://172.30.9.21:8774/images/13900a3a-25ff-4a02-aec9-3f995d3c0ffc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:01:31.000000", "flavor": {"id": "87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "links": [{"href": "http://172.30.9.21:8774/flavors/87a1d055-eb5b-416b-a8b5-f28eebe1ea8b", "rel": "bookmark"}]}, "id": "cabaf2b8-c587-4ea4-86db-ed4443258806", "security_groups": [{"name": "default"}], "user_id": "40bb2706420645df9ce59600712350c3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:01:31Z", "hostId": "319a2d175eb6e9fa146e780619b6c53c94635978fce5cba6dfaafd46", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf", "name": "server_clearwater-opnfv_proxy_host_q1mvni", "created": "2018-08-23T10:59:00Z", "tenant_id": "d6971c5176444e3889fa955a125cc103", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_69982e87-579e-481c-ba09-3f89ced41fdf", "cloudify_management_network_id": "7ff4b8ef-83da-4a80-b42a-3c8ba48be535"}}]} 2018-08-23 11:06:53,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae251483-7f9e-48ac-b96c-c69bceb35768 2018-08-23 11:06:53,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812427997589s 2018-08-23 11:06:53,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae251483-7f9e-48ac-b96c-c69bceb35768 2018-08-23 11:06:53,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:06:53,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:54,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 35166 X-Openstack-Request-Id: req-cf4ca767-905b-44cc-b129-d6048ee10a51 Date: Thu, 23 Aug 2018 11:06:54 GMT RESP BODY: {"security_groups": [{"description": "DNS", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:45Z", "updated_at": "2018-08-23T10:58:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:46Z", "revision_number": 0, "id": "06ff44ad-032e-4bf4-b7a7-ed30d509df88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:46Z", "security_group_id": "2aabc332-095a-46e4-becf-9def7b454286", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 53, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "646e4f59-3672-43b1-a1f8-78579b20fae5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "2aabc332-095a-46e4-becf-9def7b454286", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 53, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "7cd6289c-7639-4046-b922-7ad56224c100", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "2aabc332-095a-46e4-becf-9def7b454286", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 53, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:45Z", "revision_number": 0, "id": "ad64d7d9-3910-4705-bb26-583ae1d13e32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:45Z", "security_group_id": "2aabc332-095a-46e4-becf-9def7b454286", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 3, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "2aabc332-095a-46e4-becf-9def7b454286", "name": "clearwater-sg_bind"}, {"description": "memcached Chronos REST", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:48Z", "updated_at": "2018-08-23T10:58:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 8889, "updated_at": "2018-08-23T10:58:50Z", "revision_number": 0, "id": "0a48f3ec-973d-4de6-987c-33f2d6ab4c06", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:50Z", "security_group_id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 8889, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "43bf582a-8c03-49ed-b46d-4e93157e7701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:48Z", "security_group_id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 8888, "updated_at": "2018-08-23T10:58:50Z", "revision_number": 0, "id": "4cf5ad07-f1fa-4be6-98ef-f52e36fc5264", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:50Z", "security_group_id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 8888, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "73a1c42f-515c-4421-b0dc-111b60b96d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:48Z", "security_group_id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 10888, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "c4b13747-ea1c-49b8-b910-85d3029feb8f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:51Z", "security_group_id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 10888, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 4, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3a1add77-3d59-4a4c-9c0d-2b51dd4dda21", "name": "clearwater-sg_dime"}, {"description": "Default security group", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:53:14Z", "updated_at": "2018-08-23T10:57:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "23b3571c-f699-4132-abe6-42606f6deac7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "2f363ad4-90c8-4223-9e5f-be3c62081757", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "41312f9a-5eed-47d9-b41f-8bb33f7bc1a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:53:14Z", "revision_number": 0, "id": "bbfbf4bb-43f0-4d79-8dce-bc96e3291077", "remote_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "remote_ip_prefix": null, "created_at": "2018-08-23T10:53:14Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:57:52Z", "revision_number": 0, "id": "ea76430e-b026-4cdf-9499-b57f5d1236db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:57:52Z", "security_group_id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 2, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "3d341ffa-daa9-42b0-8f74-3080bc2eef84", "name": "default"}, {"description": "STUN SIP RTP 0MQ", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:50Z", "updated_at": "2018-08-23T10:58:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 3478, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "2f98fa3b-869b-4667-ae62-30c1af793661", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 3478, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "713bc3a3-40b6-4ddf-be48-7d5747cb891a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 32768, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5060, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "72358683-6de9-4349-bcf1-8d24f9c44419", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5060, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 6669, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "7363cd53-30d4-4078-b767-810bedae11c8", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 6669, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5060, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "aeb92ba0-99ee-4d66-af6f-7fbb0794210c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5060, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:50Z", "revision_number": 0, "id": "ca54c292-1324-4f2b-917f-3d8e5b0aebed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:50Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 3478, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "d5176f0a-15bc-41c5-b492-c7b3d8a0a0e5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 3478, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:50Z", "revision_number": 0, "id": "df23f0aa-0e5a-491b-ab78-ce2a5a2088ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:50Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5058, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "e0284276-f2f5-44eb-bd3c-de308a78e5ed", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5058, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5062, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "fcdd5277-91f6-430d-babe-30f908f649ce", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5062, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 9, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "50acf43b-260c-43e9-b4c2-4b3bd762a145", "name": "clearwater-sg_bono"}, {"description": "REST Cassandra 0MQ", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:45Z", "updated_at": "2018-08-23T10:58:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7000, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "163a317c-c44e-4c4c-918d-2c71272653f3", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 7000, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:45Z", "revision_number": 0, "id": "2275168f-2c94-4b11-967e-7d302caef17d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:45Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 11311, "updated_at": "2018-08-23T10:58:47Z", "revision_number": 0, "id": "444bb77a-94f3-40e7-ae45-2e33a59414ba", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:47Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 11311, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9160, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "7b991083-5231-492f-9ef7-ef1eb3735ec5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 9160, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:45Z", "revision_number": 0, "id": "864c7598-9e3a-4cdd-a300-b74702bfae1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:45Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7253, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "8bc17242-a9a8-4f30-9f42-c89a5366d14e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 7253, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 6668, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "dd8aafc7-a284-40ff-b982-b793ddc50180", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 6667, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 11211, "updated_at": "2018-08-23T10:58:47Z", "revision_number": 0, "id": "e642a0f3-141b-4cf9-98bb-10be763b209d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:47Z", "security_group_id": "662460dd-0940-4c3b-a547-300ead163763", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 11211, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 7, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "662460dd-0940-4c3b-a547-300ead163763", "name": "clearwater-sg_vellum"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:54:42Z", "updated_at": "2018-08-23T10:54:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "402adf27-6eca-4127-aba4-0b796dad4142", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "57d5305f-e838-4df3-a0c2-2957cf763cf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-23T10:54:44Z", "revision_number": 0, "id": "90d063aa-0ee0-438c-8e60-12dee9108546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "c6d9248b-1a58-4e9b-8eef-d3552af89eb8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:42Z", "revision_number": 0, "id": "e7759b61-632e-485c-888d-0cdd4054f30b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:42Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "f357f10a-d069-4cb6-a99a-284e3aee50b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T10:54:44Z", "revision_number": 0, "id": "f425249f-4cf3-4c7c-a025-f8d2d7c25f5a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:44Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:54:43Z", "revision_number": 0, "id": "fd64d6fc-23e9-46aa-b4fa-d9c75bf30512", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:54:43Z", "security_group_id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 7, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "6788b785-c1b5-4a7f-a24b-8a4bb2836475", "name": "cloudify_ims-sg_69982e87-579e-481c-ba09-3f89ced41fdf"}, {"description": "Internal SIP signalling", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:51Z", "updated_at": "2018-08-23T10:58:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5052, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "61f957a6-1d7c-4f84-a637-eafb75993d69", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "84ac5106-e268-49e9-858e-9505b0e235df", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5052, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5058, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "a3059a12-6f7c-45ce-92b6-1d28feb0f26c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "84ac5106-e268-49e9-858e-9505b0e235df", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5058, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "db315aae-3eff-4ee1-bbf1-44b41c000199", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:51Z", "security_group_id": "84ac5106-e268-49e9-858e-9505b0e235df", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5054, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "eb7db6a6-b12d-4956-8663-8d82c9de7fd0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "84ac5106-e268-49e9-858e-9505b0e235df", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 5054, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "f0352610-82bb-4673-8460-3f00ca80f63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:51Z", "security_group_id": "84ac5106-e268-49e9-858e-9505b0e235df", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 4, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "84ac5106-e268-49e9-858e-9505b0e235df", "name": "clearwater-sg_internal_sip"}, {"description": "Web UI", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:48Z", "updated_at": "2018-08-23T10:58:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "483bd894-f8ba-449e-b5cd-cc2d9cc444be", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:51Z", "security_group_id": "9365a6d5-7977-4140-b0f2-f0a5889f9e4e", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "815919db-1ce7-4581-823a-b4f89a50aea8", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:51Z", "security_group_id": "9365a6d5-7977-4140-b0f2-f0a5889f9e4e", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "820092ca-f528-41ac-bb76-729622c6a391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:48Z", "security_group_id": "9365a6d5-7977-4140-b0f2-f0a5889f9e4e", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "ca1a07c2-2cc9-48eb-acb4-7c501e34f9b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:48Z", "security_group_id": "9365a6d5-7977-4140-b0f2-f0a5889f9e4e", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 3, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "9365a6d5-7977-4140-b0f2-f0a5889f9e4e", "name": "clearwater-sg_ellis"}, {"description": "REST Cassandra 0MQ", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:54Z", "updated_at": "2018-08-23T10:58:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "4bb4940c-3ce8-48de-a45f-e86d909d38f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:54Z", "security_group_id": "b1182a6a-e396-40e2-a253-2603a21b0420", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7888, "updated_at": "2018-08-23T10:58:57Z", "revision_number": 0, "id": "631a0daf-0f03-4d14-a848-9de2224feaab", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:57Z", "security_group_id": "b1182a6a-e396-40e2-a253-2603a21b0420", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 7888, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "6ed410f8-1b83-461f-8d80-b189eec7b4d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:54Z", "security_group_id": "b1182a6a-e396-40e2-a253-2603a21b0420", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9160, "updated_at": "2018-08-23T10:58:57Z", "revision_number": 0, "id": "951b8561-abbd-4051-ad9a-82a08c54e679", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:57Z", "security_group_id": "b1182a6a-e396-40e2-a253-2603a21b0420", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 9160, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 3, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "b1182a6a-e396-40e2-a253-2603a21b0420", "name": "clearwater-sg_homer"}, {"description": "memcached Chronos 0MQ", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:45Z", "updated_at": "2018-08-23T10:58:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:46Z", "revision_number": 0, "id": "0552a2d9-bbfe-4241-afab-b677a2b76896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:46Z", "security_group_id": "b6886245-cbd6-408e-b12e-10f1f34ebb57", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9888, "updated_at": "2018-08-23T10:58:48Z", "revision_number": 0, "id": "565b244d-0c1f-4cfd-9813-04b0d1a9ac4c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:48Z", "security_group_id": "b6886245-cbd6-408e-b12e-10f1f34ebb57", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 9888, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:45Z", "revision_number": 0, "id": "8a713b25-920d-4491-aa56-e5e5a91d3208", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:45Z", "security_group_id": "b6886245-cbd6-408e-b12e-10f1f34ebb57", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 2, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "b6886245-cbd6-408e-b12e-10f1f34ebb57", "name": "clearwater-sg_sprout"}, {"description": "SSH", "tags": [], "tenant_id": "d6971c5176444e3889fa955a125cc103", "created_at": "2018-08-23T10:58:51Z", "updated_at": "2018-08-23T10:58:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "3b36a536-266a-4cef-bb6e-7229799b54cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:51Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 161, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "5a21298e-9c78-43ce-a864-0bf3d2f76c6b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 161, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "5fd76cce-43c0-4390-b045-3b0146923e12", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T10:58:51Z", "revision_number": 0, "id": "623847a4-686c-4ea9-8701-f94ea6e7129f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T10:58:51Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": null, "ethertype": "IPv6", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 4000, "updated_at": "2018-08-23T10:58:53Z", "revision_number": 0, "id": "62be9b7f-b680-4e7f-8f62-af060ef43916", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:53Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 4000, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 2380, "updated_at": "2018-08-23T10:58:54Z", "revision_number": 0, "id": "672751ef-5c95-4d06-b8ad-d3c6e97a484e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-23T10:58:54Z", "security_group_id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "tenant_id": "d6971c5176444e3889fa955a125cc103", "port_range_min": 2380, "ethertype": "IPv4", "project_id": "d6971c5176444e3889fa955a125cc103"}], "revision_number": 5, "project_id": "d6971c5176444e3889fa955a125cc103", "id": "d9cb321e-62b9-4fdb-9f0b-af565a59e316", "name": "clearwater-sg_base"}]} 2018-08-23 11:06:54,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cf4ca767-905b-44cc-b129-d6048ee10a51 2018-08-23 11:06:54,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.11302614212s 2018-08-23 11:06:54,075 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cf4ca767-905b-44cc-b129-d6048ee10a51 2018-08-23 11:06:54,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 11:06:54,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6788b785-c1b5-4a7f-a24b-8a4bb2836475.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:54,273 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61060331-3afc-41ef-84e8-4e4f71dc060e Content-Length: 0 Date: Thu, 23 Aug 2018 11:06:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:06:54,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6788b785-c1b5-4a7f-a24b-8a4bb2836475.json used request id req-61060331-3afc-41ef-84e8-4e4f71dc060e 2018-08-23 11:06:54,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194385051727s 2018-08-23 11:06:54,274 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6788b785-c1b5-4a7f-a24b-8a4bb2836475.json used request id req-61060331-3afc-41ef-84e8-4e4f71dc060e 2018-08-23 11:06:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 11:06:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:54,310 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:06: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-47aaf04f-8c6d-41b7-a98b-d4153cd9b9b4 x-compute-request-id: req-47aaf04f-8c6d-41b7-a98b-d4153cd9b9b4 Content-Length: 0 Content-Type: application/json 2018-08-23 11:06:54,310 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf used request id req-47aaf04f-8c6d-41b7-a98b-d4153cd9b9b4 2018-08-23 11:06:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0354521274567s 2018-08-23 11:06:54,310 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_69982e87-579e-481c-ba09-3f89ced41fdf used request id req-47aaf04f-8c6d-41b7-a98b-d4153cd9b9b4 2018-08-23 11:06:54,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 11:06:54,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" -d '{"subnet_id": "bab7cc6f-9afc-465b-86e8-f9ce9038f8e3"}' 2018-08-23 11:06:54,667 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 268 X-Openstack-Request-Id: req-4a78c8a4-49fb-472c-96dd-6ce1406e6fb8 Date: Thu, 23 Aug 2018 11:06:54 GMT RESP BODY: {"NeutronError": {"message": "Router interface for subnet bab7cc6f-9afc-465b-86e8-f9ce9038f8e3 on router 2d5a14c1-1ad1-4822-86cb-4087851c0337 cannot be deleted, as it is required by one or more floating IPs.", "type": "RouterInterfaceInUseByFloatingIP", "detail": ""}} 2018-08-23 11:06:54,668 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/remove_router_interface.json used request id req-4a78c8a4-49fb-472c-96dd-6ce1406e6fb8 2018-08-23 11:06:54,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 0.356891155243s 2018-08-23 11:06:54,668 - functest.core.tenantnetwork - ERROR - cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 250, in clean self.router, self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4252, in remove_router_interface router['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error detaching interface from router 2d5a14c1-1ad1-4822-86cb-4087851c0337. (409) Client Error for url: http://172.30.9.21:9696/v2.0/routers/2d5a14c1-1ad1-4822-86cb-4087851c0337/remove_router_interface.json Router interface for subnet bab7cc6f-9afc-465b-86e8-f9ce9038f8e3 on router 2d5a14c1-1ad1-4822-86cb-4087851c0337 cannot be deleted, as it is required by one or more floating IPs. 2018-08-23 11:06:54,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:06:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:54,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-7c95641e-566e-439f-a3f7-9842841631a4 Date: Thu, 23 Aug 2018 11:06:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T10:54:41Z", "file": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/file", "owner": "d6971c5176444e3889fa955a125cc103", "id": "6b7d4790-46fe-4666-ab4a-20b26f46a811", "size": 4373348352, "self": "/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6b7d4790-46fe-4666-ab4a-20b26f46a811/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_69982e87-579e-481c-ba09-3f89ced41fdf", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T10:53:42Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:06:54,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c95641e-566e-439f-a3f7-9842841631a4 2018-08-23 11:06:54,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0370409488678s 2018-08-23 11:06:54,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c95641e-566e-439f-a3f7-9842841631a4 2018-08-23 11:06:54,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 11:06:54,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9726948c5de78206aafe92ef7e1b706422c33da4" 2018-08-23 11:06:56,086 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a84cde4-5454-41d6-b19d-82a7682e58fd Date: Thu, 23 Aug 2018 11:06:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:06:56,086 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811 used request id req-9a84cde4-5454-41d6-b19d-82a7682e58fd 2018-08-23 11:06:56,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.33498191833s 2018-08-23 11:06:56,086 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6b7d4790-46fe-4666-ab4a-20b26f46a811 used request id req-9a84cde4-5454-41d6-b19d-82a7682e58fd 2018-08-23 11:06:56,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:06:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:56,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06: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-a4af342f-e715-4aa3-9a49-9d95b4d2209d x-compute-request-id: req-a4af342f-e715-4aa3-9a49-9d95b4d2209d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_69982e87-579e-481c-ba09-3f89ced41fdf", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/541b75e2-b9e7-4716-b779-112fd5397f69", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "541b75e2-b9e7-4716-b779-112fd5397f69"}]} 2018-08-23 11:06:56,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a4af342f-e715-4aa3-9a49-9d95b4d2209d 2018-08-23 11:06:56,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.021124124527s 2018-08-23 11:06:56,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a4af342f-e715-4aa3-9a49-9d95b4d2209d 2018-08-23 11:06:56,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 11:06:56,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:56,138 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:06: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-6e55db19-30ee-41b5-9c20-d4686f26bddd x-compute-request-id: req-6e55db19-30ee-41b5-9c20-d4686f26bddd Content-Length: 0 Content-Type: application/json 2018-08-23 11:06:56,138 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69 used request id req-6e55db19-30ee-41b5-9c20-d4686f26bddd 2018-08-23 11:06:56,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0288951396942s 2018-08-23 11:06:56,139 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/541b75e2-b9e7-4716-b779-112fd5397f69 used request id req-6e55db19-30ee-41b5-9c20-d4686f26bddd 2018-08-23 11:06:56,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:06:56,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:56,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17aa2b0-9655-48c7-8f8e-0ce60ef7271f Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "links": {"self": "http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "40bb2706420645df9ce59600712350c3", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:06:56,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b17aa2b0-9655-48c7-8f8e-0ce60ef7271f 2018-08-23 11:06:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.235376119614s 2018-08-23 11:06:56,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b17aa2b0-9655-48c7-8f8e-0ce60ef7271f 2018-08-23 11:06:56,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:06:56,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:56,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb6aef0-e970-4017-8b0f-020fe8396816 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_69982e87-579e-481c-ba09-3f89ced41fdf", "links": {"self": "http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "40bb2706420645df9ce59600712350c3", "description": null}} 2018-08-23 11:06:56,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 used request id req-aeb6aef0-e970-4017-8b0f-020fe8396816 2018-08-23 11:06:56,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190551042557s 2018-08-23 11:06:56,570 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 used request id req-aeb6aef0-e970-4017-8b0f-020fe8396816 2018-08-23 11:06:56,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 11:06:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:56,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:06:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ba07b22-3ca6-402a-bf70-83ae47fecff1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:06:56,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 used request id req-3ba07b22-3ca6-402a-bf70-83ae47fecff1 2018-08-23 11:06:56,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.319709062576s 2018-08-23 11:06:56,891 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40bb2706420645df9ce59600712350c3 used request id req-3ba07b22-3ca6-402a-bf70-83ae47fecff1 2018-08-23 11:06:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:06:56,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:57,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-285aaa91-46e4-4bef-a8c6-42f5cbb18206 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103"}, "tags": [], "enabled": true, "id": "d6971c5176444e3889fa955a125cc103", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_69982e87-579e-481c-ba09-3f89ced41fdf"}]} 2018-08-23 11:06:57,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-285aaa91-46e4-4bef-a8c6-42f5cbb18206 2018-08-23 11:06:57,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.177785873413s 2018-08-23 11:06:57,075 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-285aaa91-46e4-4bef-a8c6-42f5cbb18206 2018-08-23 11:06:57,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 11:06:57,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b44d1df9bb2af55f19c4ecdcf84212a1576ffd53" 2018-08-23 11:06:57,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:06:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e16849f-694c-4bb9-8789-ef57b0eb72a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:06:57,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103 used request id req-4e16849f-694c-4bb9-8789-ef57b0eb72a6 2018-08-23 11:06:57,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.243283033371s 2018-08-23 11:06:57,324 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d6971c5176444e3889fa955a125cc103 used request id req-4e16849f-694c-4bb9-8789-ef57b0eb72a6 2018-08-23 11:06:57,324 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-23 11:06:57,353 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:06:57,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:06:57,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:06:57,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:06:57,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:06:57,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:06:57,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:06:57,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467fa659-4d27-4258-b920-a851b217bc7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:06:57,389 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-467fa659-4d27-4258-b920-a851b217bc7e 2018-08-23 11:06:57,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:06:57,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:06:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["6buUJSYUT8GnC08D_tGFLQ"], "issued_at": "2018-08-23T11:06:57.000000Z"}} 2018-08-23 11:06:57,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:06:57,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:58,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-242b5141-35df-4084-b36c-35a6313fb99c Date: Thu, 23 Aug 2018 11:06:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 11:06:58,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-242b5141-35df-4084-b36c-35a6313fb99c 2018-08-23 11:06:58,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364423036575s 2018-08-23 11:06:58,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-242b5141-35df-4084-b36c-35a6313fb99c 2018-08-23 11:06:58,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:06:58,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8107e266-df1d-44e8-87c8-8cc6cd4d2c80 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 11:06:58,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-8107e266-df1d-44e8-87c8-8cc6cd4d2c80 2018-08-23 11:06:58,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:06:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:58,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a90869f-a491-4fba-8c08-a16c22853377 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 11:06:58,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7a90869f-a491-4fba-8c08-a16c22853377 2018-08-23 11:06:58,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110624074936s 2018-08-23 11:06:58,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7a90869f-a491-4fba-8c08-a16c22853377 2018-08-23 11:06:58,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 11:06:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}}' 2018-08-23 11:06:58,482 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c898da9-8d34-4215-8a3a-a8029ab197ff Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b"}, "tags": [], "enabled": true, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}} 2018-08-23 11:06:58,482 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1c898da9-8d34-4215-8a3a-a8029ab197ff 2018-08-23 11:06:58,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.20228600502s 2018-08-23 11:06:58,483 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1c898da9-8d34-4215-8a3a-a8029ab197ff 2018-08-23 11:06:58,483 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d'}) 2018-08-23 11:06:58,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 11:06:58,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c6a737a6-b790-4b9d-8baa-96f6a7e535f0", "email": null, "name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d"}}' 2018-08-23 11:06:58,904 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11cb9011-e4f1-428a-912d-6c3a4f79234e Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": {"self": "http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2a5a040c7cd45cc99b925de4466e9a5", "domain_id": "default", "password_expires_at": null}} 2018-08-23 11:06:58,904 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-11cb9011-e4f1-428a-912d-6c3a4f79234e 2018-08-23 11:06:58,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.414905071259s 2018-08-23 11:06:58,905 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-11cb9011-e4f1-428a-912d-6c3a4f79234e 2018-08-23 11:06:58,905 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d'}) 2018-08-23 11:06:58,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:06:58,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e460b08b-2e99-4e67-8db4-f2a541fac80d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:06:59,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e460b08b-2e99-4e67-8db4-f2a541fac80d 2018-08-23 11:06:59,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179847955704s 2018-08-23 11:06:59,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e460b08b-2e99-4e67-8db4-f2a541fac80d 2018-08-23 11:06:59,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:06:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771e7b0e-3df8-40d1-aef3-056277463b2f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:06:59,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-771e7b0e-3df8-40d1-aef3-056277463b2f 2018-08-23 11:06:59,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185127019882s 2018-08-23 11:06:59,280 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-771e7b0e-3df8-40d1-aef3-056277463b2f 2018-08-23 11:06:59,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:06:59,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06d1ca3-5eb0-424c-942d-7ecbf120a6ee Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:06:59,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a06d1ca3-5eb0-424c-942d-7ecbf120a6ee 2018-08-23 11:06:59,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971009731293s 2018-08-23 11:06:59,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a06d1ca3-5eb0-424c-942d-7ecbf120a6ee 2018-08-23 11:06:59,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:06:59,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-825bb8eb-207f-47f5-b26f-345cf48b25d6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 11:06:59,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-825bb8eb-207f-47f5-b26f-345cf48b25d6 2018-08-23 11:06:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.164085149765s 2018-08-23 11:06:59,548 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-825bb8eb-207f-47f5-b26f-345cf48b25d6 2018-08-23 11:06:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:06:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-397362ae-469d-45de-b4d6-7cad3f67dccf Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": {"self": "http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2a5a040c7cd45cc99b925de4466e9a5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:06:59,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-397362ae-469d-45de-b4d6-7cad3f67dccf 2018-08-23 11:06:59,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116059064865s 2018-08-23 11:06:59,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-397362ae-469d-45de-b4d6-7cad3f67dccf 2018-08-23 11:06:59,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:06:59,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09768165-3c28-4a9d-82ea-86a4d46c72a8 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b"}, "tags": [], "enabled": true, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 11:06:59,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-09768165-3c28-4a9d-82ea-86a4d46c72a8 2018-08-23 11:06:59,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102334976196s 2018-08-23 11:06:59,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-09768165-3c28-4a9d-82ea-86a4d46c72a8 2018-08-23 11:06:59,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 11:06:59,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:06:59,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-147a2ef1-18db-449c-9923-005db8a6eef0 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b", "previous": null, "next": null}} 2018-08-23 11:06:59,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b used request id req-147a2ef1-18db-449c-9923-005db8a6eef0 2018-08-23 11:06:59,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176674842834s 2018-08-23 11:06:59,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b used request id req-147a2ef1-18db-449c-9923-005db8a6eef0 2018-08-23 11:06:59,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 11:06:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:06:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a72875a2-6122-472b-86e4-594b3f1e4348 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:07:00,104 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-a72875a2-6122-472b-86e4-594b3f1e4348 2018-08-23 11:07:00,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141706943512s 2018-08-23 11:07:00,104 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-a72875a2-6122-472b-86e4-594b3f1e4348 2018-08-23 11:07:00,104 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c6a737a6-b790-4b9d-8baa-96f6a7e535f0', 'username': u'heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:07:00,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:07:00,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:07:00,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:07:00,107 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d', 'password': 'c6a737a6-b790-4b9d-8baa-96f6a7e535f0', 'project_name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '7ac17fdbfbbd48a6a04ee0960528c82b', 'project_domain_name': 'Default'} 2018-08-23 11:07:00,123 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-08-23 11:07:00,123 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-23 11:07:00,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:07:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3019cb0a-8362-4d36-93d2-19bc26dc5d71 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b"}, "tags": [], "enabled": true, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}]} 2018-08-23 11:07:00,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3019cb0a-8362-4d36-93d2-19bc26dc5d71 2018-08-23 11:07:00,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101406812668s 2018-08-23 11:07:00,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3019cb0a-8362-4d36-93d2-19bc26dc5d71 2018-08-23 11:07:00,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-23 11:07:00,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/7ac17fdbfbbd48a6a04ee0960528c82b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-23 11:07:00,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-8ec9ef35-0af9-4438-a94f-1375c7498a8c Date: Thu, 23 Aug 2018 11:07:00 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-23 11:07:00,291 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/7ac17fdbfbbd48a6a04ee0960528c82b.json used request id req-8ec9ef35-0af9-4438-a94f-1375c7498a8c 2018-08-23 11:07:00,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.0626089572906s 2018-08-23 11:07:00,292 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/7ac17fdbfbbd48a6a04ee0960528c82b.json used request id req-8ec9ef35-0af9-4438-a94f-1375c7498a8c 2018-08-23 11:07:00,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:07:00,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b014966-fa6e-4d35-a05b-077eed150be7 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:07:00,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b014966-fa6e-4d35-a05b-077eed150be7 2018-08-23 11:07:00,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177583932877s 2018-08-23 11:07:00,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b014966-fa6e-4d35-a05b-077eed150be7 2018-08-23 11:07:00,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-23 11:07:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-23 11:07:00,596 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cceb332-96af-4086-a7c0-a2ea09b6fc42 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2f2ad5698b6d43daba08bfffa82f7bcd", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd"}, "name": "heat_stack_owner"}} 2018-08-23 11:07:00,596 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6cceb332-96af-4086-a7c0-a2ea09b6fc42 2018-08-23 11:07:00,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.121975898743s 2018-08-23 11:07:00,597 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6cceb332-96af-4086-a7c0-a2ea09b6fc42 2018-08-23 11:07:00,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:07:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242315f8-f897-4474-8b91-f32aba49d2c5 Content-Encoding: gzip Content-Length: 409 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2f2ad5698b6d43daba08bfffa82f7bcd", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:07:00,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-242315f8-f897-4474-8b91-f32aba49d2c5 2018-08-23 11:07:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0997560024261s 2018-08-23 11:07:00,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-242315f8-f897-4474-8b91-f32aba49d2c5 2018-08-23 11:07:00,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:07:00,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9858f2-1fcb-4b01-820b-19ee5557d55e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 11:07:00,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ed9858f2-1fcb-4b01-820b-19ee5557d55e 2018-08-23 11:07:00,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105752944946s 2018-08-23 11:07:00,808 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ed9858f2-1fcb-4b01-820b-19ee5557d55e 2018-08-23 11:07:00,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:07:00,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:00,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b8207d-96e7-4c2f-b05a-35737735158b Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": {"self": "http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2a5a040c7cd45cc99b925de4466e9a5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:07:00,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f9b8207d-96e7-4c2f-b05a-35737735158b 2018-08-23 11:07:00,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11017203331s 2018-08-23 11:07:00,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f9b8207d-96e7-4c2f-b05a-35737735158b 2018-08-23 11:07:00,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:07:00,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:01,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f45853e-e6f6-475c-a7a1-1cc2c6ddc4df Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b"}, "tags": [], "enabled": true, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 11:07:01,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0f45853e-e6f6-475c-a7a1-1cc2c6ddc4df 2018-08-23 11:07:01,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0986461639404s 2018-08-23 11:07:01,022 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-0f45853e-e6f6-475c-a7a1-1cc2c6ddc4df 2018-08-23 11:07:01,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 11:07:01,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=2f2ad5698b6d43daba08bfffa82f7bcd&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:01,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50850bd2-7723-474f-85d5-201e9342370c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=2f2ad5698b6d43daba08bfffa82f7bcd&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b", "previous": null, "next": null}} 2018-08-23 11:07:01,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=2f2ad5698b6d43daba08bfffa82f7bcd&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b used request id req-50850bd2-7723-474f-85d5-201e9342370c 2018-08-23 11:07:01,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0984089374542s 2018-08-23 11:07:01,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d2a5a040c7cd45cc99b925de4466e9a5&role.id=2f2ad5698b6d43daba08bfffa82f7bcd&scope.project.id=7ac17fdbfbbd48a6a04ee0960528c82b used request id req-50850bd2-7723-474f-85d5-201e9342370c 2018-08-23 11:07:01,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 11:07:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/2f2ad5698b6d43daba08bfffa82f7bcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:07:01,328 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:07:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6868dd21-d634-431f-ae21-b15f84d33bf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:07:01,328 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/2f2ad5698b6d43daba08bfffa82f7bcd used request id req-6868dd21-d634-431f-ae21-b15f84d33bf2 2018-08-23 11:07:01,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.202181100845s 2018-08-23 11:07:01,328 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b/users/d2a5a040c7cd45cc99b925de4466e9a5/roles/2f2ad5698b6d43daba08bfffa82f7bcd used request id req-6868dd21-d634-431f-ae21-b15f84d33bf2 2018-08-23 11:07:01,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 11:07:01,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:07:01,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70edf01c-3bda-4410-ba49-8c572d7fa777 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:07:01,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-70edf01c-3bda-4410-ba49-8c572d7fa777 2018-08-23 11:07:01,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:07:01,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "2f2ad5698b6d43daba08bfffa82f7bcd", "name": "heat_stack_owner"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:07:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "id": "d2a5a040c7cd45cc99b925de4466e9a5"}, "audit_ids": ["PshChjYCSvGevY9uRLIhoA"], "issued_at": "2018-08-23T11:07:01.000000Z"}} 2018-08-23 11:07:01,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" -d '{"keypair": {"name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d"}}' 2018-08-23 11:07:02,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa482a41-92a9-44f1-882e-f20d20191f51 x-compute-request-id: req-fa482a41-92a9-44f1-882e-f20d20191f51 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOobw8Ry1VEtL6stCPn4QBv1FRXZce96v0MEKh9BL/i8lAa4WDguJAwK0DlHGmasfIgVUOXsd9Wg/CtuUTmN8hEkWM7JS38HXcmQPC8gzbzoRMak066Eb1594uBDaRXr/diuyO9s/LMG6za6BXwFSMTnugseNznIhzaLb+xRIK4TZeuhifbhuJ6IW+GHa08k9G0e9hAZlPDUY/GwpMoV1cYUKCfsy1o/sKoimU49EVU2EUJSuXuE1eQwpMBgAQfa/rxr0QT/Ds0vuzEhOpcT8JwG4tJRHre8dEt7g5jqVg2VjaGD18+b8X4pOFPAGVRuVrbEE1vM90Yck1MEAq+Kv/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzqG8PEctVRLS+rLQj5+EAb9RUV2XHver9DBCofQS/4vJQGuF\ng4LiQMCtA5RxpmrHyIFVDl7HfVoPwrblE5jfIRJFjOyUt/B13JkDwvIM286ETGpN\nOuhG9efeLgQ2kV6/3YrsjvbPyzBus2ugV8BUjE57oLHjc5yIc2i2/sUSCuE2XroY\nn24bieiFvhh2tPJPRtHvYQGZTw1GPxsKTKFdXGFCgn7MtaP7CqIplOPRFVNhFCUr\nl7hNXkMKTAYAEH2v68a9EE/w7NL7sxITqXE/CcBuLSUR63vHRLe4OY6lYNlY2hg9\nfPm/F+KThTwBlUbla2xBNbzPdGHJNTBAKvir/wIDAQABAoIBAEKzHJMMmsqCaA46\n2G30HOV/f11Xa6e4ZQ5O4cNriRJqag1cZ926yxQB3hdwvHrurwy/Cti3qYeCIeJF\nrY5041nGjyLdX2g8u5742aj8/z+Y20XbbpCcWAOa1DJgc8jbH+4AoTnI2+yH9sP9\n8uVAlUoxL2EA6x3vonA2lhOJQ7i0w2XFtRZZnfVxZx5tfbwtxLKqtygwvGXKOtpi\nvrBu+FbIvOO+apF78CaEjqpxGp+2LlyJvLMKOAQuoGBXiSe4OCt8GGE1RNyyURS3\nZPmHJ24pprxEvBr1SbZQDzE0mXNw0HU2aEDMIDYGL6j1saOzJ4w8t7OsRk0YFiN4\nzJnghKkCgYEA8vsHkV9OgOitrvhIRfm+5D6x5B9Ra85xpc4HLW6qYrxJOB0Q5Xcq\n2eC+wd0Nb5OMET+51nSY6OZ5aQ/U6V7vuxPTPt6aXmhzb3kQB5MRfJq2pyY02TjX\n2HqiAprvY5e35AmdTgOIK8aDDo8J+IZB8jaSibeghk9osUVfP8vF8M0CgYEA2bQb\nubMTcEmBETktpUgQeLBNVCGDM+XEGOnT61mYJR2R5CBjdMrgdCLAjTUfncXfx4zH\neuInCioKwGJGcPDgFpv/sUsvu5CLeke5ltcYdcHI8NA5LMH3v9d7yej5YOKZtO0N\nfKf30EHqRmvQfigk0kx05AIP0mQsNLsUj7Ov3/sCgYEA3NAw0nXQe+n4XTgZRi5u\nwjIPrAaiEdzs/wc7Epitk0kVKT+Q6Vfgw1wxPzDKUwm9krddBX20sIMy9r2Cegri\nxhqAMXROyVkW/skAPkHy9FANid14zaeQ0JSxwrhWsSVh4oSyRgGDsHSZCZQINaid\nKadaiHkuEqD7vY4Tv4BKBEkCgYBy/7QhnRnol7tpGLYm9/FTf3XpuiYvdPDoZCRA\nzzwSZxNY2U8QM9brIixqqyQ/WHZEV/ZL0EjlEp5JT+B76pHE/7TKt7fIMaur9VVw\n+8B8+9ekdamuHew8V5yZZMrOxgSB0TLtpWC/jwItHuisq5H/0MlyZDBtZ+L+G9DZ\ntAZ0nwKBgQCF1la0dgGdluerdsV28QuCler4ERPBzLRAggV6/Tvcvsq7OOeSxOLc\nIG4Bg/0erxBYQJRWtOP9qHcCnFk5bBnqxINiYnFR0+wJ8aU1cEpLp4C+qRUyKEnC\nx7phk0Nus8atwGEGC81zeH0OLFIXA1iytqnfAN7NwRdEZhLU/gZGsA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "fingerprint": "21:a7:40:ef:5c:8c:a3:ac:51:cd:46:7f:6c:4f:84:b6"}} 2018-08-23 11:07:02,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-fa482a41-92a9-44f1-882e-f20d20191f51 2018-08-23 11:07:02,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.914839029312s 2018-08-23 11:07:02,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-fa482a41-92a9-44f1-882e-f20d20191f51 2018-08-23 11:07:02,245 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOobw8Ry1VEtL6stCPn4QBv1FRXZce96v0MEKh9BL/i8lAa4WDguJAwK0DlHGmasfIgVUOXsd9Wg/CtuUTmN8hEkWM7JS38HXcmQPC8gzbzoRMak066Eb1594uBDaRXr/diuyO9s/LMG6za6BXwFSMTnugseNznIhzaLb+xRIK4TZeuhifbhuJ6IW+GHa08k9G0e9hAZlPDUY/GwpMoV1cYUKCfsy1o/sKoimU49EVU2EUJSuXuE1eQwpMBgAQfa/rxr0QT/Ds0vuzEhOpcT8JwG4tJRHre8dEt7g5jqVg2VjaGD18+b8X4pOFPAGVRuVrbEE1vM90Yck1MEAq+Kv/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzqG8PEctVRLS+rLQj5+EAb9RUV2XHver9DBCofQS/4vJQGuF\ng4LiQMCtA5RxpmrHyIFVDl7HfVoPwrblE5jfIRJFjOyUt/B13JkDwvIM286ETGpN\nOuhG9efeLgQ2kV6/3YrsjvbPyzBus2ugV8BUjE57oLHjc5yIc2i2/sUSCuE2XroY\nn24bieiFvhh2tPJPRtHvYQGZTw1GPxsKTKFdXGFCgn7MtaP7CqIplOPRFVNhFCUr\nl7hNXkMKTAYAEH2v68a9EE/w7NL7sxITqXE/CcBuLSUR63vHRLe4OY6lYNlY2hg9\nfPm/F+KThTwBlUbla2xBNbzPdGHJNTBAKvir/wIDAQABAoIBAEKzHJMMmsqCaA46\n2G30HOV/f11Xa6e4ZQ5O4cNriRJqag1cZ926yxQB3hdwvHrurwy/Cti3qYeCIeJF\nrY5041nGjyLdX2g8u5742aj8/z+Y20XbbpCcWAOa1DJgc8jbH+4AoTnI2+yH9sP9\n8uVAlUoxL2EA6x3vonA2lhOJQ7i0w2XFtRZZnfVxZx5tfbwtxLKqtygwvGXKOtpi\nvrBu+FbIvOO+apF78CaEjqpxGp+2LlyJvLMKOAQuoGBXiSe4OCt8GGE1RNyyURS3\nZPmHJ24pprxEvBr1SbZQDzE0mXNw0HU2aEDMIDYGL6j1saOzJ4w8t7OsRk0YFiN4\nzJnghKkCgYEA8vsHkV9OgOitrvhIRfm+5D6x5B9Ra85xpc4HLW6qYrxJOB0Q5Xcq\n2eC+wd0Nb5OMET+51nSY6OZ5aQ/U6V7vuxPTPt6aXmhzb3kQB5MRfJq2pyY02TjX\n2HqiAprvY5e35AmdTgOIK8aDDo8J+IZB8jaSibeghk9osUVfP8vF8M0CgYEA2bQb\nubMTcEmBETktpUgQeLBNVCGDM+XEGOnT61mYJR2R5CBjdMrgdCLAjTUfncXfx4zH\neuInCioKwGJGcPDgFpv/sUsvu5CLeke5ltcYdcHI8NA5LMH3v9d7yej5YOKZtO0N\nfKf30EHqRmvQfigk0kx05AIP0mQsNLsUj7Ov3/sCgYEA3NAw0nXQe+n4XTgZRi5u\nwjIPrAaiEdzs/wc7Epitk0kVKT+Q6Vfgw1wxPzDKUwm9krddBX20sIMy9r2Cegri\nxhqAMXROyVkW/skAPkHy9FANid14zaeQ0JSxwrhWsSVh4oSyRgGDsHSZCZQINaid\nKadaiHkuEqD7vY4Tv4BKBEkCgYBy/7QhnRnol7tpGLYm9/FTf3XpuiYvdPDoZCRA\nzzwSZxNY2U8QM9brIixqqyQ/WHZEV/ZL0EjlEp5JT+B76pHE/7TKt7fIMaur9VVw\n+8B8+9ekdamuHew8V5yZZMrOxgSB0TLtpWC/jwItHuisq5H/0MlyZDBtZ+L+G9DZ\ntAZ0nwKBgQCF1la0dgGdluerdsV28QuCler4ERPBzLRAggV6/Tvcvsq7OOeSxOLc\nIG4Bg/0erxBYQJRWtOP9qHcCnFk5bBnqxINiYnFR0+wJ8aU1cEpLp4C+qRUyKEnC\nx7phk0Nus8atwGEGC81zeH0OLFIXA1iytqnfAN7NwRdEZhLU/gZGsA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'created_at': '2018-08-23T11:07:02.245929', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'21:a7:40:ef:5c:8c:a3:ac:51:cd:46:7f:6c:4f:84:b6', 'type': 'ssh', 'id': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d'}) 2018-08-23 11:07:02,246 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-23 11:07:03,725 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-23 11:07:03,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:07:03,730 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 11:07:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 11:07:03,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:07:03,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:04,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b275a49d-1374-436a-8f71-3223f37ba9c1 Date: Thu, 23 Aug 2018 11:07:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:07:04,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b275a49d-1374-436a-8f71-3223f37ba9c1 2018-08-23 11:07:04,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278718948364s 2018-08-23 11:07:04,010 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b275a49d-1374-436a-8f71-3223f37ba9c1 2018-08-23 11:07:04,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 11:07:04,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d"}' 2018-08-23 11:07:04,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e959166a-93d4-4e8e-b56d-5dd1209a4ab1 Date: Thu, 23 Aug 2018 11:07:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:04Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": null, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": null, "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 11:07:04,089 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e959166a-93d4-4e8e-b56d-5dd1209a4ab1 2018-08-23 11:07:04,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0722548961639s 2018-08-23 11:07:04,090 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e959166a-93d4-4e8e-b56d-5dd1209a4ab1 returning object 468cc36e-e9b9-4d76-9b58-eea34a5fc28c 2018-08-23 11:07:04,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 11:07:04,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" -d '' 2018-08-23 11:07:08,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e80a9c69-8895-4063-8a91-0bdf38388c04 Date: Thu, 23 Aug 2018 11:07:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:08,003 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file used request id req-e80a9c69-8895-4063-8a91-0bdf38388c04 2018-08-23 11:07:08,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.91267895699s 2018-08-23 11:07:08,003 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file used request id req-e80a9c69-8895-4063-8a91-0bdf38388c04 2018-08-23 11:07:08,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:07:08,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:08,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-662fa1d1-bbc9-4f2c-aed2-8a210c1a70dd Date: Thu, 23 Aug 2018 11:07:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:07:08,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-662fa1d1-bbc9-4f2c-aed2-8a210c1a70dd 2018-08-23 11:07:08,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371670722961s 2018-08-23 11:07:08,045 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-662fa1d1-bbc9-4f2c-aed2-8a210c1a70dd 2018-08-23 11:07:08,047 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file', 'owner': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'size': 263193088, u'self': u'/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T11:07:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T11:07:07Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d', 'created': u'2018-08-23T11:07:04Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-23T11:07:04Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-23 11:07:08,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 11:07:08,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-23 11:07:08,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-3b76ae8b-2b08-47c2-9fce-fd477eb3e8a4 x-compute-request-id: req-3b76ae8b-2b08-47c2-9fce-fd477eb3e8a4 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}} 2018-08-23 11:07:08,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3b76ae8b-2b08-47c2-9fce-fd477eb3e8a4 2018-08-23 11:07:08,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.274336099625s 2018-08-23 11:07:08,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3b76ae8b-2b08-47c2-9fce-fd477eb3e8a4 2018-08-23 11:07:08,323 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d', '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'75a5557001334edf9fd80cd1c711e2ec', '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'9817fd75-6725-49a0-b885-b763057c3275', 'swap': 0}) 2018-08-23 11:07:08,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 11:07:08,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" -d '{"extra_specs": {}}' 2018-08-23 11:07:08,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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 x-openstack-request-id: req-4726a38f-5a7e-4647-84bb-d069fdb094d2 x-compute-request-id: req-4726a38f-5a7e-4647-84bb-d069fdb094d2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 11:07:08,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275/os-extra_specs used request id req-4726a38f-5a7e-4647-84bb-d069fdb094d2 2018-08-23 11:07:08,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022775888443s 2018-08-23 11:07:08,347 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275/os-extra_specs used request id req-4726a38f-5a7e-4647-84bb-d069fdb094d2 2018-08-23 11:07:08,347 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-23 11:07:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-23 11:07:09,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\n\\n# Email server configuration\\nsmtp_smarthost=localhost\\nsmtp_username=username\\nsmtp_password=password\\nemail_recovery_sender=clearwater@example.org\\n\\n# Keys\\nsignup_key=secret\\nturn_workaround=secret\\nellis_api_key=secret\\nellis_cookie_key=secret\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-08-23 11:07:14,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:07:09 GMT Server: Apache x-openstack-request-id: req-b07c9812-3f41-420f-b289-92e91cd14ec8 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}]}} 2018-08-23 11:07:14,970 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks used request id req-b07c9812-3f41-420f-b289-92e91cd14ec8 2018-08-23 11:07:14,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 5.84458899498s 2018-08-23 11:07:14,970 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks used request id req-b07c9812-3f41-420f-b289-92e91cd14ec8 2018-08-23 11:07:14,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:14,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:15,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:14 GMT Server: Apache x-openstack-request-id: req-4031a989-e560-4eed-bf80-92797b9c2fe2 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?sort_dir=asc Content-Length: 463 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:16,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:15 GMT Server: Apache x-openstack-request-id: req-92ae0ffc-fab9-4a17-95c2-af7fd36232de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 433 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/17a06681-1cf4-485e-a2d4-87dd9822da07", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "17a06681-1cf4-485e-a2d4-87dd9822da07"}, {"resource_name": "security_groups", "event_time": "2018-08-23T11:07:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups/events/0a5c0fd5-daa1-46f4-8778-6b3680542c5a", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-bh4o74oucgom", "id": "0a5c0fd5-daa1-46f4-8778-6b3680542c5a"}]} 2018-08-23 11:07:16,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?sort_dir=asc&sort_dir=asc used request id req-92ae0ffc-fab9-4a17-95c2-af7fd36232de 2018-08-23 11:07:16,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.43347501755s 2018-08-23 11:07:16,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?sort_dir=asc&sort_dir=asc used request id req-92ae0ffc-fab9-4a17-95c2-af7fd36232de 2018-08-23 11:07:21,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:21,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:22,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:21 GMT Server: Apache x-openstack-request-id: req-f0cf2c21-56cc-4cc9-8997-58523305862a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:23,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:22 GMT Server: Apache x-openstack-request-id: req-15b65896-e70b-4cd2-8457-5221ee226399 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 430 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-23T11:07:16Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network/events/7cb06015-a067-4769-968b-48fad6c868b7", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-d4xcjzp4x7is", "id": "7cb06015-a067-4769-968b-48fad6c868b7"}, {"resource_name": "mgmt_network", "event_time": "2018-08-23T11:07:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network/events/79caa854-e7af-4a4a-8567-9819b31b3bff", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-md2p3yn2zg2r", "id": "79caa854-e7af-4a4a-8567-9819b31b3bff"}]} 2018-08-23 11:07:23,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc&marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc used request id req-15b65896-e70b-4cd2-8457-5221ee226399 2018-08-23 11:07:23,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.71599411964s 2018-08-23 11:07:23,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc&marker=0a5c0fd5-daa1-46f4-8778-6b3680542c5a&sort_dir=asc used request id req-15b65896-e70b-4cd2-8457-5221ee226399 2018-08-23 11:07:28,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:28,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:28,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:28 GMT Server: Apache x-openstack-request-id: req-6585ea2f-40ec-41b2-bfd8-b37ed74fbb03 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:28,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:28 GMT Server: Apache x-openstack-request-id: req-a3568684-b348-479c-a4fc-6b40813d2835 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-23T11:07:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network/events/ee194748-e2b0-46ce-ace2-d53dfbdfa8e1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8747c30a-4498-4a94-bf34-d8bd08477138", "id": "ee194748-e2b0-46ce-ace2-d53dfbdfa8e1"}, {"resource_name": "security_groups", "event_time": "2018-08-23T11:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups/events/eee722c1-a225-4285-8059-78b732db7f77", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a2e7f067-c612-408e-a8e5-32fa8c2405b6", "id": "eee722c1-a225-4285-8059-78b732db7f77"}, {"resource_name": "mgmt_network", "event_time": "2018-08-23T11:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network/events/05dfc6f6-2d90-49fa-87bc-6374834bb82e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "12bc105d-8a30-43e9-b997-917ea264eb22", "id": "05dfc6f6-2d90-49fa-87bc-6374834bb82e"}]} 2018-08-23 11:07:28,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc&marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc used request id req-a3568684-b348-479c-a4fc-6b40813d2835 2018-08-23 11:07:28,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.769356012344s 2018-08-23 11:07:28,903 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc&marker=79caa854-e7af-4a4a-8567-9819b31b3bff&sort_dir=asc used request id req-a3568684-b348-479c-a4fc-6b40813d2835 2018-08-23 11:07:33,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:33,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:33,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:33 GMT Server: Apache x-openstack-request-id: req-7e930229-ff3f-4499-804b-3e47cf118428 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:33,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:33 GMT Server: Apache x-openstack-request-id: req-33d4d17c-e2a5-438a-8195-7c8b3af0eb16 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-23T11:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns/events/5656bfe9-7c34-4071-827f-f8a0645def6a", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-lfc67mbakbph", "id": "5656bfe9-7c34-4071-827f-f8a0645def6a"}]} 2018-08-23 11:07:33,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc&marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc used request id req-33d4d17c-e2a5-438a-8195-7c8b3af0eb16 2018-08-23 11:07:33,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734620094299s 2018-08-23 11:07:33,979 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc&marker=05dfc6f6-2d90-49fa-87bc-6374834bb82e&sort_dir=asc used request id req-33d4d17c-e2a5-438a-8195-7c8b3af0eb16 2018-08-23 11:07:38,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:38,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:39,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:38 GMT Server: Apache x-openstack-request-id: req-bf8867bf-435b-46ee-9b0d-2fba8a0594c6 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:40,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:39 GMT Server: Apache x-openstack-request-id: req-aefdbc6c-94c1-4f9c-a376-afbb17e0c72a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:07:40,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-aefdbc6c-94c1-4f9c-a376-afbb17e0c72a 2018-08-23 11:07:40,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.57464313507s 2018-08-23 11:07:40,558 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-aefdbc6c-94c1-4f9c-a376-afbb17e0c72a 2018-08-23 11:07:45,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:45,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:46,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:45 GMT Server: Apache x-openstack-request-id: req-56819deb-37f2-4486-8741-a20afe535efd Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:46,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:46 GMT Server: Apache x-openstack-request-id: req-b315aad8-c83a-4a6d-aa08-7c58c516bbcb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:07:46,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-b315aad8-c83a-4a6d-aa08-7c58c516bbcb 2018-08-23 11:07:46,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.721023797989s 2018-08-23 11:07:46,285 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-b315aad8-c83a-4a6d-aa08-7c58c516bbcb 2018-08-23 11:07:46,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:07:46,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:46,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:46 GMT Server: Apache x-openstack-request-id: req-fda553e0-ae51-4bb7-b60b-7967e04bfddf Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:46,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:46 GMT Server: Apache x-openstack-request-id: req-764ad741-4519-4b7b-88f2-1272475daff5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:07:46,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-764ad741-4519-4b7b-88f2-1272475daff5 2018-08-23 11:07:46,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.710220098495s 2018-08-23 11:07:46,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-764ad741-4519-4b7b-88f2-1272475daff5 2018-08-23 11:07:52,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:52,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:52,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-5082d2a0-56dd-493c-9c7a-ee6ce30aabe1 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:52,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-2fba8e9a-6737-4951-8035-f04111058f9c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:07:52,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-2fba8e9a-6737-4951-8035-f04111058f9c 2018-08-23 11:07:52,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.727956056595s 2018-08-23 11:07:52,731 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-2fba8e9a-6737-4951-8035-f04111058f9c 2018-08-23 11:07:57,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:07:57,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:57,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-a011b8b8-3569-4c8e-b20a-d5097b142a55 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:57,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-09659595-3a01-40ae-bffd-e7bfb814a418 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:07:57,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-09659595-3a01-40ae-bffd-e7bfb814a418 2018-08-23 11:07:57,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739150047302s 2018-08-23 11:07:57,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-09659595-3a01-40ae-bffd-e7bfb814a418 2018-08-23 11:07:57,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:07:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:07:57,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-b8384b0a-090e-4bbf-a6cc-5b6d25a59f1d Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:07:57,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-0a9a1ad3-6079-4d87-bca5-9a39c5a73b9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:07:57,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-0a9a1ad3-6079-4d87-bca5-9a39c5a73b9b 2018-08-23 11:07:57,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706961154938s 2018-08-23 11:07:57,883 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-0a9a1ad3-6079-4d87-bca5-9a39c5a73b9b 2018-08-23 11:08:02,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:02,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:02,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-c7a3a917-a539-456d-aaee-8b41423773fa Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:02,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-c096934b-07ce-4941-a9fa-411975e81b19 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:02,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-c096934b-07ce-4941-a9fa-411975e81b19 2018-08-23 11:08:02,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711088180542s 2018-08-23 11:08:02,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-c096934b-07ce-4941-a9fa-411975e81b19 2018-08-23 11:08:07,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:07,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:07,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:07 GMT Server: Apache x-openstack-request-id: req-6e20d447-6a92-4373-8f19-d2970b9d0f7c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:08,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:08 GMT Server: Apache x-openstack-request-id: req-f7cbab4c-8d93-4fa6-b210-6ca8d8c5cdcf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:08,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-f7cbab4c-8d93-4fa6-b210-6ca8d8c5cdcf 2018-08-23 11:08:08,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708210468292s 2018-08-23 11:08:08,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-f7cbab4c-8d93-4fa6-b210-6ca8d8c5cdcf 2018-08-23 11:08:08,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:08,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:08,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:08 GMT Server: Apache x-openstack-request-id: req-d9b500fd-4942-4a54-8789-8f62b6c9a61c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:08,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:08 GMT Server: Apache x-openstack-request-id: req-1213dd01-409f-4539-ba0b-b708ac62d38b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:08,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1213dd01-409f-4539-ba0b-b708ac62d38b 2018-08-23 11:08:08,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0534460544586s 2018-08-23 11:08:08,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1213dd01-409f-4539-ba0b-b708ac62d38b 2018-08-23 11:08:13,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:13,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:13,128 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:13 GMT Server: Apache x-openstack-request-id: req-71fbe7c3-6f33-47c3-a335-a76cc3dd763e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:13,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:13 GMT Server: Apache x-openstack-request-id: req-61dd97ab-e419-4fe2-bcd9-7bcb22cae264 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:13,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-61dd97ab-e419-4fe2-bcd9-7bcb22cae264 2018-08-23 11:08:13,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0689730644226s 2018-08-23 11:08:13,169 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-61dd97ab-e419-4fe2-bcd9-7bcb22cae264 2018-08-23 11:08:18,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:18,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:18,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:18 GMT Server: Apache x-openstack-request-id: req-cb475962-cb22-4e84-a1a0-f77dedadd07a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:18,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:18 GMT Server: Apache x-openstack-request-id: req-78ae5832-e1e5-439a-94b8-7b9b83351f1f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:18,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-78ae5832-e1e5-439a-94b8-7b9b83351f1f 2018-08-23 11:08:18,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718221664429s 2018-08-23 11:08:18,247 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-78ae5832-e1e5-439a-94b8-7b9b83351f1f 2018-08-23 11:08:18,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:18,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:18 GMT Server: Apache x-openstack-request-id: req-e23b7fa5-7ae6-4849-bf2d-02817e0f350c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:18,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:18 GMT Server: Apache x-openstack-request-id: req-8ec03f5d-96ca-4b72-ad6d-5c04af6152ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:18,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-8ec03f5d-96ca-4b72-ad6d-5c04af6152ca 2018-08-23 11:08:18,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0605640411377s 2018-08-23 11:08:18,308 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-8ec03f5d-96ca-4b72-ad6d-5c04af6152ca 2018-08-23 11:08:23,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:23,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:23,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-5d791a0f-8c19-466f-8899-46a8dc01ec56 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:23,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-c71d1f7e-b0a6-4cdb-a44a-78a6693c849d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:23,386 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-c71d1f7e-b0a6-4cdb-a44a-78a6693c849d 2018-08-23 11:08:23,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714719295502s 2018-08-23 11:08:23,387 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-c71d1f7e-b0a6-4cdb-a44a-78a6693c849d 2018-08-23 11:08:28,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:28,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:28,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-ef7df2c7-ce87-43ed-ba7d-ab1e2ec375c3 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:28,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-49f067b9-0328-4fab-bfbe-7348ccb30e06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:28,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-49f067b9-0328-4fab-bfbe-7348ccb30e06 2018-08-23 11:08:28,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710940361023s 2018-08-23 11:08:28,464 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-49f067b9-0328-4fab-bfbe-7348ccb30e06 2018-08-23 11:08:28,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:28,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:28,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-622f2099-46ae-4118-aae5-1f61771b8bc5 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:28,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-4260a347-e926-48bc-a49b-ba51ba4cd6c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:28,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-4260a347-e926-48bc-a49b-ba51ba4cd6c0 2018-08-23 11:08:28,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719740390778s 2018-08-23 11:08:28,537 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-4260a347-e926-48bc-a49b-ba51ba4cd6c0 2018-08-23 11:08:33,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:33,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:33,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-7a583571-4903-4c2f-bbbe-823d47f09aab Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:33,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-2d761570-c857-4b35-8210-ebe53eb7f399 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:33,616 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-2d761570-c857-4b35-8210-ebe53eb7f399 2018-08-23 11:08:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715630054474s 2018-08-23 11:08:33,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-2d761570-c857-4b35-8210-ebe53eb7f399 2018-08-23 11:08:38,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:38,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:38 GMT Server: Apache x-openstack-request-id: req-46129bdc-b937-4739-a508-933cb09367e8 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:39,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:38 GMT Server: Apache x-openstack-request-id: req-57d0749f-1e50-4bc0-8023-9364276b29d5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:39,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-57d0749f-1e50-4bc0-8023-9364276b29d5 2018-08-23 11:08:39,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742676019669s 2018-08-23 11:08:39,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-57d0749f-1e50-4bc0-8023-9364276b29d5 2018-08-23 11:08:39,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:39,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:39,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:39 GMT Server: Apache x-openstack-request-id: req-2f52da59-2885-4753-bbef-bc3837779bec Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:39,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:39 GMT Server: Apache x-openstack-request-id: req-5ea2b098-d3f5-485c-aaf7-3ca04833a31d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:39,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5ea2b098-d3f5-485c-aaf7-3ca04833a31d 2018-08-23 11:08:39,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.06951379776s 2018-08-23 11:08:39,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5ea2b098-d3f5-485c-aaf7-3ca04833a31d 2018-08-23 11:08:44,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:44,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:44,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-6b5b9cd5-815e-41e2-90c2-c42ff365c4b3 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:44,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-92435924-7e29-4418-bf17-05a1f9d806b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:44,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-92435924-7e29-4418-bf17-05a1f9d806b1 2018-08-23 11:08:44,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707070827484s 2018-08-23 11:08:44,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-92435924-7e29-4418-bf17-05a1f9d806b1 2018-08-23 11:08:49,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:49,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:49,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-bd26d20a-3094-4b35-96be-c4046080afcb Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:49,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-6863b102-a1c0-4871-8fcf-e8c7f6814bb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:49,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-6863b102-a1c0-4871-8fcf-e8c7f6814bb4 2018-08-23 11:08:49,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716149806976s 2018-08-23 11:08:49,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-6863b102-a1c0-4871-8fcf-e8c7f6814bb4 2018-08-23 11:08:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:49,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:49,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-7a8895c7-7468-4080-9f13-4c5db7400846 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:49,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-c3bb4a30-1225-4639-9531-1414c4918a8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:49,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-c3bb4a30-1225-4639-9531-1414c4918a8d 2018-08-23 11:08:49,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0541250705719s 2018-08-23 11:08:49,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-c3bb4a30-1225-4639-9531-1414c4918a8d 2018-08-23 11:08:54,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:54,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:54,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-76403a00-9fc7-4c8c-8605-0ca9dcfdac32 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:54,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-918040a5-9fe0-494c-92da-f8eecd8cd96f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:54,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-918040a5-9fe0-494c-92da-f8eecd8cd96f 2018-08-23 11:08:54,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0895478725433s 2018-08-23 11:08:54,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-918040a5-9fe0-494c-92da-f8eecd8cd96f 2018-08-23 11:08:59,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:08:59,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:59,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-5b411623-aee8-4af0-81fc-e73285ee0bfb Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:59,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-95bef5fe-c3b6-474a-b343-3b5181e049c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:08:59,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-95bef5fe-c3b6-474a-b343-3b5181e049c0 2018-08-23 11:08:59,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713520050049s 2018-08-23 11:08:59,821 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-95bef5fe-c3b6-474a-b343-3b5181e049c0 2018-08-23 11:08:59,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:08:59,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:08:59,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-25ddd417-957a-42a5-baca-d49f5dcb1dd4 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:08:59,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-7cd6c473-6d7f-412a-b7f0-3481b2dea0bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:08:59,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-7cd6c473-6d7f-412a-b7f0-3481b2dea0bf 2018-08-23 11:08:59,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691468715668s 2018-08-23 11:08:59,891 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-7cd6c473-6d7f-412a-b7f0-3481b2dea0bf 2018-08-23 11:09:04,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:04,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:04 GMT Server: Apache x-openstack-request-id: req-b83e7880-c6cf-4c00-bbe2-a34d0be6bbb6 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:04,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:04 GMT Server: Apache x-openstack-request-id: req-756f1457-03c4-407e-a7f1-0664c9ba7b71 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:04,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-756f1457-03c4-407e-a7f1-0664c9ba7b71 2018-08-23 11:09:04,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.086658000946s 2018-08-23 11:09:04,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-756f1457-03c4-407e-a7f1-0664c9ba7b71 2018-08-23 11:09:09,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:09,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:10,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:09 GMT Server: Apache x-openstack-request-id: req-f488859f-5aa1-47f0-91db-1d9b6f6bfe89 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:10,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:10 GMT Server: Apache x-openstack-request-id: req-d559e5a1-8032-420f-84f2-55cddd2891df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:10,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-d559e5a1-8032-420f-84f2-55cddd2891df 2018-08-23 11:09:10,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705540180206s 2018-08-23 11:09:10,061 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-d559e5a1-8032-420f-84f2-55cddd2891df 2018-08-23 11:09:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:09:10,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:10,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:10 GMT Server: Apache x-openstack-request-id: req-a484fcdc-3af0-4e17-92a0-1c6c3eff5c50 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:10,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:10 GMT Server: Apache x-openstack-request-id: req-5fb125c4-6c6d-4526-a262-8b56d8196230 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:09:10,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5fb125c4-6c6d-4526-a262-8b56d8196230 2018-08-23 11:09:10,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712909698486s 2018-08-23 11:09:10,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5fb125c4-6c6d-4526-a262-8b56d8196230 2018-08-23 11:09:15,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:15,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:15,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:15 GMT Server: Apache x-openstack-request-id: req-242ff99e-e401-4b99-a1a9-ce34a0aeb85a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:15,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:15 GMT Server: Apache x-openstack-request-id: req-a5eb2ace-2d2e-4a99-950d-ad2adc6ddd2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:15,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-a5eb2ace-2d2e-4a99-950d-ad2adc6ddd2b 2018-08-23 11:09:15,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712540149689s 2018-08-23 11:09:15,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-a5eb2ace-2d2e-4a99-950d-ad2adc6ddd2b 2018-08-23 11:09:20,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:20,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:20 GMT Server: Apache x-openstack-request-id: req-5ace21e9-a908-4717-be31-09192f10d63e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:20,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:20 GMT Server: Apache x-openstack-request-id: req-692445c7-26f3-468f-a19c-4fde33b61e22 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:20,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-692445c7-26f3-468f-a19c-4fde33b61e22 2018-08-23 11:09:20,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721518993378s 2018-08-23 11:09:20,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-692445c7-26f3-468f-a19c-4fde33b61e22 2018-08-23 11:09:20,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:09:20,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:20,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:20 GMT Server: Apache x-openstack-request-id: req-533602c4-5bcb-46c5-9583-efd4683a4417 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:20,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:20 GMT Server: Apache x-openstack-request-id: req-2af304b5-25b2-4020-bd43-cdfefc370ec1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:09:20,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2af304b5-25b2-4020-bd43-cdfefc370ec1 2018-08-23 11:09:20,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0520050525665s 2018-08-23 11:09:20,343 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2af304b5-25b2-4020-bd43-cdfefc370ec1 2018-08-23 11:09:25,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:25,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:25,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:25 GMT Server: Apache x-openstack-request-id: req-00750839-5ffd-49b0-b5f1-afa70dbe4add Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:25,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:25 GMT Server: Apache x-openstack-request-id: req-26eaf1d3-0edc-4d8e-a556-6b971a8e83f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-23T11:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns/events/080db4c6-2ebf-4b2f-acf5-9d871d7ece49", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "08f53e58-3aaf-4de3-92b6-bdc35b7781c1", "id": "080db4c6-2ebf-4b2f-acf5-9d871d7ece49"}, {"resource_name": "ellis", "event_time": "2018-08-23T11:09:25Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis/events/29af71a9-c203-4ade-9d28-fb4561b1a27f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-rtqoga3cegjd", "id": "29af71a9-c203-4ade-9d28-fb4561b1a27f"}]} 2018-08-23 11:09:25,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-26eaf1d3-0edc-4d8e-a556-6b971a8e83f0 2018-08-23 11:09:25,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709271430969s 2018-08-23 11:09:25,421 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc&marker=5656bfe9-7c34-4071-827f-f8a0645def6a&sort_dir=asc used request id req-26eaf1d3-0edc-4d8e-a556-6b971a8e83f0 2018-08-23 11:09:30,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:30,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:30,505 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:30 GMT Server: Apache x-openstack-request-id: req-61d59625-48a0-4815-bc36-14f0e47c2d0a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:30,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:30 GMT Server: Apache x-openstack-request-id: req-95de3dc4-05d1-4e6b-9947-669b79bcafa4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:30,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-95de3dc4-05d1-4e6b-9947-669b79bcafa4 2018-08-23 11:09:30,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.119251012802s 2018-08-23 11:09:30,547 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-95de3dc4-05d1-4e6b-9947-669b79bcafa4 2018-08-23 11:09:35,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:35,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:35 GMT Server: Apache x-openstack-request-id: req-bac43b4e-86c7-4026-823d-641eedc5a868 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:35,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:35 GMT Server: Apache x-openstack-request-id: req-bf156508-a909-4c0d-ab59-ee230621df62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:35,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-bf156508-a909-4c0d-ab59-ee230621df62 2018-08-23 11:09:35,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0697050094604s 2018-08-23 11:09:35,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-bf156508-a909-4c0d-ab59-ee230621df62 2018-08-23 11:09:35,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:09:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:35,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:35 GMT Server: Apache x-openstack-request-id: req-6c1c653c-d25f-4fd5-b408-7475f6296be9 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:35,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:35 GMT Server: Apache x-openstack-request-id: req-2d965de7-07ff-4454-ae7c-d79b514ff887 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:09:35,681 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2d965de7-07ff-4454-ae7c-d79b514ff887 2018-08-23 11:09:35,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0579290390015s 2018-08-23 11:09:35,682 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2d965de7-07ff-4454-ae7c-d79b514ff887 2018-08-23 11:09:40,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:40,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:40,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:40 GMT Server: Apache x-openstack-request-id: req-ba5dfc10-6f62-4592-802d-2e2d11981d05 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:40,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:40 GMT Server: Apache x-openstack-request-id: req-7f63a036-19fc-42c6-8c72-550fa0e0233f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:40,760 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-7f63a036-19fc-42c6-8c72-550fa0e0233f 2018-08-23 11:09:40,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717799663544s 2018-08-23 11:09:40,760 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-7f63a036-19fc-42c6-8c72-550fa0e0233f 2018-08-23 11:09:45,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:45,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:45,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:45 GMT Server: Apache x-openstack-request-id: req-7310d2c5-256b-454e-9f8f-041dca3556d3 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:45,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:45 GMT Server: Apache x-openstack-request-id: req-b72c6404-c3b9-4303-8d24-e59a5e658747 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:45,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b72c6404-c3b9-4303-8d24-e59a5e658747 2018-08-23 11:09:45,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742111206055s 2018-08-23 11:09:45,841 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b72c6404-c3b9-4303-8d24-e59a5e658747 2018-08-23 11:09:45,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:09:45,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:45,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:45 GMT Server: Apache x-openstack-request-id: req-d77e00a0-3633-43cf-b8e9-34ac8a0298df Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:45,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:45 GMT Server: Apache x-openstack-request-id: req-e13f5f40-1dc9-40f3-9b35-de9a268c2cde Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:09:45,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-e13f5f40-1dc9-40f3-9b35-de9a268c2cde 2018-08-23 11:09:45,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708508491516s 2018-08-23 11:09:45,913 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-e13f5f40-1dc9-40f3-9b35-de9a268c2cde 2018-08-23 11:09:50,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:50,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:50,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:50 GMT Server: Apache x-openstack-request-id: req-cd4cf311-f3f3-4b3f-86c1-7afe483d5162 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:50,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:50 GMT Server: Apache x-openstack-request-id: req-2a02c15a-3c58-40ad-8d4f-3763806bd716 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:50,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-2a02c15a-3c58-40ad-8d4f-3763806bd716 2018-08-23 11:09:50,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.069934129715s 2018-08-23 11:09:50,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-2a02c15a-3c58-40ad-8d4f-3763806bd716 2018-08-23 11:09:55,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:09:55,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:56,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:56 GMT Server: Apache x-openstack-request-id: req-b2504d0a-7c0a-4753-8f6c-d45f5c3c69e4 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:56,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:56 GMT Server: Apache x-openstack-request-id: req-7e2e9c02-74e4-49ee-8268-19c9a70b1eb8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:09:56,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-7e2e9c02-74e4-49ee-8268-19c9a70b1eb8 2018-08-23 11:09:56,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715198516846s 2018-08-23 11:09:56,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-7e2e9c02-74e4-49ee-8268-19c9a70b1eb8 2018-08-23 11:09:56,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:09:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:09:56,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:09:56 GMT Server: Apache x-openstack-request-id: req-b722d258-8710-46bc-8659-c5e55dbe3dff Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:09:56,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:09:56 GMT Server: Apache x-openstack-request-id: req-6cb6cdf8-4065-4c5a-b683-e4363ae4414f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:09:56,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-6cb6cdf8-4065-4c5a-b683-e4363ae4414f 2018-08-23 11:09:56,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0688681602478s 2018-08-23 11:09:56,134 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-6cb6cdf8-4065-4c5a-b683-e4363ae4414f 2018-08-23 11:10:01,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:01,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:01,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:01 GMT Server: Apache x-openstack-request-id: req-238320be-ea18-4767-a7f8-da5db39f4437 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:01,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:01 GMT Server: Apache x-openstack-request-id: req-c3081765-34fe-4fd0-a2e9-bdb4b058aa1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:01,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-c3081765-34fe-4fd0-a2e9-bdb4b058aa1a 2018-08-23 11:10:01,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706830024719s 2018-08-23 11:10:01,211 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-c3081765-34fe-4fd0-a2e9-bdb4b058aa1a 2018-08-23 11:10:06,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:06,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:06,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:06 GMT Server: Apache x-openstack-request-id: req-c257b1dc-fd1b-4579-b177-5de63a9daf43 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:06,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:06 GMT Server: Apache x-openstack-request-id: req-a8c7495b-2e07-4e85-b3a5-7bcf678b65b2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:06,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-a8c7495b-2e07-4e85-b3a5-7bcf678b65b2 2018-08-23 11:10:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0704350471497s 2018-08-23 11:10:06,288 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-a8c7495b-2e07-4e85-b3a5-7bcf678b65b2 2018-08-23 11:10:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:06,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:06,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:06 GMT Server: Apache x-openstack-request-id: req-1e5303eb-c431-4ba2-9341-cfb972f6aa4c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:06,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:06 GMT Server: Apache x-openstack-request-id: req-44ab4c30-f81c-4bbc-8ac8-a78a9a0d82ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:06,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-44ab4c30-f81c-4bbc-8ac8-a78a9a0d82ec 2018-08-23 11:10:06,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0541641712189s 2018-08-23 11:10:06,343 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-44ab4c30-f81c-4bbc-8ac8-a78a9a0d82ec 2018-08-23 11:10:11,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:11,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:11,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:11 GMT Server: Apache x-openstack-request-id: req-6725e473-c0a8-46c5-8e57-8534fe8c6c19 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:11,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:11 GMT Server: Apache x-openstack-request-id: req-93bbf06d-a253-4b44-8d97-9293a801aec5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:11,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-93bbf06d-a253-4b44-8d97-9293a801aec5 2018-08-23 11:10:11,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715191364288s 2018-08-23 11:10:11,422 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-93bbf06d-a253-4b44-8d97-9293a801aec5 2018-08-23 11:10:16,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:16,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:16,457 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:16 GMT Server: Apache x-openstack-request-id: req-c83b5a81-a7e8-4f59-a8a2-16a77187cb6a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:16,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:16 GMT Server: Apache x-openstack-request-id: req-87d419df-933e-4db7-ba4f-0907de179ff3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:16,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-87d419df-933e-4db7-ba4f-0907de179ff3 2018-08-23 11:10:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712778568268s 2018-08-23 11:10:16,499 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-87d419df-933e-4db7-ba4f-0907de179ff3 2018-08-23 11:10:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:16,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:16,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:16 GMT Server: Apache x-openstack-request-id: req-5d42805f-b79f-4835-adc9-9f4fda3f68c7 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:16,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:16 GMT Server: Apache x-openstack-request-id: req-5f892e24-0334-41e3-9f86-bda0bc953da7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:16,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5f892e24-0334-41e3-9f86-bda0bc953da7 2018-08-23 11:10:16,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0545201301575s 2018-08-23 11:10:16,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-5f892e24-0334-41e3-9f86-bda0bc953da7 2018-08-23 11:10:21,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:21,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:21,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:21 GMT Server: Apache x-openstack-request-id: req-676a1b50-52ad-4572-ba90-d8c43e3c63d9 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:21,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:21 GMT Server: Apache x-openstack-request-id: req-da5857c2-62ef-439f-bba4-56143d19c385 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:21,631 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-da5857c2-62ef-439f-bba4-56143d19c385 2018-08-23 11:10:21,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703530311584s 2018-08-23 11:10:21,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-da5857c2-62ef-439f-bba4-56143d19c385 2018-08-23 11:10:26,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:26,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:26,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:26 GMT Server: Apache x-openstack-request-id: req-ebee0dd6-73aa-4196-9cb0-b4438fde59cf Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:26,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:26 GMT Server: Apache x-openstack-request-id: req-b9d0582a-7bb5-4dd1-a454-d64cbbe48540 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:26,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b9d0582a-7bb5-4dd1-a454-d64cbbe48540 2018-08-23 11:10:26,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725748538971s 2018-08-23 11:10:26,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b9d0582a-7bb5-4dd1-a454-d64cbbe48540 2018-08-23 11:10:26,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:26,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:26,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:26 GMT Server: Apache x-openstack-request-id: req-4bcfb296-3686-4de5-817c-78a930b731f1 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:26,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:26 GMT Server: Apache x-openstack-request-id: req-06f20683-58b9-4420-861b-d7394cac5843 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:26,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-06f20683-58b9-4420-861b-d7394cac5843 2018-08-23 11:10:26,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0528099536896s 2018-08-23 11:10:26,764 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-06f20683-58b9-4420-861b-d7394cac5843 2018-08-23 11:10:31,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:31,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:31,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:31 GMT Server: Apache x-openstack-request-id: req-1d45dc80-1a22-433b-889d-c8f60c934ad0 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:31,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:31 GMT Server: Apache x-openstack-request-id: req-56ae9e23-f802-4071-b2f4-b3fe0ff6b728 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:31,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-56ae9e23-f802-4071-b2f4-b3fe0ff6b728 2018-08-23 11:10:31,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712749958038s 2018-08-23 11:10:31,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-56ae9e23-f802-4071-b2f4-b3fe0ff6b728 2018-08-23 11:10:36,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:36,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:36 GMT Server: Apache x-openstack-request-id: req-fa331f85-72e7-456d-aaf0-dd8c48070d24 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:36,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:36 GMT Server: Apache x-openstack-request-id: req-b7b026d9-513f-469b-9637-9a7c9b08ef01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:36,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b7b026d9-513f-469b-9637-9a7c9b08ef01 2018-08-23 11:10:36,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070161819458s 2018-08-23 11:10:36,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-b7b026d9-513f-469b-9637-9a7c9b08ef01 2018-08-23 11:10:36,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:36,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:36,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:36 GMT Server: Apache x-openstack-request-id: req-bed972dd-a79f-404f-9a08-422f136ccb63 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:36,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:36 GMT Server: Apache x-openstack-request-id: req-c75d5ddd-52f0-4731-913e-98fe916ea7f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:36,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-c75d5ddd-52f0-4731-913e-98fe916ea7f4 2018-08-23 11:10:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0521290302277s 2018-08-23 11:10:36,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-c75d5ddd-52f0-4731-913e-98fe916ea7f4 2018-08-23 11:10:41,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:41,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:42,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:41 GMT Server: Apache x-openstack-request-id: req-d547d5dd-e01e-4ed8-9732-1ef750d80148 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:42,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:42 GMT Server: Apache x-openstack-request-id: req-0fff2aa1-5c48-475b-b0f3-1f807a31813d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:42,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-0fff2aa1-5c48-475b-b0f3-1f807a31813d 2018-08-23 11:10:42,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711960792542s 2018-08-23 11:10:42,050 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-0fff2aa1-5c48-475b-b0f3-1f807a31813d 2018-08-23 11:10:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:47,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:47,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:47 GMT Server: Apache x-openstack-request-id: req-34fcfb8d-4d27-44db-b0cb-0aa6aaeca34d Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:47,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:47 GMT Server: Apache x-openstack-request-id: req-040834e1-c239-4cb7-b6fa-d9da4f188f70 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:47,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-040834e1-c239-4cb7-b6fa-d9da4f188f70 2018-08-23 11:10:47,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715730190277s 2018-08-23 11:10:47,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-040834e1-c239-4cb7-b6fa-d9da4f188f70 2018-08-23 11:10:47,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:47,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:47,159 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:47 GMT Server: Apache x-openstack-request-id: req-168ae58c-dde7-4a0a-a8bb-bd2b283c4c8d Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:47,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:47 GMT Server: Apache x-openstack-request-id: req-a691a76c-0939-4db9-92e5-883ce1b15c42 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:47,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-a691a76c-0939-4db9-92e5-883ce1b15c42 2018-08-23 11:10:47,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722320079803s 2018-08-23 11:10:47,201 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-a691a76c-0939-4db9-92e5-883ce1b15c42 2018-08-23 11:10:52,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:52,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:52,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:52 GMT Server: Apache x-openstack-request-id: req-0c636e54-0b5f-4969-9ed5-9ca601f571f2 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:52,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:52 GMT Server: Apache x-openstack-request-id: req-6498c60e-ca33-4df5-8dcd-949b141dad6d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:52,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-6498c60e-ca33-4df5-8dcd-949b141dad6d 2018-08-23 11:10:52,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705149173737s 2018-08-23 11:10:52,278 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-6498c60e-ca33-4df5-8dcd-949b141dad6d 2018-08-23 11:10:57,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:10:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:57,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:57 GMT Server: Apache x-openstack-request-id: req-59c63ad4-7d76-40e7-8583-a2b903dfe3c5 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:57,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:57 GMT Server: Apache x-openstack-request-id: req-6b376d40-97e1-4dc4-8e13-86af70c4eb97 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:10:57,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-6b376d40-97e1-4dc4-8e13-86af70c4eb97 2018-08-23 11:10:57,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720779895782s 2018-08-23 11:10:57,356 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-6b376d40-97e1-4dc4-8e13-86af70c4eb97 2018-08-23 11:10:57,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:10:57,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:10:57,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:10:57 GMT Server: Apache x-openstack-request-id: req-4a77788b-2689-4c0d-a6cf-03ba8dbf4019 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:10:57,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:10:57 GMT Server: Apache x-openstack-request-id: req-1e92cc56-2561-4e6e-8c49-163e9ba7980d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:10:57,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1e92cc56-2561-4e6e-8c49-163e9ba7980d 2018-08-23 11:10:57,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701858997345s 2018-08-23 11:10:57,427 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1e92cc56-2561-4e6e-8c49-163e9ba7980d 2018-08-23 11:11:02,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:02,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:02,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:02 GMT Server: Apache x-openstack-request-id: req-2f73d2f1-43e1-4739-8470-69e4a59c2bea Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:02,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:02 GMT Server: Apache x-openstack-request-id: req-842e5409-5628-4ad1-9aec-b0ea652761b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:02,503 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-842e5409-5628-4ad1-9aec-b0ea652761b0 2018-08-23 11:11:02,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0690450668335s 2018-08-23 11:11:02,503 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-842e5409-5628-4ad1-9aec-b0ea652761b0 2018-08-23 11:11:07,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:07,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:07 GMT Server: Apache x-openstack-request-id: req-ae454d2a-1a37-48a7-8f69-2f68c8e1b04e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:07,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:07 GMT Server: Apache x-openstack-request-id: req-80cad4f9-6bbd-448e-ac5e-864d68a08e35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:07,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-80cad4f9-6bbd-448e-ac5e-864d68a08e35 2018-08-23 11:11:07,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074844121933s 2018-08-23 11:11:07,583 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-80cad4f9-6bbd-448e-ac5e-864d68a08e35 2018-08-23 11:11:07,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:11:07,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:07,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:07 GMT Server: Apache x-openstack-request-id: req-4555ac0d-3dcf-4df1-97fd-250bbb0c0d4d Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:07,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:07 GMT Server: Apache x-openstack-request-id: req-2d43cf02-9517-4f35-9c42-593c4ace095e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:11:07,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2d43cf02-9517-4f35-9c42-593c4ace095e 2018-08-23 11:11:07,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0594990253448s 2018-08-23 11:11:07,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2d43cf02-9517-4f35-9c42-593c4ace095e 2018-08-23 11:11:12,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:12,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:12,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-34afbb9c-bb33-4a5a-87db-cd0f06dc4166 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:12,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-80767520-59d3-43a2-b757-c06bf76f267c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:12,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-80767520-59d3-43a2-b757-c06bf76f267c 2018-08-23 11:11:12,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0691530704498s 2018-08-23 11:11:12,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-80767520-59d3-43a2-b757-c06bf76f267c 2018-08-23 11:11:17,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:17,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:17,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:17 GMT Server: Apache x-openstack-request-id: req-f5d1917e-3f5f-41ef-9180-a6a7eff90835 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:17,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:17 GMT Server: Apache x-openstack-request-id: req-2985a4c4-e0a4-49d9-9a46-851ae8f38bb1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-23T11:11:16Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis/events/d9289282-69f7-4722-bc1c-e1e7792a9f78", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e9b4222d-977d-4539-b515-0934896039db", "id": "d9289282-69f7-4722-bc1c-e1e7792a9f78"}, {"resource_name": "vellum", "event_time": "2018-08-23T11:11:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/vellum/events/09c74128-eb2f-40e3-9bc5-18bac708a52a", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-4miid64nqbc5", "id": "09c74128-eb2f-40e3-9bc5-18bac708a52a"}, {"resource_name": "dime", "event_time": "2018-08-23T11:11:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime/events/9978aa07-0d8c-4a67-b9e4-5c1618954492", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-ezeyzjxwixtc", "id": "9978aa07-0d8c-4a67-b9e4-5c1618954492"}, {"resource_name": "homer", "event_time": "2018-08-23T11:11:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer/events/cf8099dd-18db-4798-a3f1-3286f038cb6a", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-7xohhysyzkuf", "id": "cf8099dd-18db-4798-a3f1-3286f038cb6a"}, {"resource_name": "sprout", "event_time": "2018-08-23T11:11:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout/events/953b5927-6e76-4bf2-9302-6d5e20317437", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-tfek77prhrs5", "id": "953b5927-6e76-4bf2-9302-6d5e20317437"}, {"resource_name": "bono", "event_time": "2018-08-23T11:11:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono/events/fc4067be-b4a6-4b16-aefc-b12300c49682", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-p4v7jaqemjvd", "id": "fc4067be-b4a6-4b16-aefc-b12300c49682"}]} 2018-08-23 11:11:17,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-2985a4c4-e0a4-49d9-9a46-851ae8f38bb1 2018-08-23 11:11:17,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738492012024s 2018-08-23 11:11:17,795 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc&marker=29af71a9-c203-4ade-9d28-fb4561b1a27f&sort_dir=asc used request id req-2985a4c4-e0a4-49d9-9a46-851ae8f38bb1 2018-08-23 11:11:22,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:22,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:22,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-7f34113b-089b-4712-a2ac-ff7abbbf3e3c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:22,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-1baa6ed7-fcf1-442a-b579-a52ae2a0f970 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:22,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-1baa6ed7-fcf1-442a-b579-a52ae2a0f970 2018-08-23 11:11:22,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.108575820923s 2018-08-23 11:11:22,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-1baa6ed7-fcf1-442a-b579-a52ae2a0f970 2018-08-23 11:11:27,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:27,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:27,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:27 GMT Server: Apache x-openstack-request-id: req-ec4b9923-fb3b-4e60-bfae-24cae6228f7e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:27,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:27 GMT Server: Apache x-openstack-request-id: req-58ef3cdc-9c73-492e-b4a3-a00e0a15c000 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:27,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-58ef3cdc-9c73-492e-b4a3-a00e0a15c000 2018-08-23 11:11:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0779700279236s 2018-08-23 11:11:27,995 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-58ef3cdc-9c73-492e-b4a3-a00e0a15c000 2018-08-23 11:11:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:11:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:28,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:28 GMT Server: Apache x-openstack-request-id: req-82007823-94ec-42cc-bd81-fca04c4aeb97 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:28,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:28 GMT Server: Apache x-openstack-request-id: req-28f96451-55ba-4f55-b749-2da996e98edb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:11:28,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-28f96451-55ba-4f55-b749-2da996e98edb 2018-08-23 11:11:28,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0690288543701s 2018-08-23 11:11:28,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-28f96451-55ba-4f55-b749-2da996e98edb 2018-08-23 11:11:33,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:33,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:33,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:33 GMT Server: Apache x-openstack-request-id: req-20afb999-6eda-41f0-a166-c269d1a7286e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:33,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:33 GMT Server: Apache x-openstack-request-id: req-d067f385-3075-4b84-b5fc-c224fa4a63e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:33,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-d067f385-3075-4b84-b5fc-c224fa4a63e7 2018-08-23 11:11:33,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750570297241s 2018-08-23 11:11:33,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-d067f385-3075-4b84-b5fc-c224fa4a63e7 2018-08-23 11:11:38,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:38,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:38,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:38 GMT Server: Apache x-openstack-request-id: req-0c5a4b3f-3a12-4f19-9be7-1c9f1a3813b3 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:38,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:38 GMT Server: Apache x-openstack-request-id: req-ba5f8e6d-70be-4ea0-ac72-82056ca28135 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:38,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-ba5f8e6d-70be-4ea0-ac72-82056ca28135 2018-08-23 11:11:38,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736320018768s 2018-08-23 11:11:38,227 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-ba5f8e6d-70be-4ea0-ac72-82056ca28135 2018-08-23 11:11:38,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:11:38,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:38,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:38 GMT Server: Apache x-openstack-request-id: req-4232a154-3901-4ee9-8274-1ff4290b76d7 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:38,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:38 GMT Server: Apache x-openstack-request-id: req-390d4c4c-be5c-4bc0-8d69-a954ff18d146 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:11:38,315 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-390d4c4c-be5c-4bc0-8d69-a954ff18d146 2018-08-23 11:11:38,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0879938602448s 2018-08-23 11:11:38,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-390d4c4c-be5c-4bc0-8d69-a954ff18d146 2018-08-23 11:11:43,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:43,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:43,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-72bfade3-a5ab-41d3-a037-f65d0abf6284 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:43,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-925ae2e2-2122-4094-a96a-9f996d1c3600 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:43,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-925ae2e2-2122-4094-a96a-9f996d1c3600 2018-08-23 11:11:43,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0696039199829s 2018-08-23 11:11:43,392 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-925ae2e2-2122-4094-a96a-9f996d1c3600 2018-08-23 11:11:48,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:48,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-8ea0bef1-75d0-4b19-8cc9-fe63aa351e77 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:48,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-6d39a366-45ac-43c4-b39f-636eeba12243 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:48,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-6d39a366-45ac-43c4-b39f-636eeba12243 2018-08-23 11:11:48,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725910663605s 2018-08-23 11:11:48,471 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-6d39a366-45ac-43c4-b39f-636eeba12243 2018-08-23 11:11:48,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:11:48,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:48,502 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-66b298c5-cbb2-46b6-8b6f-657c8bfc0860 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:48,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-6896e971-66c1-4598-a509-e7405f2d57a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:11:48,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-6896e971-66c1-4598-a509-e7405f2d57a7 2018-08-23 11:11:48,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0577421188354s 2018-08-23 11:11:48,529 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-6896e971-66c1-4598-a509-e7405f2d57a7 2018-08-23 11:11:53,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:53,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:53,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:53 GMT Server: Apache x-openstack-request-id: req-5fded91d-af9c-421b-854c-b0c3bb2baaa7 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:53,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:53 GMT Server: Apache x-openstack-request-id: req-a6cd2bd2-d44b-4fed-bd64-8605d4be23ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:53,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-a6cd2bd2-d44b-4fed-bd64-8605d4be23ab 2018-08-23 11:11:53,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711269378662s 2018-08-23 11:11:53,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-a6cd2bd2-d44b-4fed-bd64-8605d4be23ab 2018-08-23 11:11:58,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:11:58,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:58,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:58 GMT Server: Apache x-openstack-request-id: req-fc904c58-d87c-4fa7-95ea-40a6d5a558dc Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:58,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:58 GMT Server: Apache x-openstack-request-id: req-38304d65-b724-439a-ab1b-ed9a46e0fa1c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:11:58,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-38304d65-b724-439a-ab1b-ed9a46e0fa1c 2018-08-23 11:11:58,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725319385529s 2018-08-23 11:11:58,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-38304d65-b724-439a-ab1b-ed9a46e0fa1c 2018-08-23 11:11:58,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:11:58,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:11:58,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:11:58 GMT Server: Apache x-openstack-request-id: req-e1b7d24c-49d0-45e1-a188-ca5d30bd47f9 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:11:58,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:11:58 GMT Server: Apache x-openstack-request-id: req-7effc98c-f6a9-4d0d-a48c-806cb29be93d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:11:58,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-7effc98c-f6a9-4d0d-a48c-806cb29be93d 2018-08-23 11:11:58,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.052750825882s 2018-08-23 11:11:58,740 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-7effc98c-f6a9-4d0d-a48c-806cb29be93d 2018-08-23 11:12:03,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:03,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:03,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:03 GMT Server: Apache x-openstack-request-id: req-7cae6e89-c9b8-4da6-beea-6ee503e1f316 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:03,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:03 GMT Server: Apache x-openstack-request-id: req-234f6226-acfd-4188-a07f-ada8fbfe6ce7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:03,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-234f6226-acfd-4188-a07f-ada8fbfe6ce7 2018-08-23 11:12:03,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0869581699371s 2018-08-23 11:12:03,833 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-234f6226-acfd-4188-a07f-ada8fbfe6ce7 2018-08-23 11:12:08,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:08,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:08,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:08 GMT Server: Apache x-openstack-request-id: req-85b4f307-068a-4e13-ac94-eee5efff0fc6 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:08,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:08 GMT Server: Apache x-openstack-request-id: req-74f94966-81cc-469d-beef-50c5c50ae3ee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:08,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-74f94966-81cc-469d-beef-50c5c50ae3ee 2018-08-23 11:12:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719470977783s 2018-08-23 11:12:08,912 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-74f94966-81cc-469d-beef-50c5c50ae3ee 2018-08-23 11:12:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:12:08,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:08,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:08 GMT Server: Apache x-openstack-request-id: req-47b8a09b-45d2-423c-ab41-5f2de0dc253b Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:08,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:08 GMT Server: Apache x-openstack-request-id: req-d35f812e-f38d-478a-8049-e567b7744cc8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:12:08,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-d35f812e-f38d-478a-8049-e567b7744cc8 2018-08-23 11:12:08,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0557069778442s 2018-08-23 11:12:08,969 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-d35f812e-f38d-478a-8049-e567b7744cc8 2018-08-23 11:12:13,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:13,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:14,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:13 GMT Server: Apache x-openstack-request-id: req-a1cefd74-f45c-44fb-a9c9-ee22086d0543 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:14,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:14 GMT Server: Apache x-openstack-request-id: req-b7fa04d1-0f36-4b0d-a5dd-3cec99396598 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:14,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-b7fa04d1-0f36-4b0d-a5dd-3cec99396598 2018-08-23 11:12:14,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0699861049652s 2018-08-23 11:12:14,046 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-b7fa04d1-0f36-4b0d-a5dd-3cec99396598 2018-08-23 11:12:19,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:19,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:19,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:19 GMT Server: Apache x-openstack-request-id: req-63c1d103-11b5-4532-b17e-ce84cce84371 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:19,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:19 GMT Server: Apache x-openstack-request-id: req-7ccea1f3-eab7-4e70-9128-b04d646de57e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:19,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-7ccea1f3-eab7-4e70-9128-b04d646de57e 2018-08-23 11:12:19,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723268985748s 2018-08-23 11:12:19,125 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-7ccea1f3-eab7-4e70-9128-b04d646de57e 2018-08-23 11:12:19,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:12:19,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:19,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:19 GMT Server: Apache x-openstack-request-id: req-5d44019f-41f4-4866-b466-fe322fade0a0 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:19,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:19 GMT Server: Apache x-openstack-request-id: req-8a004ac6-c299-404c-aeb0-70eb17b720e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:12:19,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-8a004ac6-c299-404c-aeb0-70eb17b720e8 2018-08-23 11:12:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.068727016449s 2018-08-23 11:12:19,194 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-8a004ac6-c299-404c-aeb0-70eb17b720e8 2018-08-23 11:12:24,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:24,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:24,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:24 GMT Server: Apache x-openstack-request-id: req-777ce036-85b4-419b-9b83-b2306731f32b Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:24,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:24 GMT Server: Apache x-openstack-request-id: req-c7acf21f-9d96-4819-a936-0eaa0628e458 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:24,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-c7acf21f-9d96-4819-a936-0eaa0628e458 2018-08-23 11:12:24,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.471222877502s 2018-08-23 11:12:24,672 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-c7acf21f-9d96-4819-a936-0eaa0628e458 2018-08-23 11:12:29,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:29,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:29,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:29 GMT Server: Apache x-openstack-request-id: req-c91710a9-ba18-460e-8c92-40f4e91826b5 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:29,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:29 GMT Server: Apache x-openstack-request-id: req-8ac561a4-bcdf-415c-af5b-7e3572f15cf9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:29,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-8ac561a4-bcdf-415c-af5b-7e3572f15cf9 2018-08-23 11:12:29,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.300891160965s 2018-08-23 11:12:29,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-8ac561a4-bcdf-415c-af5b-7e3572f15cf9 2018-08-23 11:12:29,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:12:29,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:30,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:29 GMT Server: Apache x-openstack-request-id: req-b59fa701-5de8-47db-bbc5-90b5d5c89753 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:30,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:30 GMT Server: Apache x-openstack-request-id: req-62bf5024-c7ae-4d8d-a782-dba56ba370b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:12:30,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-62bf5024-c7ae-4d8d-a782-dba56ba370b6 2018-08-23 11:12:30,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.301649093628s 2018-08-23 11:12:30,282 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-62bf5024-c7ae-4d8d-a782-dba56ba370b6 2018-08-23 11:12:35,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:35,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:35 GMT Server: Apache x-openstack-request-id: req-a1a203fd-bc86-4f14-9867-e54d2fe178bc Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:35 GMT Server: Apache x-openstack-request-id: req-a5ff0fb4-b315-4c80-ba38-f78b3872d5ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:35,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-a5ff0fb4-b315-4c80-ba38-f78b3872d5ff 2018-08-23 11:12:35,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070662021637s 2018-08-23 11:12:35,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-a5ff0fb4-b315-4c80-ba38-f78b3872d5ff 2018-08-23 11:12:40,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:40,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:40,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:40 GMT Server: Apache x-openstack-request-id: req-5c99e5fc-26a1-4e74-b8f5-b5cdd6706c25 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:40,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:40 GMT Server: Apache x-openstack-request-id: req-78358192-faf8-493b-9928-000237e8803c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:40,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-78358192-faf8-493b-9928-000237e8803c 2018-08-23 11:12:40,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.317981958389s 2018-08-23 11:12:40,684 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-78358192-faf8-493b-9928-000237e8803c 2018-08-23 11:12:40,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:12:40,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:40,956 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:40 GMT Server: Apache x-openstack-request-id: req-e676d3d7-acfb-4220-8154-0b8e81d588f9 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:40,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:40 GMT Server: Apache x-openstack-request-id: req-1cfcc285-6b39-44e4-a47a-9fc5afc825d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:12:40,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1cfcc285-6b39-44e4-a47a-9fc5afc825d4 2018-08-23 11:12:40,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.297487020493s 2018-08-23 11:12:40,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-1cfcc285-6b39-44e4-a47a-9fc5afc825d4 2018-08-23 11:12:45,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:45,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:46,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:45 GMT Server: Apache x-openstack-request-id: req-b493d94a-4031-45ee-a14b-541ad9731a46 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:46,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:46 GMT Server: Apache x-openstack-request-id: req-e6f1952d-0275-4c39-a969-3d5a4ca82004 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:46,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-e6f1952d-0275-4c39-a969-3d5a4ca82004 2018-08-23 11:12:46,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.300441026688s 2018-08-23 11:12:46,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-e6f1952d-0275-4c39-a969-3d5a4ca82004 2018-08-23 11:12:51,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:51,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:51 GMT Server: Apache x-openstack-request-id: req-74a00b02-6531-45eb-b1c8-704763cab163 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:51,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:51 GMT Server: Apache x-openstack-request-id: req-047e0920-1d08-4bdc-ace9-f8859a8a0ab3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:51,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-047e0920-1d08-4bdc-ace9-f8859a8a0ab3 2018-08-23 11:12:51,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720980167389s 2018-08-23 11:12:51,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-047e0920-1d08-4bdc-ace9-f8859a8a0ab3 2018-08-23 11:12:51,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:12:51,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:51,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:51 GMT Server: Apache x-openstack-request-id: req-27dca395-ebc3-4b8e-be15-dc26d32a69a6 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:51,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:51 GMT Server: Apache x-openstack-request-id: req-81b36a6f-ae6e-47cd-8e98-cae24af6daae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-23 11:12:51,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-81b36a6f-ae6e-47cd-8e98-cae24af6daae 2018-08-23 11:12:51,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.554326057434s 2018-08-23 11:12:51,924 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-81b36a6f-ae6e-47cd-8e98-cae24af6daae 2018-08-23 11:12:56,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:12:56,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:12:56,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:12:56 GMT Server: Apache x-openstack-request-id: req-131ba20e-8284-4f30-bb10-5b3088ca8e63 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:12:57,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:12:56 GMT Server: Apache x-openstack-request-id: req-24682f26-56cf-4cd5-9051-217a7bebd321 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:12:57,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-24682f26-56cf-4cd5-9051-217a7bebd321 2018-08-23 11:12:57,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071074962616s 2018-08-23 11:12:57,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-24682f26-56cf-4cd5-9051-217a7bebd321 2018-08-23 11:13:02,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:02,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:02,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:02 GMT Server: Apache x-openstack-request-id: req-43226a29-eba8-40bf-8e84-4a976846885a Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:02,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:02 GMT Server: Apache x-openstack-request-id: req-c3eeeb62-ef09-4945-a28f-d9595b0b4f73 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-23T11:13:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout/events/d4259493-eaa2-41ad-bb49-d88c882ed2df", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "ResourceInError: resources.sprout.resources[0].resources.server: Went to status ERROR due to \"Message: No valid host was found. , Code: 500\"", "resource_status": "CREATE_FAILED", "physical_resource_id": "486e8414-6e75-480c-ba24-ee719a9144a9", "id": "d4259493-eaa2-41ad-bb49-d88c882ed2df"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/3342fd29-8f55-43dc-933f-9eba2dea8e79", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource CREATE failed: ResourceInError: resources.sprout.resources[0].resources.server: Went to status ERROR due to \"Message: No valid host was found. , Code: 500\"", "resource_status": "CREATE_FAILED", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "3342fd29-8f55-43dc-933f-9eba2dea8e79"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/66460612-e348-4ef3-ab43-e81f73288ab4", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack ROLLBACK started", "resource_status": "ROLLBACK_IN_PROGRESS", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "66460612-e348-4ef3-ab43-e81f73288ab4"}]} 2018-08-23 11:13:02,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-c3eeeb62-ef09-4945-a28f-d9595b0b4f73 2018-08-23 11:13:02,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.52191400528s 2018-08-23 11:13:02,530 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc&marker=fc4067be-b4a6-4b16-aefc-b12300c49682&sort_dir=asc used request id req-c3eeeb62-ef09-4945-a28f-d9595b0b4f73 2018-08-23 11:13:02,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:13:02,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:02,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:02 GMT Server: Apache x-openstack-request-id: req-66863b0e-13fd-4630-a4d6-53e50079728c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:02,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:02 GMT Server: Apache x-openstack-request-id: req-6bd7a755-543b-46bb-894c-fdd689abacba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "stack_status_reason": "Stack ROLLBACK started", "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "ROLLBACK_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-23T11:13:02Z", "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "outputs": [], "template_description": "No description"}} 2018-08-23 11:13:02,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 used request id req-6bd7a755-543b-46bb-894c-fdd689abacba 2018-08-23 11:13:02,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.291121959686s 2018-08-23 11:13:02,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 used request id req-6bd7a755-543b-46bb-894c-fdd689abacba 2018-08-23 11:13:02,824 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-23T11:07:14Z', 'updated_at': u'2018-08-23T11:13:02Z', 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'No description', 'deleted_at': None, 'id': u'86107b1c-db5f-45b0-b37d-e76d6ebbc282', 'parameters': Munch({u'OS::project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'OS::stack_id': u'86107b1c-db5f-45b0-b37d-e76d6ebbc282', u'OS::stack_name': u'clearwater-opnfv'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'b614a5004b024be69ed6a6229040a1d2', 'status': u'IN_PROGRESS', 'disable_rollback': False, 'description': u'No description', 'parent': None, 'tags': None, 'outputs': [], 'stack_owner': None, 'stack_status': u'ROLLBACK_IN_PROGRESS', 'status_reason': u'Stack ROLLBACK started', 'properties': Munch({u'capabilities': []}), 'template_description': u'No description', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-23T11:07:14Z', 'stack_status_reason': u'Stack ROLLBACK started', 'updated_time': u'2018-08-23T11:13:02Z', 'action': u'ROLLBACK', 'identifier': 'clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282'}) 2018-08-23 11:13:02,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:13:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b0c1802-07ab-423c-8f3a-cf96e37acc08 x-compute-request-id: req-1b0c1802-07ab-423c-8f3a-cf96e37acc08 Content-Encoding: gzip Content-Length: 1168 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/a3f020fd-4ca9-4b0b-b5f9-295a7174d08e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/a3f020fd-4ca9-4b0b-b5f9-295a7174d08e", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "a3f020fd-4ca9-4b0b-b5f9-295a7174d08e", "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T11:13:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "bono-0.clearwater.opnfv", "created": "2018-08-23T11:13:02Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b86e91ab-127a-460e-bd05-362769d29541", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b86e91ab-127a-460e-bd05-362769d29541", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "b86e91ab-127a-460e-bd05-362769d29541", "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T11:13:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-23T11:13:01Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/512de011-00e6-4e15-953b-77f3c413ba6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/512de011-00e6-4e15-953b-77f3c413ba6b", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "512de011-00e6-4e15-953b-77f3c413ba6b", "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-23T11:13:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-23T11:13:00Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:80:fc", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:80:fc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:11:15.000000", "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:11:15Z", "hostId": "4e845dd4ddd0610e5ace86a510bc6b9179f717b4d26bf958fa6f8c7b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-23T11:09:32Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:58:7f", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:58:7f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:72:62", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:09:23.000000", "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:09:23Z", "hostId": "51463ff1357f6657b2fe9c74b512483f69111cba035e93fb48cd7c5b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "ns.clearwater.opnfv", "created": "2018-08-23T11:07:38Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:13:03,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b0c1802-07ab-423c-8f3a-cf96e37acc08 2018-08-23 11:13:03,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597712039948s 2018-08-23 11:13:03,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b0c1802-07ab-423c-8f3a-cf96e37acc08 2018-08-23 11:13:03,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:13:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-b420fe67-6d41-4372-ad03-2a00f6dd9b86 Date: Thu, 23 Aug 2018 11:13: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":["984ed45a-5c63-4453-9b7c-a5928f06200b"],"updated_at":"2018-08-23T11:07:21Z","tenant_id":"7ac17fdbfbbd48a6a04ee0960528c82b","created_at":"2018-08-23T11:07:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7ac17fdbfbbd48a6a04ee0960528c82b","id":"e22b8c67-269f-4218-bb81-f6a23966b76a","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["99676307-aeac-4dcf-be2b-ae33c4b6669d"],"updated_at":"2018-08-23T11:07:20Z","tenant_id":"7ac17fdbfbbd48a6a04ee0960528c82b","created_at":"2018-08-23T11:07:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"7ac17fdbfbbd48a6a04ee0960528c82b","id":"f17b96eb-31fd-446e-a6b9-2cf07bc89beb","name":"clearwater-opnfv-private-signaling"}]} 2018-08-23 11:13:03,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b420fe67-6d41-4372-ad03-2a00f6dd9b86 2018-08-23 11:13:03,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31581401825s 2018-08-23 11:13:03,753 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b420fe67-6d41-4372-ad03-2a00f6dd9b86 2018-08-23 11:13:03,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 11:13:03,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-d259aff1-b356-44d9-a833-8b56be2900ff Date: Thu, 23 Aug 2018 11:13:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e22b8c67-269f-4218-bb81-f6a23966b76a","tenant_id":"7ac17fdbfbbd48a6a04ee0960528c82b","created_at":"2018-08-23T11:07:21Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:07:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"7ac17fdbfbbd48a6a04ee0960528c82b","id":"984ed45a-5c63-4453-9b7c-a5928f06200b","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f17b96eb-31fd-446e-a6b9-2cf07bc89beb","tenant_id":"7ac17fdbfbbd48a6a04ee0960528c82b","created_at":"2018-08-23T11:07:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:07:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"7ac17fdbfbbd48a6a04ee0960528c82b","id":"99676307-aeac-4dcf-be2b-ae33c4b6669d","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-23 11:13:03,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d259aff1-b356-44d9-a833-8b56be2900ff 2018-08-23 11:13:03,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0450880527496s 2018-08-23 11:13:03,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d259aff1-b356-44d9-a833-8b56be2900ff 2018-08-23 11:13:03,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:13:03,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-988cbafe-c38f-4596-be23-c7d940b6c653 x-compute-request-id: req-988cbafe-c38f-4596-be23-c7d940b6c653 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:13:03,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-988cbafe-c38f-4596-be23-c7d940b6c653 2018-08-23 11:13:03,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257251262665s 2018-08-23 11:13:03,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-988cbafe-c38f-4596-be23-c7d940b6c653 2018-08-23 11:13:03,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-23 11:13:03,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/a3f020fd-4ca9-4b0b-b5f9-295a7174d08e/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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 x-openstack-request-id: req-b779bda6-8051-4e6d-800b-94b15260bada x-compute-request-id: req-b779bda6-8051-4e6d-800b-94b15260bada Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-23 11:13:03,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a3f020fd-4ca9-4b0b-b5f9-295a7174d08e/os-security-groups used request id req-b779bda6-8051-4e6d-800b-94b15260bada 2018-08-23 11:13:03,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.0878829956055s 2018-08-23 11:13:03,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/a3f020fd-4ca9-4b0b-b5f9-295a7174d08e/os-security-groups used request id req-b779bda6-8051-4e6d-800b-94b15260bada 2018-08-23 11:13:03,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:13:03,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:03,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f127bce7-be49-4529-a3bf-ec7e6ffaa065 Date: Thu, 23 Aug 2018 11:13:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:13:03,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f127bce7-be49-4529-a3bf-ec7e6ffaa065 2018-08-23 11:13:03,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367000102997s 2018-08-23 11:13:03,958 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f127bce7-be49-4529-a3bf-ec7e6ffaa065 2018-08-23 11:13:03,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 11:13:03,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:04,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:03 GMT Server: Apache x-compute-request-id: req-afefafbf-4fae-44ad-a83c-a98cde056e1f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-afefafbf-4fae-44ad-a83c-a98cde056e1f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 11:13:04,698 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-afefafbf-4fae-44ad-a83c-a98cde056e1f 2018-08-23 11:13:04,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.737239122391s 2018-08-23 11:13:04,699 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-afefafbf-4fae-44ad-a83c-a98cde056e1f 2018-08-23 11:13:04,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:13:04,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:04,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-2de5b796-a138-4eea-8994-f39ded0af99e x-compute-request-id: req-2de5b796-a138-4eea-8994-f39ded0af99e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:13:04,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2de5b796-a138-4eea-8994-f39ded0af99e 2018-08-23 11:13:04,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221140384674s 2018-08-23 11:13:04,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2de5b796-a138-4eea-8994-f39ded0af99e 2018-08-23 11:13:04,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-23 11:13:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/b86e91ab-127a-460e-bd05-362769d29541/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:04,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0394095-903c-4d78-befb-e7e87ec8bd67 x-compute-request-id: req-e0394095-903c-4d78-befb-e7e87ec8bd67 Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-23 11:13:04,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b86e91ab-127a-460e-bd05-362769d29541/os-security-groups used request id req-e0394095-903c-4d78-befb-e7e87ec8bd67 2018-08-23 11:13:04,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.0764920711517s 2018-08-23 11:13:04,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b86e91ab-127a-460e-bd05-362769d29541/os-security-groups used request id req-e0394095-903c-4d78-befb-e7e87ec8bd67 2018-08-23 11:13:04,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:13:04,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:04,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-796c51b7-7a7f-4df8-8f11-b9a581567c41 Date: Thu, 23 Aug 2018 11:13:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:13:04,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-796c51b7-7a7f-4df8-8f11-b9a581567c41 2018-08-23 11:13:04,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0380880832672s 2018-08-23 11:13:04,845 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-796c51b7-7a7f-4df8-8f11-b9a581567c41 2018-08-23 11:13:04,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 11:13:04,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:05,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:04 GMT Server: Apache x-compute-request-id: req-6922e3f4-97ca-46be-b513-8e1de0b509ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6922e3f4-97ca-46be-b513-8e1de0b509ba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 11:13:05,561 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-6922e3f4-97ca-46be-b513-8e1de0b509ba 2018-08-23 11:13:05,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.712724924088s 2018-08-23 11:13:05,561 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-6922e3f4-97ca-46be-b513-8e1de0b509ba 2018-08-23 11:13:05,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:13:05,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:05,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aec0eefc-6b3b-4eeb-b3fc-e4d0c9fdfe83 x-compute-request-id: req-aec0eefc-6b3b-4eeb-b3fc-e4d0c9fdfe83 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:13:05,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-aec0eefc-6b3b-4eeb-b3fc-e4d0c9fdfe83 2018-08-23 11:13:05,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244250297546s 2018-08-23 11:13:05,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-aec0eefc-6b3b-4eeb-b3fc-e4d0c9fdfe83 2018-08-23 11:13:05,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-23 11:13:05,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/512de011-00e6-4e15-953b-77f3c413ba6b/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:05,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d6a799e0-5060-4e1b-8efa-d76086170861 x-compute-request-id: req-d6a799e0-5060-4e1b-8efa-d76086170861 Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-23 11:13:05,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/512de011-00e6-4e15-953b-77f3c413ba6b/os-security-groups used request id req-d6a799e0-5060-4e1b-8efa-d76086170861 2018-08-23 11:13:05,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.28914308548s 2018-08-23 11:13:05,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/512de011-00e6-4e15-953b-77f3c413ba6b/os-security-groups used request id req-d6a799e0-5060-4e1b-8efa-d76086170861 2018-08-23 11:13:05,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:13:05,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:05,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ee3f305e-d9a9-45e4-9874-a171931ab205 Date: Thu, 23 Aug 2018 11:13:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:13:05,925 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee3f305e-d9a9-45e4-9874-a171931ab205 2018-08-23 11:13:05,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0392189025879s 2018-08-23 11:13:05,925 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee3f305e-d9a9-45e4-9874-a171931ab205 2018-08-23 11:13:05,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 11:13:05,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:05,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:05 GMT Server: Apache x-compute-request-id: req-8f457104-9a6b-4a1c-9e02-361a2f8de227 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f457104-9a6b-4a1c-9e02-361a2f8de227 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 11:13:05,977 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-8f457104-9a6b-4a1c-9e02-361a2f8de227 2018-08-23 11:13:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0483281612396s 2018-08-23 11:13:05,977 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-8f457104-9a6b-4a1c-9e02-361a2f8de227 2018-08-23 11:13:05,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:13:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:06,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c326f008-b947-4a49-8d9c-dec9b653fbf0 x-compute-request-id: req-c326f008-b947-4a49-8d9c-dec9b653fbf0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:13:06,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c326f008-b947-4a49-8d9c-dec9b653fbf0 2018-08-23 11:13:06,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323781967163s 2018-08-23 11:13:06,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c326f008-b947-4a49-8d9c-dec9b653fbf0 2018-08-23 11:13:06,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-23 11:13:06,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:06,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-5856dc52-2c77-4b2f-a130-5deb99fcf7a9 x-compute-request-id: req-5856dc52-2c77-4b2f-a130-5deb99fcf7a9 Content-Encoding: gzip Content-Length: 582 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "324bcabf-d820-4fab-b0f9-ead288a8a566"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6fd5c157-763a-43b1-920a-f924dd542951"}, {"from_port": 4000, "group": {"tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "ip_range": {}, "id": "75e8ca79-4dbc-4a1a-a11d-50dc7603073d"}, {"from_port": 2380, "group": {"tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "ip_range": {}, "id": "7819eaf8-39c9-4256-9804-35327868bc1f"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ce9b9905-f3dd-4477-bb51-c1050ae59acd"}], "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "9dd8a290-1fdc-44b0-a32b-f3620f69392c", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "08470365-8147-4fef-98bd-54bd3cb95bc9", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3ee8ae48-efaa-42f0-aa19-9616805f28e5"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "08470365-8147-4fef-98bd-54bd3cb95bc9", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "67fdc654-a8d7-44b2-b565-e8b2025693a2"}], "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "08470365-8147-4fef-98bd-54bd3cb95bc9", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-23 11:13:06,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579/os-security-groups used request id req-5856dc52-2c77-4b2f-a130-5deb99fcf7a9 2018-08-23 11:13:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.196535110474s 2018-08-23 11:13:06,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579/os-security-groups used request id req-5856dc52-2c77-4b2f-a130-5deb99fcf7a9 2018-08-23 11:13:06,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:13:06,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:06,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-03bf0ef7-e75a-4d20-bc08-d998931042e7 Date: Thu, 23 Aug 2018 11:13:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:13:06,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03bf0ef7-e75a-4d20-bc08-d998931042e7 2018-08-23 11:13:06,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0501329898834s 2018-08-23 11:13:06,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03bf0ef7-e75a-4d20-bc08-d998931042e7 2018-08-23 11:13:06,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 11:13:06,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:07,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:06 GMT Server: Apache x-compute-request-id: req-9853c838-cae5-49a8-a69d-5cd96e5b0ace OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9853c838-cae5-49a8-a69d-5cd96e5b0ace Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 11:13:07,162 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-9853c838-cae5-49a8-a69d-5cd96e5b0ace 2018-08-23 11:13:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.894854068756s 2018-08-23 11:13:07,163 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-9853c838-cae5-49a8-a69d-5cd96e5b0ace 2018-08-23 11:13:07,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:13:07,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:07,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9b8cc15-2119-4f56-b73d-daaea7d9e946 x-compute-request-id: req-c9b8cc15-2119-4f56-b73d-daaea7d9e946 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:13:07,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c9b8cc15-2119-4f56-b73d-daaea7d9e946 2018-08-23 11:13:07,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023463010788s 2018-08-23 11:13:07,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c9b8cc15-2119-4f56-b73d-daaea7d9e946 2018-08-23 11:13:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-23 11:13:07,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:07,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d70a52c-9849-4c59-bf85-810f3fe285c8 x-compute-request-id: req-8d70a52c-9849-4c59-bf85-810f3fe285c8 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "15d323ef-3aa5-4262-a1e9-8045d5351036"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31d686d4-3002-4b3f-84c0-9af60a05462c"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "65415a4e-7e15-4f95-9180-d7ea4f5a3f1f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e78f1b24-e91c-4d28-83ee-f4efe14f6b90"}], "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "15d323ef-3aa5-4262-a1e9-8045d5351036"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31d686d4-3002-4b3f-84c0-9af60a05462c"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "65415a4e-7e15-4f95-9180-d7ea4f5a3f1f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e78f1b24-e91c-4d28-83ee-f4efe14f6b90"}], "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "7d92653f-d5fb-4594-b61e-dc846bcb9873", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-23 11:13:07,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28/os-security-groups used request id req-8d70a52c-9849-4c59-bf85-810f3fe285c8 2018-08-23 11:13:07,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.34145283699s 2018-08-23 11:13:07,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28/os-security-groups used request id req-8d70a52c-9849-4c59-bf85-810f3fe285c8 2018-08-23 11:13:07,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:13:07,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:07,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-6a1cbfa2-de8e-48c5-aefe-69a8aa8be9bc Date: Thu, 23 Aug 2018 11:13:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:07:07Z", "file": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/file", "owner": "7ac17fdbfbbd48a6a04ee0960528c82b", "id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "size": 263193088, "self": "/v2/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:07:04Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:13:07,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6a1cbfa2-de8e-48c5-aefe-69a8aa8be9bc 2018-08-23 11:13:07,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0437300205231s 2018-08-23 11:13:07,582 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6a1cbfa2-de8e-48c5-aefe-69a8aa8be9bc 2018-08-23 11:13:07,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-23 11:13:07,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:08,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:07 GMT Server: Apache x-compute-request-id: req-43056cfe-16ec-4c65-a159-3b12bee7e91d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-43056cfe-16ec-4c65-a159-3b12bee7e91d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-23 11:13:08,398 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-43056cfe-16ec-4c65-a159-3b12bee7e91d 2018-08-23 11:13:08,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.813140869141s 2018-08-23 11:13:08,399 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7ac17fdbfbbd48a6a04ee0960528c82b/volumes/detail used request id req-43056cfe-16ec-4c65-a159-3b12bee7e91d 2018-08-23 11:13:08,399 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'9817fd75-6725-49a0-b885-b763057c3275', 'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), 'az': u'', 'id': u'a3f020fd-4ca9-4b0b-b5f9-295a7174d08e', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-23T11:13:02Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'created_at': u'2018-08-23T11:13:02Z', 'created': u'2018-08-23T11:13:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'9817fd75-6725-49a0-b885-b763057c3275', 'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), 'az': u'', 'id': u'b86e91ab-127a-460e-bd05-362769d29541', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-23T11:13:02Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'created_at': u'2018-08-23T11:13:01Z', 'created': u'2018-08-23T11:13:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'9817fd75-6725-49a0-b885-b763057c3275', 'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), 'az': u'', 'id': u'512de011-00e6-4e15-953b-77f3c413ba6b', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-23T11:13:00Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'created_at': u'2018-08-23T11:13:00Z', 'created': u'2018-08-23T11:13:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:80:fc', u'version': 4, u'addr': u'192.168.0.14', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:80:fc', u'version': 4, u'addr': u'172.30.9.205', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:11:15.000000', 'flavor': Munch({u'id': u'9817fd75-6725-49a0-b885-b763057c3275', 'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), 'az': u'nova', 'id': u'b8ee3b1d-ee11-45ba-ad8b-816bfe7de579', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'324bcabf-d820-4fab-b0f9-ead288a8a566'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'6fd5c157-763a-43b1-920a-f924dd542951'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'75e8ca79-4dbc-4a1a-a11d-50dc7603073d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'7819eaf8-39c9-4256-9804-35327868bc1f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'ce9b9905-f3dd-4477-bb51-c1050ae59acd'})], 'id': u'9dd8a290-1fdc-44b0-a32b-f3620f69392c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'08470365-8147-4fef-98bd-54bd3cb95bc9', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'3ee8ae48-efaa-42f0-aa19-9616805f28e5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'08470365-8147-4fef-98bd-54bd3cb95bc9', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'67fdc654-a8d7-44b2-b565-e8b2025693a2'})], 'id': u'08470365-8147-4fef-98bd-54bd3cb95bc9', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.205', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.205', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.205', 'launched_at': u'2018-08-23T11:11:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T11:11:15Z', 'hostId': u'4e845dd4ddd0610e5ace86a510bc6b9179f717b4d26bf958fa6f8c7b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'4e845dd4ddd0610e5ace86a510bc6b9179f717b4d26bf958fa6f8c7b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:11:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'created_at': u'2018-08-23T11:09:32Z', 'created': u'2018-08-23T11:09:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4c:72:62', u'version': 4, u'addr': u'192.168.1.8', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ee:58:7f', u'version': 4, u'addr': u'192.168.0.3', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ee:58:7f', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'468cc36e-e9b9-4d76-9b58-eea34a5fc28c', 'name': u'heat_ims-img_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:09:23.000000', 'flavor': Munch({u'id': u'9817fd75-6725-49a0-b885-b763057c3275', 'name': u'heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d'}), 'az': u'nova', 'id': u'b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'15d323ef-3aa5-4262-a1e9-8045d5351036'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'31d686d4-3002-4b3f-84c0-9af60a05462c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'65415a4e-7e15-4f95-9180-d7ea4f5a3f1f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e78f1b24-e91c-4d28-83ee-f4efe14f6b90'})], 'id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'15d323ef-3aa5-4262-a1e9-8045d5351036'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'31d686d4-3002-4b3f-84c0-9af60a05462c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'65415a4e-7e15-4f95-9180-d7ea4f5a3f1f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'e78f1b24-e91c-4d28-83ee-f4efe14f6b90'})], 'id': u'7d92653f-d5fb-4594-b61e-dc846bcb9873', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2a5a040c7cd45cc99b925de4466e9a5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': 'heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-23T11:09:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T11:09:23Z', 'hostId': u'51463ff1357f6657b2fe9c74b512483f69111cba035e93fb48cd7c5b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d', 'public_v6': '', 'private_v4': u'192.168.0.3', 'cloud': 'envvars', 'host_id': u'51463ff1357f6657b2fe9c74b512483f69111cba035e93fb48cd7c5b', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:09:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'7ac17fdbfbbd48a6a04ee0960528c82b', 'created_at': u'2018-08-23T11:07:38Z', 'created': u'2018-08-23T11:07:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-23 11:13:08,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:13:08,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:09,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3f16ed3-2da6-4a2e-95cf-a5462580d67b x-compute-request-id: req-d3f16ed3-2da6-4a2e-95cf-a5462580d67b Content-Encoding: gzip Content-Length: 1070 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9285d386-eec7-441c-b6eb-fe7978e1ebbb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9285d386-eec7-441c-b6eb-fe7978e1ebbb", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "9285d386-eec7-441c-b6eb-fe7978e1ebbb", "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "DELETED", "updated": "2018-08-23T11:13:08Z", "hostId": "", "OS-SRV-USG:terminated_at": "2018-08-23T11:13:08.000000", "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "dime-0.clearwater.opnfv", "created": "2018-08-23T11:13:04Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:80:fc", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:80:fc", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:11:15.000000", "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "b8ee3b1d-ee11-45ba-ad8b-816bfe7de579", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:11:15Z", "hostId": "4e845dd4ddd0610e5ace86a510bc6b9179f717b4d26bf958fa6f8c7b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-23T11:09:32Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:58:7f", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:58:7f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:72:62", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "rel": "bookmark"}], "image": {"id": "468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "links": [{"href": "http://172.30.9.21:8774/images/468cc36e-e9b9-4d76-9b58-eea34a5fc28c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:09:23.000000", "flavor": {"id": "9817fd75-6725-49a0-b885-b763057c3275", "links": [{"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}]}, "id": "b1af40b3-2e1f-4e4f-b7b3-8faf5a23dd28", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2a5a040c7cd45cc99b925de4466e9a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:09:23Z", "hostId": "51463ff1357f6657b2fe9c74b512483f69111cba035e93fb48cd7c5b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_fea59794-72ef-4472-8009-c78f20ee1b5d", "name": "ns.clearwater.opnfv", "created": "2018-08-23T11:07:38Z", "tenant_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:13:09,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3f16ed3-2da6-4a2e-95cf-a5462580d67b 2018-08-23 11:13:09,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00574398041s 2018-08-23 11:13:09,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d3f16ed3-2da6-4a2e-95cf-a5462580d67b 2018-08-23 11:13:09,413 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 166, in deploy_vnf server.name, regex='Cloud-init .* finished at ', loop=60): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 210, in check_regex_in_console console = self.cloud.get_server_console(name) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3090, in get_server_console "Console log requested for invalid server") OpenStackCloudException: Console log requested for invalid server 2018-08-23 11:13:09,539 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 11:13:09,539 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 06:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-23 11:13:09,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:13:09,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:09,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:09 GMT Server: Apache x-openstack-request-id: req-2b5de6e0-f91a-4b02-a130-c36251606302 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:09,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:09 GMT Server: Apache x-openstack-request-id: req-2964b519-4004-41ef-a001-18d5e1bf18ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "ROLLBACK_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-23T11:13:02Z", "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack ROLLBACK started", "template_description": "No description"}} 2018-08-23 11:13:09,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2964b519-4004-41ef-a001-18d5e1bf18ed 2018-08-23 11:13:09,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.419514894485s 2018-08-23 11:13:09,964 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-2964b519-4004-41ef-a001-18d5e1bf18ed 2018-08-23 11:13:09,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:09,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:09,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:09 GMT Server: Apache x-openstack-request-id: req-436de970-d60f-46de-b203-49eb5b90b9b6 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?limit=1&sort_dir=desc Content-Length: 489 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:10,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:09 GMT Server: Apache x-openstack-request-id: req-389f9c4d-1fa2-430b-ba7d-af99a6cbdec4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-23T11:13:09Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/vellum/events/17adcc19-4a23-4a00-aba5-cfd92a0355eb", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a76017b5-8d4c-4c6d-afec-ec7521b534f7", "id": "17adcc19-4a23-4a00-aba5-cfd92a0355eb"}]} 2018-08-23 11:13:10,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-389f9c4d-1fa2-430b-ba7d-af99a6cbdec4 2018-08-23 11:13:10,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720829963684s 2018-08-23 11:13:10,038 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-389f9c4d-1fa2-430b-ba7d-af99a6cbdec4 2018-08-23 11:13:10,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-23 11:13:10,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:10,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-a945296a-f467-45e3-8485-a27d8d81775b Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 Content-Length: 423 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:10,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-ca6a49c8-fd6b-407e-b124-260c5f3b783a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:13:10,793 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 used request id req-ca6a49c8-fd6b-407e-b124-260c5f3b783a 2018-08-23 11:13:10,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.753895998001s 2018-08-23 11:13:10,793 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282 used request id req-ca6a49c8-fd6b-407e-b124-260c5f3b783a 2018-08-23 11:13:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:10,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-7cc42b64-4e88-414a-a298-3deb827cc1df Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:10,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:10 GMT Server: Apache x-openstack-request-id: req-35c2c9f6-eae7-4737-bc83-27b476e4362b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 560 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/3b6ca89b-2c58-491c-93a7-0c7d9a8f717c", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack ROLLBACK cancelled", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "3b6ca89b-2c58-491c-93a7-0c7d9a8f717c"}, {"resource_name": "homer", "event_time": "2018-08-23T11:13:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer/events/0c16409e-75bd-4ade-b390-1f21a06c8d4f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "resources.homer: Stack DELETE cancelled", "resource_status": "DELETE_FAILED", "physical_resource_id": "12f00f5a-f911-40c5-bc69-29e87f666b60", "id": "0c16409e-75bd-4ade-b390-1f21a06c8d4f"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/e1abe3b4-3fc4-475d-b2fd-e9206a976eda", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "e1abe3b4-3fc4-475d-b2fd-e9206a976eda"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/66c30bc0-4a65-4074-9d72-424aa8495af8", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: resources.homer: Stack DELETE cancelled", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "66c30bc0-4a65-4074-9d72-424aa8495af8"}]} 2018-08-23 11:13:10,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc&marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc used request id req-35c2c9f6-eae7-4737-bc83-27b476e4362b 2018-08-23 11:13:10,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0786349773407s 2018-08-23 11:13:10,873 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc&marker=17adcc19-4a23-4a00-aba5-cfd92a0355eb&sort_dir=asc used request id req-35c2c9f6-eae7-4737-bc83-27b476e4362b 2018-08-23 11:13:15,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:15,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:15,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:15 GMT Server: Apache x-openstack-request-id: req-b2fdba37-e061-4db9-be51-f931c60ac02c Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:15,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:15 GMT Server: Apache x-openstack-request-id: req-18ee2284-6e32-4fc6-83d5-a51a3d30e5ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-23T11:13:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout/events/a8ba7a48-6f5b-47f5-b174-3630ec3a9d49", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "DELETE aborted (user triggered cancel)", "resource_status": "DELETE_FAILED", "physical_resource_id": "486e8414-6e75-480c-ba24-ee719a9144a9", "id": "a8ba7a48-6f5b-47f5-b174-3630ec3a9d49"}, {"resource_name": "dime", "event_time": "2018-08-23T11:13:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime/events/8ec6b84a-6057-4a27-a985-ff54925f1f03", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "DELETE aborted (user triggered cancel)", "resource_status": "DELETE_FAILED", "physical_resource_id": "9208921f-cbc7-4c9b-886c-751d60809dbf", "id": "8ec6b84a-6057-4a27-a985-ff54925f1f03"}, {"resource_name": "bono", "event_time": "2018-08-23T11:13:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono/events/1cc35c6d-c50e-459c-bb21-5aea0d271f46", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "DELETE aborted (user triggered cancel)", "resource_status": "DELETE_FAILED", "physical_resource_id": "60234da1-2044-470b-97a3-8b28afc2cce3", "id": "1cc35c6d-c50e-459c-bb21-5aea0d271f46"}]} 2018-08-23 11:13:15,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc&marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc used request id req-18ee2284-6e32-4fc6-83d5-a51a3d30e5ac 2018-08-23 11:13:15,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0682499408722s 2018-08-23 11:13:15,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc&marker=66c30bc0-4a65-4074-9d72-424aa8495af8&sort_dir=asc used request id req-18ee2284-6e32-4fc6-83d5-a51a3d30e5ac 2018-08-23 11:13:20,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:20,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:20 GMT Server: Apache x-openstack-request-id: req-7996018b-283c-4153-a79c-9b854d385b7e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:21,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:20 GMT Server: Apache x-openstack-request-id: req-c066c56c-74bb-4993-8edd-2bc4c506269a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-23T11:13:16Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime/events/7a31feac-6bd4-4d96-8fc4-5f43701d4750", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9208921f-cbc7-4c9b-886c-751d60809dbf", "id": "7a31feac-6bd4-4d96-8fc4-5f43701d4750"}, {"resource_name": "bono", "event_time": "2018-08-23T11:13:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono/events/eaf65f99-1c52-49bc-80b6-28ae85114d5e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "60234da1-2044-470b-97a3-8b28afc2cce3", "id": "eaf65f99-1c52-49bc-80b6-28ae85114d5e"}, {"resource_name": "bono", "event_time": "2018-08-23T11:13:17Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono/events/15787b12-3c1f-4c11-b12a-8c96c6fc88b7", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "60234da1-2044-470b-97a3-8b28afc2cce3", "id": "15787b12-3c1f-4c11-b12a-8c96c6fc88b7"}, {"resource_name": "sprout", "event_time": "2018-08-23T11:13:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout/events/af9040a1-21cc-4bcf-9c58-ff62c7728156", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "486e8414-6e75-480c-ba24-ee719a9144a9", "id": "af9040a1-21cc-4bcf-9c58-ff62c7728156"}, {"resource_name": "sprout", "event_time": "2018-08-23T11:13:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout/events/683dbb35-bee0-41c9-b513-7243831716bf", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "486e8414-6e75-480c-ba24-ee719a9144a9", "id": "683dbb35-bee0-41c9-b513-7243831716bf"}, {"resource_name": "dime", "event_time": "2018-08-23T11:13:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime/events/47bd637c-8d78-4ab3-ad2c-43f663790ece", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9208921f-cbc7-4c9b-886c-751d60809dbf", "id": "47bd637c-8d78-4ab3-ad2c-43f663790ece"}, {"resource_name": "homer", "event_time": "2018-08-23T11:13:19Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer/events/82393c2b-1ed5-4c3d-8e48-8b7463527cca", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "12f00f5a-f911-40c5-bc69-29e87f666b60", "id": "82393c2b-1ed5-4c3d-8e48-8b7463527cca"}]} 2018-08-23 11:13:21,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc&marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc used request id req-c066c56c-74bb-4993-8edd-2bc4c506269a 2018-08-23 11:13:21,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762491226196s 2018-08-23 11:13:21,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc&marker=1cc35c6d-c50e-459c-bb21-5aea0d271f46&sort_dir=asc used request id req-c066c56c-74bb-4993-8edd-2bc4c506269a 2018-08-23 11:13:26,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:26,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:26 GMT Server: Apache x-openstack-request-id: req-52cf6086-3979-461a-90c8-4ced224150ca Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:26,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:26 GMT Server: Apache x-openstack-request-id: req-25b50f7d-2b2f-457b-8601-185ac8f29272 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-23T11:13:22Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer/events/15196076-9645-4269-9be5-cd788eaf9b38", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "12f00f5a-f911-40c5-bc69-29e87f666b60", "id": "15196076-9645-4269-9be5-cd788eaf9b38"}, {"resource_name": "ellis", "event_time": "2018-08-23T11:13:22Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis/events/93178326-da99-4e10-84eb-83063fb830b4", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e9b4222d-977d-4539-b515-0934896039db", "id": "93178326-da99-4e10-84eb-83063fb830b4"}]} 2018-08-23 11:13:26,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc&marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc used request id req-25b50f7d-2b2f-457b-8601-185ac8f29272 2018-08-23 11:13:26,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0785758495331s 2018-08-23 11:13:26,117 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc&marker=82393c2b-1ed5-4c3d-8e48-8b7463527cca&sort_dir=asc used request id req-25b50f7d-2b2f-457b-8601-185ac8f29272 2018-08-23 11:13:31,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:31,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:31,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:31 GMT Server: Apache x-openstack-request-id: req-1a308df2-db89-4e22-a73b-ebd69a0fd359 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:31,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:31 GMT Server: Apache x-openstack-request-id: req-e28357ed-ba7b-42c9-b874-b53cb3c8093b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-23T11:13:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis/events/df7d7c25-1857-483c-b9ef-0a5fe5d2d5af", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e9b4222d-977d-4539-b515-0934896039db", "id": "df7d7c25-1857-483c-b9ef-0a5fe5d2d5af"}, {"resource_name": "dns", "event_time": "2018-08-23T11:13:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns/events/a324a83e-eb93-4dd1-8aa8-db9ced80bcde", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "08f53e58-3aaf-4de3-92b6-bdc35b7781c1", "id": "a324a83e-eb93-4dd1-8aa8-db9ced80bcde"}]} 2018-08-23 11:13:31,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc&marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc used request id req-e28357ed-ba7b-42c9-b874-b53cb3c8093b 2018-08-23 11:13:31,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735340118408s 2018-08-23 11:13:31,198 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc&marker=93178326-da99-4e10-84eb-83063fb830b4&sort_dir=asc used request id req-e28357ed-ba7b-42c9-b874-b53cb3c8093b 2018-08-23 11:13:36,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:36,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:36,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:36 GMT Server: Apache x-openstack-request-id: req-ae9630ae-e38c-46cd-8450-436558685d0e Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:36,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:36 GMT Server: Apache x-openstack-request-id: req-5bd6f4ed-5bc9-47ce-9dee-d800b1b72416 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-23T11:13:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns/events/1a51be9f-3d9c-467f-97fb-4a0b03401138", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "08f53e58-3aaf-4de3-92b6-bdc35b7781c1", "id": "1a51be9f-3d9c-467f-97fb-4a0b03401138"}, {"resource_name": "sig_network", "event_time": "2018-08-23T11:13:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network/events/ecbc286a-a62d-4cf6-9f50-0ab604906f91", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8747c30a-4498-4a94-bf34-d8bd08477138", "id": "ecbc286a-a62d-4cf6-9f50-0ab604906f91"}, {"resource_name": "security_groups", "event_time": "2018-08-23T11:13:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups/events/6d0b2c6f-8549-49c3-a77b-63584cc35d67", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a2e7f067-c612-408e-a8e5-32fa8c2405b6", "id": "6d0b2c6f-8549-49c3-a77b-63584cc35d67"}, {"resource_name": "mgmt_network", "event_time": "2018-08-23T11:13:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network/events/35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "12bc105d-8a30-43e9-b997-917ea264eb22", "id": "35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02"}]} 2018-08-23 11:13:36,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc&marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc used request id req-5bd6f4ed-5bc9-47ce-9dee-d800b1b72416 2018-08-23 11:13:36,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0699851512909s 2018-08-23 11:13:36,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc&marker=a324a83e-eb93-4dd1-8aa8-db9ced80bcde&sort_dir=asc used request id req-5bd6f4ed-5bc9-47ce-9dee-d800b1b72416 2018-08-23 11:13:41,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:41,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:41,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:41 GMT Server: Apache x-openstack-request-id: req-0dc220e7-9dbc-4341-9ccd-f99e9bcf69f3 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:41,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:41 GMT Server: Apache x-openstack-request-id: req-0e5b42e0-dc18-4110-9547-5c8c1c55a1aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:13:41,354 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc&marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc used request id req-0e5b42e0-dc18-4110-9547-5c8c1c55a1aa 2018-08-23 11:13:41,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731880664825s 2018-08-23 11:13:41,354 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc&marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc used request id req-0e5b42e0-dc18-4110-9547-5c8c1c55a1aa 2018-08-23 11:13:46,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:46,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:46,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:46 GMT Server: Apache x-openstack-request-id: req-7a4010d5-78d0-49b9-8545-8e6d30b3d847 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:46,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:46 GMT Server: Apache x-openstack-request-id: req-99f7fc83-8801-4fc7-afa0-34e6dcc9ec40 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-23T11:13:42Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network/events/dd6e8300-ae27-46a3-860f-f8dc4ae7535b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8747c30a-4498-4a94-bf34-d8bd08477138", "id": "dd6e8300-ae27-46a3-860f-f8dc4ae7535b"}, {"resource_name": "mgmt_network", "event_time": "2018-08-23T11:13:43Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network/events/16890ff7-1a56-4b61-b57c-6fb022c5d4fe", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "12bc105d-8a30-43e9-b997-917ea264eb22", "id": "16890ff7-1a56-4b61-b57c-6fb022c5d4fe"}, {"resource_name": "security_groups", "event_time": "2018-08-23T11:13:45Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups/events/f9735bf2-6411-4f63-9c29-6774ecbc6682", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a2e7f067-c612-408e-a8e5-32fa8c2405b6", "id": "f9735bf2-6411-4f63-9c29-6774ecbc6682"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-23T11:13:45Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv/events/7a7eabf6-c26d-47d9-9b6d-d188ef9c6033", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "id": "7a7eabf6-c26d-47d9-9b6d-d188ef9c6033"}]} 2018-08-23 11:13:46,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc&marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc used request id req-99f7fc83-8801-4fc7-afa0-34e6dcc9ec40 2018-08-23 11:13:46,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326359033585s 2018-08-23 11:13:46,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc&marker=35ccf40b-0332-4d5c-a5e8-7d0b2e37dc02&sort_dir=asc used request id req-99f7fc83-8801-4fc7-afa0-34e6dcc9ec40 2018-08-23 11:13:51,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:51,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:51 GMT Server: Apache x-openstack-request-id: req-91471489-f0a1-41a2-9e8c-2ebfbefd3862 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:51,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:51 GMT Server: Apache x-openstack-request-id: req-7e10f3aa-40d0-420d-93d2-2e11baa98698 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:13:51,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc&marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc used request id req-7e10f3aa-40d0-420d-93d2-2e11baa98698 2018-08-23 11:13:51,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707130432129s 2018-08-23 11:13:51,764 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc&marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc used request id req-7e10f3aa-40d0-420d-93d2-2e11baa98698 2018-08-23 11:13:56,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-23 11:13:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:56,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:56 GMT Server: Apache x-openstack-request-id: req-77f8744a-1476-4322-8c76-4d2ee36a9a81 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:56,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:56 GMT Server: Apache x-openstack-request-id: req-6dee39da-d1bf-40e1-8181-6a58056f4a83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-23 11:13:56,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc&marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc used request id req-6dee39da-d1bf-40e1-8181-6a58056f4a83 2018-08-23 11:13:56,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0701868534088s 2018-08-23 11:13:56,841 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282/events?marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc&marker=7a7eabf6-c26d-47d9-9b6d-d188ef9c6033&sort_dir=asc used request id req-6dee39da-d1bf-40e1-8181-6a58056f4a83 2018-08-23 11:13:56,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-23 11:13:56,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8df0722ec77742e219c89bee6e20a7708daea237" 2018-08-23 11:13:56,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 23 Aug 2018 11:13:56 GMT Server: Apache x-openstack-request-id: req-54a8e645-4e0e-4b95-8170-36b9aef2d286 Location: http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:13:56,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:56 GMT Server: Apache x-openstack-request-id: req-40d0f7bf-5fa4-433b-b561-955ff8ca2128 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "7ac17fdbfbbd48a6a04ee0960528c82b", "OS::stack_id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": "2018-08-23T11:13:46Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "b614a5004b024be69ed6a6229040a1d2", "tags": null, "creation_time": "2018-08-23T11:07:14Z", "links": [{"href": "http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-23T11:13:10Z", "id": "86107b1c-db5f-45b0-b37d-e76d6ebbc282", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "No description"}} 2018-08-23 11:13:56,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-40d0f7bf-5fa4-433b-b561-955ff8ca2128 2018-08-23 11:13:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.053426027298s 2018-08-23 11:13:56,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7ac17fdbfbbd48a6a04ee0960528c82b/stacks/clearwater-opnfv/86107b1c-db5f-45b0-b37d-e76d6ebbc282?resolve_outputs=False used request id req-40d0f7bf-5fa4-433b-b561-955ff8ca2128 2018-08-23 11:13:56,896 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-23 11:13:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:13:56,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:57,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd9491b6-6bdd-4ee6-a522-c51fec26cd70 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": {"self": "http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2a5a040c7cd45cc99b925de4466e9a5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:13:57,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cd9491b6-6bdd-4ee6-a522-c51fec26cd70 2018-08-23 11:13:57,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2071621418s 2018-08-23 11:13:57,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cd9491b6-6bdd-4ee6-a522-c51fec26cd70 2018-08-23 11:13:57,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:13:57,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:57,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251276f0-2ebc-42bf-b0c4-fea9442fe5d4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": {"self": "http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d2a5a040c7cd45cc99b925de4466e9a5", "description": null}} 2018-08-23 11:13:57,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 used request id req-251276f0-2ebc-42bf-b0c4-fea9442fe5d4 2018-08-23 11:13:57,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212038993835s 2018-08-23 11:13:57,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 used request id req-251276f0-2ebc-42bf-b0c4-fea9442fe5d4 2018-08-23 11:13:57,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 11:13:57,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:57,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efb7e425-e59a-43f1-a935-00be269012e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:13:57,633 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 used request id req-efb7e425-e59a-43f1-a935-00be269012e1 2018-08-23 11:13:57,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.31040596962s 2018-08-23 11:13:57,634 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d2a5a040c7cd45cc99b925de4466e9a5 used request id req-efb7e425-e59a-43f1-a935-00be269012e1 2018-08-23 11:13:57,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:13:57,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:57,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c82d4d-0240-46db-a98d-c8b8fb03ed99 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b"}, "tags": [], "enabled": true, "id": "7ac17fdbfbbd48a6a04ee0960528c82b", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_fea59794-72ef-4472-8009-c78f20ee1b5d"}]} 2018-08-23 11:13:57,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e0c82d4d-0240-46db-a98d-c8b8fb03ed99 2018-08-23 11:13:57,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186671972275s 2018-08-23 11:13:57,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e0c82d4d-0240-46db-a98d-c8b8fb03ed99 2018-08-23 11:13:57,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 11:13:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:58,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a290939-2334-4301-b6e9-2b9507aa9601 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:13:58,070 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b used request id req-4a290939-2334-4301-b6e9-2b9507aa9601 2018-08-23 11:13:58,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.237143993378s 2018-08-23 11:13:58,070 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7ac17fdbfbbd48a6a04ee0960528c82b used request id req-4a290939-2334-4301-b6e9-2b9507aa9601 2018-08-23 11:13:58,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:13:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:58,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e5a959-6494-4eec-9443-6052d69d2d6b Content-Encoding: gzip Content-Length: 409 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "2f2ad5698b6d43daba08bfffa82f7bcd", "links": {"self": "http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:13:58,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1e5a959-6494-4eec-9443-6052d69d2d6b 2018-08-23 11:13:58,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17619395256s 2018-08-23 11:13:58,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1e5a959-6494-4eec-9443-6052d69d2d6b 2018-08-23 11:13:58,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-23 11:13:58,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a76648b9ea477139f64117637ee7c51743dc8b8" 2018-08-23 11:13:58,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8a99e29-2087-4941-b786-beec3c149ab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:13:58,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd used request id req-e8a99e29-2087-4941-b786-beec3c149ab7 2018-08-23 11:13:58,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.203224897385s 2018-08-23 11:13:58,460 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2f2ad5698b6d43daba08bfffa82f7bcd used request id req-e8a99e29-2087-4941-b786-beec3c149ab7 2018-08-23 11:13:58,460 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-23 11:13:58,483 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-23 11:13:58,533 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-23 11:13:58,577 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-23 11:13:58,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:13:58,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:13:58,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:13:58,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:13:58,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:13:58,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:13:58,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:13:58,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb38c33a-7aea-422f-88d6-f7da82d63c2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:13:58,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb38c33a-7aea-422f-88d6-f7da82d63c2f 2018-08-23 11:13:58,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:13:59,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["tZx2oBxKRNeMbrguQWzBiQ"], "issued_at": "2018-08-23T11:13:59.000000Z"}} 2018-08-23 11:13:59,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:13:59,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:13:59,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b690466f-dcfb-4e36-8580-daa6e8d0ace6 Date: Thu, 23 Aug 2018 11:13:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 11:13:59,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b690466f-dcfb-4e36-8580-daa6e8d0ace6 2018-08-23 11:13:59,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.337854862213s 2018-08-23 11:13:59,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b690466f-dcfb-4e36-8580-daa6e8d0ace6 2018-08-23 11:13:59,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:13:59,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 11:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d435c380-7b95-4398-ad0c-73a3ad4707d7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 11:13:59,420 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-d435c380-7b95-4398-ad0c-73a3ad4707d7 2018-08-23 11:13:59,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:13:59,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:13:59,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2089664-3ac4-4dcf-bad3-ec179541899f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 11:13:59,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-a2089664-3ac4-4dcf-bad3-ec179541899f 2018-08-23 11:13:59,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107403993607s 2018-08-23 11:13:59,529 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-a2089664-3ac4-4dcf-bad3-ec179541899f 2018-08-23 11:13:59,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 11:13:59,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}}' 2018-08-23 11:13:59,735 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1fd9cf8-6bdf-48fd-a5c2-55d0120f579c Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8"}, "tags": [], "enabled": true, "id": "c7014acc96b34249892b429b56ca74c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}} 2018-08-23 11:13:59,735 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1fd9cf8-6bdf-48fd-a5c2-55d0120f579c 2018-08-23 11:13:59,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.199271917343s 2018-08-23 11:13:59,736 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d1fd9cf8-6bdf-48fd-a5c2-55d0120f579c 2018-08-23 11:13:59,736 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'c7014acc96b34249892b429b56ca74c8', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136'}) 2018-08-23 11:13:59,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 11:13:59,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9ca39df8-7617-4a32-8a27-94745a7faf5b", "email": null, "name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}}' 2018-08-23 11:14:00,186 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5ce0499-6197-47e9-a638-910cdff62511 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": {"self": "http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e8f3db665ca46378b014de4f8a306e1", "domain_id": "default", "password_expires_at": null}} 2018-08-23 11:14:00,187 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-c5ce0499-6197-47e9-a638-910cdff62511 2018-08-23 11:14:00,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.444983959198s 2018-08-23 11:14:00,187 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-c5ce0499-6197-47e9-a638-910cdff62511 2018-08-23 11:14:00,187 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0e8f3db665ca46378b014de4f8a306e1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136'}) 2018-08-23 11:14:00,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:14:00,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:00,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75eaafd-4c43-4d99-b3f6-b805a06455e6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:14:00,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d75eaafd-4c43-4d99-b3f6-b805a06455e6 2018-08-23 11:14:00,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102152109146s 2018-08-23 11:14:00,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d75eaafd-4c43-4d99-b3f6-b805a06455e6 2018-08-23 11:14:00,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:14:00,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:00,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c662917-a9c2-420e-9872-0e8ded6a3926 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:14:00,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c662917-a9c2-420e-9872-0e8ded6a3926 2018-08-23 11:14:00,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.169243097305s 2018-08-23 11:14:00,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c662917-a9c2-420e-9872-0e8ded6a3926 2018-08-23 11:14:00,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:14:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:00,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ad7bd1b-17d0-4f24-bf09-95ae59d741b5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:14:00,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1ad7bd1b-17d0-4f24-bf09-95ae59d741b5 2018-08-23 11:14:00,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180551052094s 2018-08-23 11:14:00,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1ad7bd1b-17d0-4f24-bf09-95ae59d741b5 2018-08-23 11:14:00,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:14:00,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:00,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0198fe-edd6-4865-ae7c-8a7b6cbf8ff6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 11:14:00,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ac0198fe-edd6-4865-ae7c-8a7b6cbf8ff6 2018-08-23 11:14:00,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182238101959s 2018-08-23 11:14:00,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ac0198fe-edd6-4865-ae7c-8a7b6cbf8ff6 2018-08-23 11:14:00,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:14:00,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:00,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-274f3abf-17eb-448a-b428-244924814a04 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": {"self": "http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e8f3db665ca46378b014de4f8a306e1", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:14:00,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-274f3abf-17eb-448a-b428-244924814a04 2018-08-23 11:14:00,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.157222986221s 2018-08-23 11:14:01,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-274f3abf-17eb-448a-b428-244924814a04 2018-08-23 11:14:01,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:14:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:01,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eebc3a22-194b-44e5-a946-c61c5cba6117 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8"}, "tags": [], "enabled": true, "id": "c7014acc96b34249892b429b56ca74c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:14:01,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-eebc3a22-194b-44e5-a946-c61c5cba6117 2018-08-23 11:14:01,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.142992973328s 2018-08-23 11:14:01,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-eebc3a22-194b-44e5-a946-c61c5cba6117 2018-08-23 11:14:01,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 11:14:01,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=0e8f3db665ca46378b014de4f8a306e1&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=c7014acc96b34249892b429b56ca74c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:01,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05b91220-0dfd-4851-b5ec-29a7184db391 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0e8f3db665ca46378b014de4f8a306e1&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=c7014acc96b34249892b429b56ca74c8", "previous": null, "next": null}} 2018-08-23 11:14:01,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0e8f3db665ca46378b014de4f8a306e1&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=c7014acc96b34249892b429b56ca74c8 used request id req-05b91220-0dfd-4851-b5ec-29a7184db391 2018-08-23 11:14:01,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107885122299s 2018-08-23 11:14:01,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0e8f3db665ca46378b014de4f8a306e1&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=c7014acc96b34249892b429b56ca74c8 used request id req-05b91220-0dfd-4851-b5ec-29a7184db391 2018-08-23 11:14:01,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 11:14:01,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8/users/0e8f3db665ca46378b014de4f8a306e1/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:14:01,551 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:14:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34523d33-d128-4ad1-a110-30a42354f2c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:14:01,551 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8/users/0e8f3db665ca46378b014de4f8a306e1/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-34523d33-d128-4ad1-a110-30a42354f2c2 2018-08-23 11:14:01,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.278215169907s 2018-08-23 11:14:01,552 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8/users/0e8f3db665ca46378b014de4f8a306e1/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-34523d33-d128-4ad1-a110-30a42354f2c2 2018-08-23 11:14:01,553 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'c7014acc96b34249892b429b56ca74c8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9ca39df8-7617-4a32-8a27-94745a7faf5b', 'username': u'vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 11:14:01,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:14:01,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:14:01,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:14:01,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:14:01,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:14:01,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:14:01,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:14:01,558 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'password': '9ca39df8-7617-4a32-8a27-94745a7faf5b', 'project_name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'c7014acc96b34249892b429b56ca74c8', 'project_domain_name': 'Default'} 2018-08-23 11:14:01,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-08-23 11:14:01,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-23 11:14:01,635 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-08-23 11:14:01,643 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-23 11:14:01,644 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-08-23 11:14:03,345 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-08-23 11:14:03,415 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-08-23 11:14:03,416 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-23 11:14:03,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:14:03,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:14:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b64d78f-a2fd-4f12-afd8-2464c83384bb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:14:03,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b64d78f-a2fd-4f12-afd8-2464c83384bb 2018-08-23 11:14:03,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:14:03,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:14:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7014acc96b34249892b429b56ca74c8", "name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_c7014acc96b34249892b429b56ca74c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_c7014acc96b34249892b429b56ca74c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/c7014acc96b34249892b429b56ca74c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/c7014acc96b34249892b429b56ca74c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/c7014acc96b34249892b429b56ca74c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7014acc96b34249892b429b56ca74c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/c7014acc96b34249892b429b56ca74c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/c7014acc96b34249892b429b56ca74c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/c7014acc96b34249892b429b56ca74c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/c7014acc96b34249892b429b56ca74c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/c7014acc96b34249892b429b56ca74c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/c7014acc96b34249892b429b56ca74c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/c7014acc96b34249892b429b56ca74c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/c7014acc96b34249892b429b56ca74c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "id": "0e8f3db665ca46378b014de4f8a306e1"}, "audit_ids": ["CEHxNF52TEaxs6iPCewa3A"], "issued_at": "2018-08-23T11:14:03.000000Z"}} 2018-08-23 11:14:03,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 11:14:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"network": {"name": "vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "admin_state_up": true}}' 2018-08-23 11:14:04,488 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7b470189-117b-4de9-92af-c8dc96d6a012 Date: Thu, 23 Aug 2018 11:14:04 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T11:14:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}} 2018-08-23 11:14:04,488 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b470189-117b-4de9-92af-c8dc96d6a012 2018-08-23 11:14:04,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.575870037079s 2018-08-23 11:14:04,489 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-7b470189-117b-4de9-92af-c8dc96d6a012 2018-08-23 11:14:04,489 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T11:14:04Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'1ed9787d-cce6-4d9f-abf8-f47d833e8b5b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'admin_state_up': True, u'tenant_id': u'c7014acc96b34249892b429b56ca74c8', u'created_at': u'2018-08-23T11:14:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c7014acc96b34249892b429b56ca74c8'}) 2018-08-23 11:14:04,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:14:04,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:14:04,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-a641956b-0b41-4e85-a0ba-3689604671eb Date: Thu, 23 Aug 2018 11:14:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T11:14:04Z","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:14:04,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a641956b-0b41-4e85-a0ba-3689604671eb 2018-08-23 11:14:04,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.159821987152s 2018-08-23 11:14:04,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a641956b-0b41-4e85-a0ba-3689604671eb 2018-08-23 11:14:04,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 11:14:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"subnet": {"name": "vyos_vrouter-subnet_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "enable_dhcp": true, "network_id": "1ed9787d-cce6-4d9f-abf8-f47d833e8b5b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 11:14:05,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b8c61b00-0d3f-4bbb-8620-efb38c35a2cb Date: Thu, 23 Aug 2018 11:14:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:14:05Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c7014acc96b34249892b429b56ca74c8","id":"3095475d-2799-4dd4-a33c-b61e054ae6c8","subnetpool_id":null,"name":"vyos_vrouter-subnet_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}} 2018-08-23 11:14:05,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b8c61b00-0d3f-4bbb-8620-efb38c35a2cb 2018-08-23 11:14:05,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.903778076172s 2018-08-23 11:14:05,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b8c61b00-0d3f-4bbb-8620-efb38c35a2cb 2018-08-23 11:14:05,556 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T11:14:05Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3095475d-2799-4dd4-a33c-b61e054ae6c8', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'enable_dhcp': True, u'network_id': u'1ed9787d-cce6-4d9f-abf8-f47d833e8b5b', u'tenant_id': u'c7014acc96b34249892b429b56ca74c8', u'created_at': u'2018-08-23T11:14:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c7014acc96b34249892b429b56ca74c8'}) 2018-08-23 11:14:05,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 11:14:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "vyos_vrouter-router_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "admin_state_up": true}}' 2018-08-23 11:14:06,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-11255eec-27d7-4dce-a5c7-32abe4c63433 Date: Thu, 23 Aug 2018 11:14:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:05Z", "admin_state_up": true, "updated_at": "2018-08-23T11:14:06Z", "revision_number": 2, "routes": [], "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a", "name": "vyos_vrouter-router_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}} 2018-08-23 11:14:06,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-11255eec-27d7-4dce-a5c7-32abe4c63433 2018-08-23 11:14:06,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32984805107s 2018-08-23 11:14:06,887 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-11255eec-27d7-4dce-a5c7-32abe4c63433 2018-08-23 11:14:06,888 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c7014acc96b34249892b429b56ca74c8', u'created_at': u'2018-08-23T11:14:05Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T11:14:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'c7014acc96b34249892b429b56ca74c8', u'id': u'8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a', u'name': u'vyos_vrouter-router_67df71a7-3b23-4a4e-ad3c-629eb7ad5136'}) 2018-08-23 11:14:06,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 11:14:06,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"subnet_id": "3095475d-2799-4dd4-a33c-b61e054ae6c8"}' 2018-08-23 11:14:09,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-96478827-9a80-4186-bad0-7036bbc582f8 Date: Thu, 23 Aug 2018 11:14:09 GMT RESP BODY: {"network_id": "1ed9787d-cce6-4d9f-abf8-f47d833e8b5b", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "subnet_id": "3095475d-2799-4dd4-a33c-b61e054ae6c8", "subnet_ids": ["3095475d-2799-4dd4-a33c-b61e054ae6c8"], "port_id": "d5ee66c5-8ece-4d0b-b98f-3f31daaa5de4", "id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a"} 2018-08-23 11:14:09,087 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/add_router_interface.json used request id req-96478827-9a80-4186-bad0-7036bbc582f8 2018-08-23 11:14:09,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.19817399979s 2018-08-23 11:14:09,087 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/add_router_interface.json used request id req-96478827-9a80-4186-bad0-7036bbc582f8 returning object 8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a 2018-08-23 11:14:09,087 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-23 11:14:31,937 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-23 11:14:31,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:14:31,944 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 11:14:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 11:14:31,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:14:31,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:14:32,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5dbeb117-68b1-4df1-bb13-15821fd24adc Date: Thu, 23 Aug 2018 11:14:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:14:32,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5dbeb117-68b1-4df1-bb13-15821fd24adc 2018-08-23 11:14:32,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281068086624s 2018-08-23 11:14:32,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5dbeb117-68b1-4df1-bb13-15821fd24adc 2018-08-23 11:14:32,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 11:14:32,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}' 2018-08-23 11:14:32,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e3a9b37b-977b-4059-a07d-b4a81411531f Date: Thu, 23 Aug 2018 11:14:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:14:32Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": null, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": null, "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 11:14:32,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e3a9b37b-977b-4059-a07d-b4a81411531f 2018-08-23 11:14:32,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0581150054932s 2018-08-23 11:14:32,294 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e3a9b37b-977b-4059-a07d-b4a81411531f returning object d3358d63-d2f0-44ea-9191-46091e54bb2f 2018-08-23 11:14:32,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 11:14:32,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '' 2018-08-23 11:15:34,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3689f41-eb75-4e85-af9c-72fc4cf04330 Date: Thu, 23 Aug 2018 11:15:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:15:34,159 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file used request id req-d3689f41-eb75-4e85-af9c-72fc4cf04330 2018-08-23 11:15:34,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 61.8648710251s 2018-08-23 11:15:34,160 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file used request id req-d3689f41-eb75-4e85-af9c-72fc4cf04330 2018-08-23 11:15:34,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:15:34,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:34,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-724d88bc-787e-49f0-81a3-9cdf10a3543c Date: Thu, 23 Aug 2018 11:15:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:15:34Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": 4373348352, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:15:34,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-724d88bc-787e-49f0-81a3-9cdf10a3543c 2018-08-23 11:15:34,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0405387878418s 2018-08-23 11:15:34,208 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-724d88bc-787e-49f0-81a3-9cdf10a3543c 2018-08-23 11:15:34,210 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file', 'owner': u'c7014acc96b34249892b429b56ca74c8', 'id': u'd3358d63-d2f0-44ea-9191-46091e54bb2f', 'size': 4373348352, u'self': u'/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7014acc96b34249892b429b56ca74c8', 'name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T11:15:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T11:15:34Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'created': u'2018-08-23T11:14:32Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-23T11:14:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-23 11:15:34,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 11:15:34,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-23 11:15:34,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-2a1a3d18-93b2-468d-9762-d74531b037a8 x-compute-request-id: req-2a1a3d18-93b2-468d-9762-d74531b037a8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2"}} 2018-08-23 11:15:34,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2a1a3d18-93b2-468d-9762-d74531b037a8 2018-08-23 11:15:34,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320613861084s 2018-08-23 11:15:34,532 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2a1a3d18-93b2-468d-9762-d74531b037a8 2018-08-23 11:15:34,533 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', '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'75a5557001334edf9fd80cd1c711e2ec', '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'7f792cff-5bbd-45fa-aad5-1db61d7255c2', 'swap': 0}) 2018-08-23 11:15:34,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 11:15:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"extra_specs": {}}' 2018-08-23 11:15:34,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13cd4b84-de05-46d3-8bbe-a49827103b13 x-compute-request-id: req-13cd4b84-de05-46d3-8bbe-a49827103b13 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 11:15:34,553 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2/os-extra_specs used request id req-13cd4b84-de05-46d3-8bbe-a49827103b13 2018-08-23 11:15:34,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197632312775s 2018-08-23 11:15:34,553 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2/os-extra_specs used request id req-13cd4b84-de05-46d3-8bbe-a49827103b13 2018-08-23 11:15:34,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-23 11:15:34,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"keypair": {"name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}}' 2018-08-23 11:15:35,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-4fb2b981-7512-4925-a815-3498ac7340a6 x-compute-request-id: req-4fb2b981-7512-4925-a815-3498ac7340a6 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOOSkEgQLK2zK2dDf/HIyWkPwXO8tyvjFp5wqtgUrazmO7+lubqr0pwBuoJR6eKYIofBJUtYZ6QZUXZNYlZNw6c0W5FZHcp1DuPU+D42wmxAvnkgyh4lBvsK/KbK1rGtVIRGqT2dNBGxT7fxGQP7JMfMHPtmoCobW+GYtwMX98Q+qCnyHewWK8Jl8dnTBHy+EVNWRbsLZOuqS3px2kABjdBSbIxOaUdfGeeXB3r45dLnvD8Xyr9WP2toc4nQIXubFWZ7/q8g+rjUARu13Re4mtU0OnPln51NH7Yt3dDEfGsrW4pJs8e4b1sd86dC/yvn1jXG6y5CbP5smQNPNnJ/Md Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzjkpBIECytsytnQ3/xyMlpD8FzvLcr4xaecKrYFK2s5ju/pb\nm6q9KcAbqCUenimCKHwSVLWGekGVF2TWJWTcOnNFuRWR3KdQ7j1Pg+NsJsQL55IM\noeJQb7CvymytaxrVSERqk9nTQRsU+38RkD+yTHzBz7ZqAqG1vhmLcDF/fEPqgp8h\n3sFivCZfHZ0wR8vhFTVkW7C2Trqkt6cdpAAY3QUmyMTmlHXxnnlwd6+OXS57w/F8\nq/Vj9raHOJ0CF7mxVme/6vIPq41AEbtd0XuJrVNDpz5Z+dTR+2Ld3QxHxrK1uKSb\nPHuG9bHfOnQv8r59Y1xusuQmz+bJkDTzZyfzHQIDAQABAoIBAC1rRW9qgpTvBhJN\nMnALd6NJt1venYZeAUAT1LQ1/6iFQE4Ma9SzHApv9ydnVYD8H2CPQvJJMJ8Ihq+q\nU8fUmPR+ouKKr59rclWmRzcDBbTcBMsxzXpx/8k5nt30ZZVrSYIrH1YE6ZQzRMHH\nULT2cmyKJZ17zYla2E5QDffdzvgtD2swv6UEjlJisiaPcHVEIWA1glGYa6UF7mED\nvChmStf+NoISBJ6NQAkgm3DG6L5npnrR7wSn6JK4kFcbxouqvVK6C9C6Uy70LSdI\nw4QF6A2mBNFezZ5gZgh8hQqp5x2PFrL0d39ycRnyHV9z/14aRaNwq+VcjjHjw6tY\ncG1u5DkCgYEA/ZfCnqYRcGwNqf2yLQE83ZQYGfkYBtTO4jqtZ82mjbgTrX7s2x3P\noddE4lTiYVWvLWKPjDOmjH3BdhgibjrkEwIF2cVoD7SdddhQep6v7KsEz4GyIne3\nF0fw+TbaGo4C6+Igz0iypaOGnMR2p+ZVD/pkJ3HjnP30BSJdntJoMtsCgYEA0C5K\nUYeSsaqjUmJmQl4Q5mlVJjhD9PCd+wyHHZcGTfxhV8xMxS8IznD2QbSDcEKxV1iv\nRU7cSAx/9KYZWwLfdkqad4gl73ul5ngrKnuYACAH0jF5FHoHO6ARRr5DvTYFzY/M\ngX+dmEcUiMYPtsNYp2BGFGwXo2xAWhmzOWBeh2cCgYEAg9MkJHyHjD1fTQLIYITI\nMxcNAFNwnfx6HzgJdHB/KCSMdiAI2E7C5IqXEGC33YlBKwKVRHiFF3s32j/phguv\nDAJ9MBtiYOevAteT3monYYv1UDlHdItu7fdD2Qkej7dK5XwDOj28QEalb1DhrZ4a\nkdfDwI1/mNiaxSB8MleGOwkCgYBlIaeu1Zp4vrlagzzEDuhM1mysBXdV3TIRzDMz\nN7OzXOB5A2FkBQZVK2El6ChV98Ao+4chtz6hrZjXY307zjh6QaGqYbR0E3AzdrsZ\nhzL/FJBYFvqH7QPofkkGQdWsbDsDclDZtAH+AMHD89ucYGeH3+gLcbtGA4d7fbKo\nM92YDwKBgAQW6mHuxUIn0P5HbE7ylIikWCXTdB7OivBHqyGpY0xwfI8yEkuxvyfS\namhzQ/9s63PWtmjU8cN6UrXI0kFK+baEKzjUFU3gyTPfU3VbDoYrKy3tYFGwUP9U\nUUjiCR2wPlIcaOFrgecuEhMarDz7zMOy773sBFsCzLcir2P/01rS\n-----END RSA PRIVATE KEY-----\n", "user_id": "0e8f3db665ca46378b014de4f8a306e1", "name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "fingerprint": "f0:63:c9:2b:b4:73:58:f4:9a:b3:2c:ca:df:5a:0a:5a"}} 2018-08-23 11:15:35,032 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4fb2b981-7512-4925-a815-3498ac7340a6 2018-08-23 11:15:35,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.477843999863s 2018-08-23 11:15:35,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4fb2b981-7512-4925-a815-3498ac7340a6 2018-08-23 11:15:35,033 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOOSkEgQLK2zK2dDf/HIyWkPwXO8tyvjFp5wqtgUrazmO7+lubqr0pwBuoJR6eKYIofBJUtYZ6QZUXZNYlZNw6c0W5FZHcp1DuPU+D42wmxAvnkgyh4lBvsK/KbK1rGtVIRGqT2dNBGxT7fxGQP7JMfMHPtmoCobW+GYtwMX98Q+qCnyHewWK8Jl8dnTBHy+EVNWRbsLZOuqS3px2kABjdBSbIxOaUdfGeeXB3r45dLnvD8Xyr9WP2toc4nQIXubFWZ7/q8g+rjUARu13Re4mtU0OnPln51NH7Yt3dDEfGsrW4pJs8e4b1sd86dC/yvn1jXG6y5CbP5smQNPNnJ/Md Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzjkpBIECytsytnQ3/xyMlpD8FzvLcr4xaecKrYFK2s5ju/pb\nm6q9KcAbqCUenimCKHwSVLWGekGVF2TWJWTcOnNFuRWR3KdQ7j1Pg+NsJsQL55IM\noeJQb7CvymytaxrVSERqk9nTQRsU+38RkD+yTHzBz7ZqAqG1vhmLcDF/fEPqgp8h\n3sFivCZfHZ0wR8vhFTVkW7C2Trqkt6cdpAAY3QUmyMTmlHXxnnlwd6+OXS57w/F8\nq/Vj9raHOJ0CF7mxVme/6vIPq41AEbtd0XuJrVNDpz5Z+dTR+2Ld3QxHxrK1uKSb\nPHuG9bHfOnQv8r59Y1xusuQmz+bJkDTzZyfzHQIDAQABAoIBAC1rRW9qgpTvBhJN\nMnALd6NJt1venYZeAUAT1LQ1/6iFQE4Ma9SzHApv9ydnVYD8H2CPQvJJMJ8Ihq+q\nU8fUmPR+ouKKr59rclWmRzcDBbTcBMsxzXpx/8k5nt30ZZVrSYIrH1YE6ZQzRMHH\nULT2cmyKJZ17zYla2E5QDffdzvgtD2swv6UEjlJisiaPcHVEIWA1glGYa6UF7mED\nvChmStf+NoISBJ6NQAkgm3DG6L5npnrR7wSn6JK4kFcbxouqvVK6C9C6Uy70LSdI\nw4QF6A2mBNFezZ5gZgh8hQqp5x2PFrL0d39ycRnyHV9z/14aRaNwq+VcjjHjw6tY\ncG1u5DkCgYEA/ZfCnqYRcGwNqf2yLQE83ZQYGfkYBtTO4jqtZ82mjbgTrX7s2x3P\noddE4lTiYVWvLWKPjDOmjH3BdhgibjrkEwIF2cVoD7SdddhQep6v7KsEz4GyIne3\nF0fw+TbaGo4C6+Igz0iypaOGnMR2p+ZVD/pkJ3HjnP30BSJdntJoMtsCgYEA0C5K\nUYeSsaqjUmJmQl4Q5mlVJjhD9PCd+wyHHZcGTfxhV8xMxS8IznD2QbSDcEKxV1iv\nRU7cSAx/9KYZWwLfdkqad4gl73ul5ngrKnuYACAH0jF5FHoHO6ARRr5DvTYFzY/M\ngX+dmEcUiMYPtsNYp2BGFGwXo2xAWhmzOWBeh2cCgYEAg9MkJHyHjD1fTQLIYITI\nMxcNAFNwnfx6HzgJdHB/KCSMdiAI2E7C5IqXEGC33YlBKwKVRHiFF3s32j/phguv\nDAJ9MBtiYOevAteT3monYYv1UDlHdItu7fdD2Qkej7dK5XwDOj28QEalb1DhrZ4a\nkdfDwI1/mNiaxSB8MleGOwkCgYBlIaeu1Zp4vrlagzzEDuhM1mysBXdV3TIRzDMz\nN7OzXOB5A2FkBQZVK2El6ChV98Ao+4chtz6hrZjXY307zjh6QaGqYbR0E3AzdrsZ\nhzL/FJBYFvqH7QPofkkGQdWsbDsDclDZtAH+AMHD89ucYGeH3+gLcbtGA4d7fbKo\nM92YDwKBgAQW6mHuxUIn0P5HbE7ylIikWCXTdB7OivBHqyGpY0xwfI8yEkuxvyfS\namhzQ/9s63PWtmjU8cN6UrXI0kFK+baEKzjUFU3gyTPfU3VbDoYrKy3tYFGwUP9U\nUUjiCR2wPlIcaOFrgecuEhMarDz7zMOy773sBFsCzLcir2P/01rS\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0e8f3db665ca46378b014de4f8a306e1', 'name': u'vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'created_at': '2018-08-23T11:15:35.033579', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7014acc96b34249892b429b56ca74c8', 'name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f0:63:c9:2b:b4:73:58:f4:9a:b3:2c:ca:df:5a:0a:5a', 'type': 'ssh', 'id': u'vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136'}) 2018-08-23 11:15:35,034 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAzjkpBIECytsytnQ3/xyMlpD8FzvLcr4xaecKrYFK2s5ju/pb m6q9KcAbqCUenimCKHwSVLWGekGVF2TWJWTcOnNFuRWR3KdQ7j1Pg+NsJsQL55IM oeJQb7CvymytaxrVSERqk9nTQRsU+38RkD+yTHzBz7ZqAqG1vhmLcDF/fEPqgp8h 3sFivCZfHZ0wR8vhFTVkW7C2Trqkt6cdpAAY3QUmyMTmlHXxnnlwd6+OXS57w/F8 q/Vj9raHOJ0CF7mxVme/6vIPq41AEbtd0XuJrVNDpz5Z+dTR+2Ld3QxHxrK1uKSb PHuG9bHfOnQv8r59Y1xusuQmz+bJkDTzZyfzHQIDAQABAoIBAC1rRW9qgpTvBhJN MnALd6NJt1venYZeAUAT1LQ1/6iFQE4Ma9SzHApv9ydnVYD8H2CPQvJJMJ8Ihq+q U8fUmPR+ouKKr59rclWmRzcDBbTcBMsxzXpx/8k5nt30ZZVrSYIrH1YE6ZQzRMHH ULT2cmyKJZ17zYla2E5QDffdzvgtD2swv6UEjlJisiaPcHVEIWA1glGYa6UF7mED vChmStf+NoISBJ6NQAkgm3DG6L5npnrR7wSn6JK4kFcbxouqvVK6C9C6Uy70LSdI w4QF6A2mBNFezZ5gZgh8hQqp5x2PFrL0d39ycRnyHV9z/14aRaNwq+VcjjHjw6tY cG1u5DkCgYEA/ZfCnqYRcGwNqf2yLQE83ZQYGfkYBtTO4jqtZ82mjbgTrX7s2x3P oddE4lTiYVWvLWKPjDOmjH3BdhgibjrkEwIF2cVoD7SdddhQep6v7KsEz4GyIne3 F0fw+TbaGo4C6+Igz0iypaOGnMR2p+ZVD/pkJ3HjnP30BSJdntJoMtsCgYEA0C5K UYeSsaqjUmJmQl4Q5mlVJjhD9PCd+wyHHZcGTfxhV8xMxS8IznD2QbSDcEKxV1iv RU7cSAx/9KYZWwLfdkqad4gl73ul5ngrKnuYACAH0jF5FHoHO6ARRr5DvTYFzY/M gX+dmEcUiMYPtsNYp2BGFGwXo2xAWhmzOWBeh2cCgYEAg9MkJHyHjD1fTQLIYITI MxcNAFNwnfx6HzgJdHB/KCSMdiAI2E7C5IqXEGC33YlBKwKVRHiFF3s32j/phguv DAJ9MBtiYOevAteT3monYYv1UDlHdItu7fdD2Qkej7dK5XwDOj28QEalb1DhrZ4a kdfDwI1/mNiaxSB8MleGOwkCgYBlIaeu1Zp4vrlagzzEDuhM1mysBXdV3TIRzDMz N7OzXOB5A2FkBQZVK2El6ChV98Ao+4chtz6hrZjXY307zjh6QaGqYbR0E3AzdrsZ hzL/FJBYFvqH7QPofkkGQdWsbDsDclDZtAH+AMHD89ucYGeH3+gLcbtGA4d7fbKo M92YDwKBgAQW6mHuxUIn0P5HbE7ylIikWCXTdB7OivBHqyGpY0xwfI8yEkuxvyfS amhzQ/9s63PWtmjU8cN6UrXI0kFK+baEKzjUFU3gyTPfU3VbDoYrKy3tYFGwUP9U UUjiCR2wPlIcaOFrgecuEhMarDz7zMOy773sBFsCzLcir2P/01rS -----END RSA PRIVATE KEY----- 2018-08-23 11:15:35,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-23 11:15:35,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"security_group": {"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-23 11:15:35,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-ff7c80fa-35c0-4b19-adce-27fec0aa0153 Date: Thu, 23 Aug 2018 11:15:35 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}} 2018-08-23 11:15:35,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ff7c80fa-35c0-4b19-adce-27fec0aa0153 2018-08-23 11:15:35,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.497385978699s 2018-08-23 11:15:35,535 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ff7c80fa-35c0-4b19-adce-27fec0aa0153 2018-08-23 11:15:35,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:35,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:35,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-9b029b3c-9666-4eed-850a-4876e4e2433e Date: Thu, 23 Aug 2018 11:15:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:35,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9b029b3c-9666-4eed-850a-4876e4e2433e 2018-08-23 11:15:35,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0967190265656s 2018-08-23 11:15:35,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9b029b3c-9666-4eed-850a-4876e4e2433e 2018-08-23 11:15:35,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:35,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:35,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-89ca2de0-a3ba-4eec-a176-e8c840ec1406 Date: Thu, 23 Aug 2018 11:15:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": 22, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b"}} 2018-08-23 11:15:35,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-89ca2de0-a3ba-4eec-a176-e8c840ec1406 2018-08-23 11:15:35,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.220863819122s 2018-08-23 11:15:35,862 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-89ca2de0-a3ba-4eec-a176-e8c840ec1406 2018-08-23 11:15:35,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:35,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-27ea2a42-bf4a-4b98-af46-fecd36c6375f Date: Thu, 23 Aug 2018 11:15:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 2, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:35,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27ea2a42-bf4a-4b98-af46-fecd36c6375f 2018-08-23 11:15:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0482029914856s 2018-08-23 11:15:35,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27ea2a42-bf4a-4b98-af46-fecd36c6375f 2018-08-23 11:15:35,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:36,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2d815116-376d-4ca0-8ac0-cd444431d9d3 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": null, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450"}} 2018-08-23 11:15:36,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2d815116-376d-4ca0-8ac0-cd444431d9d3 2018-08-23 11:15:36,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13032913208s 2018-08-23 11:15:36,047 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2d815116-376d-4ca0-8ac0-cd444431d9d3 2018-08-23 11:15:36,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:36,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:36,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-0499c40d-2e35-4217-8a3a-4bb01b1b74cc Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 3, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:36,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0499c40d-2e35-4217-8a3a-4bb01b1b74cc 2018-08-23 11:15:36,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0444569587708s 2018-08-23 11:15:36,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0499c40d-2e35-4217-8a3a-4bb01b1b74cc 2018-08-23 11:15:36,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:36,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:36,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4a011c08-8738-4e35-a811-6885c89a109c Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": 80, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:36Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9"}} 2018-08-23 11:15:36,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4a011c08-8738-4e35-a811-6885c89a109c 2018-08-23 11:15:36,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.142924070358s 2018-08-23 11:15:36,242 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-4a011c08-8738-4e35-a811-6885c89a109c 2018-08-23 11:15:36,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:36,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:36,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-085fe57e-8d07-4119-acb8-41e04e049fb4 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 4, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:36,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-085fe57e-8d07-4119-acb8-41e04e049fb4 2018-08-23 11:15:36,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0549759864807s 2018-08-23 11:15:36,301 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-085fe57e-8d07-4119-acb8-41e04e049fb4 2018-08-23 11:15:36,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:36,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:36,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-968b12c9-a45a-437c-b26c-9d6b2a2c0624 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": 443, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:36Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "c9a3987a-feb2-439d-865f-c2cb52f413d4"}} 2018-08-23 11:15:36,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-968b12c9-a45a-437c-b26c-9d6b2a2c0624 2018-08-23 11:15:36,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.209750890732s 2018-08-23 11:15:36,515 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-968b12c9-a45a-437c-b26c-9d6b2a2c0624 2018-08-23 11:15:36,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:36,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:36,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-29e9dcbe-80ab-4e6f-ba8e-52166a8eaa39 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "c9a3987a-feb2-439d-865f-c2cb52f413d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 5, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:36,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-29e9dcbe-80ab-4e6f-ba8e-52166a8eaa39 2018-08-23 11:15:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538899898529s 2018-08-23 11:15:36,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-29e9dcbe-80ab-4e6f-ba8e-52166a8eaa39 2018-08-23 11:15:36,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:36,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:36,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-c6f2095c-b469-4a5a-80e8-92bc6c7803f9 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": 5671, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:36Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "681f77f4-0492-4e2d-a77b-3c639d8f07bf"}} 2018-08-23 11:15:36,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c6f2095c-b469-4a5a-80e8-92bc6c7803f9 2018-08-23 11:15:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.145185947418s 2018-08-23 11:15:36,719 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c6f2095c-b469-4a5a-80e8-92bc6c7803f9 2018-08-23 11:15:36,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:15:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:36,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-5457cd65-f107-43af-8bba-9610d062588c Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "681f77f4-0492-4e2d-a77b-3c639d8f07bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "c9a3987a-feb2-439d-865f-c2cb52f413d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 6, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:36,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5457cd65-f107-43af-8bba-9610d062588c 2018-08-23 11:15:36,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519688129425s 2018-08-23 11:15:36,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5457cd65-f107-43af-8bba-9610d062588c 2018-08-23 11:15:36,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:15:36,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}}' 2018-08-23 11:15:36,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-a23ae166-6195-4dd8-96c4-1041525c6249 Date: Thu, 23 Aug 2018 11:15:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "port_range_min": 53333, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:36Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "4a851b46-7821-436e-aad3-0426eef60756"}} 2018-08-23 11:15:36,912 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a23ae166-6195-4dd8-96c4-1041525c6249 2018-08-23 11:15:36,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13397192955s 2018-08-23 11:15:36,912 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a23ae166-6195-4dd8-96c4-1041525c6249 2018-08-23 11:15:36,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:15:36,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:37,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-8f098128-4d14-48f2-93ef-cd7057bedec6 Date: Thu, 23 Aug 2018 11: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":["3095475d-2799-4dd4-a33c-b61e054ae6c8"],"updated_at":"2018-08-23T11:14:05Z","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:15:37,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f098128-4d14-48f2-93ef-cd7057bedec6 2018-08-23 11:15:37,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101675033569s 2018-08-23 11:15:37,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8f098128-4d14-48f2-93ef-cd7057bedec6 2018-08-23 11:15:37,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:15:37,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:37,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-b77d808c-8f64-434b-bb07-9eb5b34a9ca4 Date: Thu, 23 Aug 2018 11:15:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:15:34Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": 4373348352, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:15:37,059 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b77d808c-8f64-434b-bb07-9eb5b34a9ca4 2018-08-23 11:15:37,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0381050109863s 2018-08-23 11:15:37,059 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b77d808c-8f64-434b-bb07-9eb5b34a9ca4 2018-08-23 11:15:37,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:15:37,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:37,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-2d0f2586-6191-4626-9530-85620b2e3cbd x-compute-request-id: req-2d0f2586-6191-4626-9530-85620b2e3cbd Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2"}, {"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:15:37,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2d0f2586-6191-4626-9530-85620b2e3cbd 2018-08-23 11:15:37,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255777835846s 2018-08-23 11:15:37,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2d0f2586-6191-4626-9530-85620b2e3cbd 2018-08-23 11:15:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-23 11:15:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"server": {"name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "imageRef": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "flavorRef": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1ed9787d-cce6-4d9f-abf8-f47d833e8b5b"}], "security_groups": [{"name": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}]}}' 2018-08-23 11:15:38,307 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11: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 x-openstack-request-id: req-b6820dd9-a3ae-4b1f-a4c5-1b62ff0a9ac9 x-compute-request-id: req-b6820dd9-a3ae-4b1f-a4c5-1b62ff0a9ac9 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"}], "OS-DCF:diskConfig": "MANUAL", "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "adminPass": "WUe7euJPeTBA"}} 2018-08-23 11:15:38,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b6820dd9-a3ae-4b1f-a4c5-1b62ff0a9ac9 2018-08-23 11:15:38,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.21895599365s 2018-08-23 11:15:38,308 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b6820dd9-a3ae-4b1f-a4c5-1b62ff0a9ac9 2018-08-23 11:15:38,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:38,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:38,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-a6be13e4-eb2f-456b-86b3-62f1d522f052 x-compute-request-id: req-a6be13e4-eb2f-456b-86b3-62f1d522f052 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:38,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a6be13e4-eb2f-456b-86b3-62f1d522f052 2018-08-23 11:15:38,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39391708374s 2018-08-23 11:15:38,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a6be13e4-eb2f-456b-86b3-62f1d522f052 2018-08-23 11:15:38,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:15:38,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:39,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-68c65b21-87cd-40a6-8790-c8761e056470 Date: Thu, 23 Aug 2018 11:15: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":["3095475d-2799-4dd4-a33c-b61e054ae6c8"],"updated_at":"2018-08-23T11:14:05Z","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:15:39,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68c65b21-87cd-40a6-8790-c8761e056470 2018-08-23 11:15:39,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347031831741s 2018-08-23 11:15:39,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68c65b21-87cd-40a6-8790-c8761e056470 2018-08-23 11:15:39,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 11:15:39,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:39,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-0b5987b8-d881-40ba-8391-138259fc7b49 Date: Thu, 23 Aug 2018 11:15:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:14:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c7014acc96b34249892b429b56ca74c8","id":"3095475d-2799-4dd4-a33c-b61e054ae6c8","subnetpool_id":null,"name":"vyos_vrouter-subnet_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:15:39,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0b5987b8-d881-40ba-8391-138259fc7b49 2018-08-23 11:15:39,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0425980091095s 2018-08-23 11:15:39,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0b5987b8-d881-40ba-8391-138259fc7b49 2018-08-23 11:15:39,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:41,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:41,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:41,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-6bca53dc-292f-46fe-b017-3f52f5ca236b x-compute-request-id: req-6bca53dc-292f-46fe-b017-3f52f5ca236b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:41,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6bca53dc-292f-46fe-b017-3f52f5ca236b 2018-08-23 11:15:41,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429419994354s 2018-08-23 11:15:41,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6bca53dc-292f-46fe-b017-3f52f5ca236b 2018-08-23 11:15:41,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:43,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:43,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:44,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15: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-262ad811-da6e-4515-ae97-4af52dfafee1 x-compute-request-id: req-262ad811-da6e-4515-ae97-4af52dfafee1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:44,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-262ad811-da6e-4515-ae97-4af52dfafee1 2018-08-23 11:15:44,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.469995975494s 2018-08-23 11:15:44,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-262ad811-da6e-4515-ae97-4af52dfafee1 2018-08-23 11:15:44,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:46,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:46,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:46,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea31a2cf-387f-4b96-97a1-2ac285024bdc x-compute-request-id: req-ea31a2cf-387f-4b96-97a1-2ac285024bdc Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:46,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea31a2cf-387f-4b96-97a1-2ac285024bdc 2018-08-23 11:15:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.837112903595s 2018-08-23 11:15:46,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea31a2cf-387f-4b96-97a1-2ac285024bdc 2018-08-23 11:15:46,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:48,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:48,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:49,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-b23c02c5-a2d2-40b1-a792-d709d7505646 x-compute-request-id: req-b23c02c5-a2d2-40b1-a792-d709d7505646 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:49,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b23c02c5-a2d2-40b1-a792-d709d7505646 2018-08-23 11:15:49,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06007790565s 2018-08-23 11:15:49,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b23c02c5-a2d2-40b1-a792-d709d7505646 2018-08-23 11:15:49,925 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:51,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:51,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:52,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7839cb-bed8-4ebd-9c7e-89757b2e7c1a x-compute-request-id: req-5b7839cb-bed8-4ebd-9c7e-89757b2e7c1a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:52,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b7839cb-bed8-4ebd-9c7e-89757b2e7c1a 2018-08-23 11:15:52,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719002962112s 2018-08-23 11:15:52,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b7839cb-bed8-4ebd-9c7e-89757b2e7c1a 2018-08-23 11:15:52,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:54,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:54,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:55,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d22fb3a9-6495-4b13-8226-b5bdfad1c062 x-compute-request-id: req-d22fb3a9-6495-4b13-8226-b5bdfad1c062 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:55,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d22fb3a9-6495-4b13-8226-b5bdfad1c062 2018-08-23 11:15:55,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461006164551s 2018-08-23 11:15:55,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d22fb3a9-6495-4b13-8226-b5bdfad1c062 2018-08-23 11:15:55,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:57,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:57,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:57,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cba39ed0-1cc9-43c8-8476-8d5b515fc718 x-compute-request-id: req-cba39ed0-1cc9-43c8-8476-8d5b515fc718 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:57,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cba39ed0-1cc9-43c8-8476-8d5b515fc718 2018-08-23 11:15:57,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196780920029s 2018-08-23 11:15:57,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cba39ed0-1cc9-43c8-8476-8d5b515fc718 2018-08-23 11:15:57,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:15:59,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:15:59,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:15:59,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:15:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0900a19e-4145-477e-9da1-e433926b199e x-compute-request-id: req-0900a19e-4145-477e-9da1-e433926b199e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:15:59,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0900a19e-4145-477e-9da1-e433926b199e 2018-08-23 11:15:59,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367513895035s 2018-08-23 11:15:59,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0900a19e-4145-477e-9da1-e433926b199e 2018-08-23 11:15:59,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:01,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:01,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:01,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce482d66-00cc-4f59-8c64-b741b98c113e x-compute-request-id: req-ce482d66-00cc-4f59-8c64-b741b98c113e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:01,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ce482d66-00cc-4f59-8c64-b741b98c113e 2018-08-23 11:16:01,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198315143585s 2018-08-23 11:16:01,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ce482d66-00cc-4f59-8c64-b741b98c113e 2018-08-23 11:16:01,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:03,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:04,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6843f5c5-c41f-466c-acb9-1f63bbd6355b x-compute-request-id: req-6843f5c5-c41f-466c-acb9-1f63bbd6355b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:04,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6843f5c5-c41f-466c-acb9-1f63bbd6355b 2018-08-23 11:16:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167555093765s 2018-08-23 11:16:04,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6843f5c5-c41f-466c-acb9-1f63bbd6355b 2018-08-23 11:16:04,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:06,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:06,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:06,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-244a3ce9-80da-46e5-9593-982d141c6a92 x-compute-request-id: req-244a3ce9-80da-46e5-9593-982d141c6a92 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:06,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-244a3ce9-80da-46e5-9593-982d141c6a92 2018-08-23 11:16:06,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436075925827s 2018-08-23 11:16:06,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-244a3ce9-80da-46e5-9593-982d141c6a92 2018-08-23 11:16:06,519 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:08,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:08,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-ae14e219-b44e-4edd-a57b-c65a977ca7b4 x-compute-request-id: req-ae14e219-b44e-4edd-a57b-c65a977ca7b4 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:08,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae14e219-b44e-4edd-a57b-c65a977ca7b4 2018-08-23 11:16:08,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360110998154s 2018-08-23 11:16:08,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae14e219-b44e-4edd-a57b-c65a977ca7b4 2018-08-23 11:16:08,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:10,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:11,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caae35f9-765b-4b79-bebb-fa976e7bd69f x-compute-request-id: req-caae35f9-765b-4b79-bebb-fa976e7bd69f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:11,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caae35f9-765b-4b79-bebb-fa976e7bd69f 2018-08-23 11:16:11,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627132892609s 2018-08-23 11:16:11,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caae35f9-765b-4b79-bebb-fa976e7bd69f 2018-08-23 11:16:11,519 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:13,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:13,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80642e0e-a698-4784-8888-9c7aa7a7fd8e x-compute-request-id: req-80642e0e-a698-4784-8888-9c7aa7a7fd8e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:13,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-80642e0e-a698-4784-8888-9c7aa7a7fd8e 2018-08-23 11:16:13,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346028089523s 2018-08-23 11:16:13,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-80642e0e-a698-4784-8888-9c7aa7a7fd8e 2018-08-23 11:16:13,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:15,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:16,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ab7088b-5ff6-498d-bba6-cad3dc3fa42c x-compute-request-id: req-1ab7088b-5ff6-498d-bba6-cad3dc3fa42c Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:16,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ab7088b-5ff6-498d-bba6-cad3dc3fa42c 2018-08-23 11:16:16,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169797897339s 2018-08-23 11:16:16,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ab7088b-5ff6-498d-bba6-cad3dc3fa42c 2018-08-23 11:16:16,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:18,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:18,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:18,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a0c0ad3-73d8-4c00-b940-450620733f6a x-compute-request-id: req-7a0c0ad3-73d8-4c00-b940-450620733f6a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:18,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a0c0ad3-73d8-4c00-b940-450620733f6a 2018-08-23 11:16:18,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.180923223495s 2018-08-23 11:16:18,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a0c0ad3-73d8-4c00-b940-450620733f6a 2018-08-23 11:16:18,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:20,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:20,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16: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-3b98608f-ffb7-4b2c-b3c1-836faa9045ea x-compute-request-id: req-3b98608f-ffb7-4b2c-b3c1-836faa9045ea Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:20,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b98608f-ffb7-4b2c-b3c1-836faa9045ea 2018-08-23 11:16:20,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617501974106s 2018-08-23 11:16:20,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3b98608f-ffb7-4b2c-b3c1-836faa9045ea 2018-08-23 11:16:20,862 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:22,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:22,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:23,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16: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-931028d1-b75b-46ee-ae2e-f243de6f518e x-compute-request-id: req-931028d1-b75b-46ee-ae2e-f243de6f518e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:23,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-931028d1-b75b-46ee-ae2e-f243de6f518e 2018-08-23 11:16:23,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18106007576s 2018-08-23 11:16:23,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-931028d1-b75b-46ee-ae2e-f243de6f518e 2018-08-23 11:16:23,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:25,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:25,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:25,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16: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-baa0075b-c3a2-4132-b534-642135dc7e4d x-compute-request-id: req-baa0075b-c3a2-4132-b534-642135dc7e4d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:25,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-baa0075b-c3a2-4132-b534-642135dc7e4d 2018-08-23 11:16:25,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176181077957s 2018-08-23 11:16:25,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-baa0075b-c3a2-4132-b534-642135dc7e4d 2018-08-23 11:16:25,232 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:27,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:27,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-dedd092a-d115-413a-a851-58e0200d4d7d x-compute-request-id: req-dedd092a-d115-413a-a851-58e0200d4d7d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:27,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dedd092a-d115-413a-a851-58e0200d4d7d 2018-08-23 11:16:27,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404614925385s 2018-08-23 11:16:27,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dedd092a-d115-413a-a851-58e0200d4d7d 2018-08-23 11:16:27,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:29,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:29,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-98d75029-4700-46f5-a613-652f097c993d x-compute-request-id: req-98d75029-4700-46f5-a613-652f097c993d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:29,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-98d75029-4700-46f5-a613-652f097c993d 2018-08-23 11:16:29,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346421003342s 2018-08-23 11:16:29,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-98d75029-4700-46f5-a613-652f097c993d 2018-08-23 11:16:29,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:32,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:32,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:32,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-b1959d4e-02b3-4924-888d-83e27c2f66ec x-compute-request-id: req-b1959d4e-02b3-4924-888d-83e27c2f66ec Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:32,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b1959d4e-02b3-4924-888d-83e27c2f66ec 2018-08-23 11:16:32,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174022912979s 2018-08-23 11:16:32,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b1959d4e-02b3-4924-888d-83e27c2f66ec 2018-08-23 11:16:32,180 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:34,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:34,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:34,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-d5e52860-96b9-446b-b7f8-54442e0142c9 x-compute-request-id: req-d5e52860-96b9-446b-b7f8-54442e0142c9 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:34,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5e52860-96b9-446b-b7f8-54442e0142c9 2018-08-23 11:16:34,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45999622345s 2018-08-23 11:16:34,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5e52860-96b9-446b-b7f8-54442e0142c9 2018-08-23 11:16:34,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:36,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:36,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:36,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84d9262c-9ab1-46ff-bf77-4a4e5296a62a x-compute-request-id: req-84d9262c-9ab1-46ff-bf77-4a4e5296a62a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:36,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-84d9262c-9ab1-46ff-bf77-4a4e5296a62a 2018-08-23 11:16:36,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347137928009s 2018-08-23 11:16:36,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-84d9262c-9ab1-46ff-bf77-4a4e5296a62a 2018-08-23 11:16:37,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:39,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:39,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:39,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-42ab8ea6-229d-4dbc-98f2-44d27cae8bbd x-compute-request-id: req-42ab8ea6-229d-4dbc-98f2-44d27cae8bbd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:39,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ab8ea6-229d-4dbc-98f2-44d27cae8bbd 2018-08-23 11:16:39,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168072938919s 2018-08-23 11:16:39,173 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ab8ea6-229d-4dbc-98f2-44d27cae8bbd 2018-08-23 11:16:39,177 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:41,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:41,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:41,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aabb1404-c3cb-449d-b6e9-1479402d6ec6 x-compute-request-id: req-aabb1404-c3cb-449d-b6e9-1479402d6ec6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:41,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aabb1404-c3cb-449d-b6e9-1479402d6ec6 2018-08-23 11:16:41,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45720911026s 2018-08-23 11:16:41,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aabb1404-c3cb-449d-b6e9-1479402d6ec6 2018-08-23 11:16:41,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:43,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:43,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a4c4ffc-0546-4800-bbec-b5e305a3a85b x-compute-request-id: req-1a4c4ffc-0546-4800-bbec-b5e305a3a85b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:43,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a4c4ffc-0546-4800-bbec-b5e305a3a85b 2018-08-23 11:16:43,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197445869446s 2018-08-23 11:16:43,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a4c4ffc-0546-4800-bbec-b5e305a3a85b 2018-08-23 11:16:43,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:45,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:45,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:46,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-442194c9-ceef-46e3-9145-c10e1d6a0b8e x-compute-request-id: req-442194c9-ceef-46e3-9145-c10e1d6a0b8e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:46,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-442194c9-ceef-46e3-9145-c10e1d6a0b8e 2018-08-23 11:16:46,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671180963516s 2018-08-23 11:16:46,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-442194c9-ceef-46e3-9145-c10e1d6a0b8e 2018-08-23 11:16:46,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:48,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:48,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:49,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9233a1e-157c-4f6e-8c3b-c26665a0af04 x-compute-request-id: req-d9233a1e-157c-4f6e-8c3b-c26665a0af04 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:49,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9233a1e-157c-4f6e-8c3b-c26665a0af04 2018-08-23 11:16:49,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674710035324s 2018-08-23 11:16:49,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9233a1e-157c-4f6e-8c3b-c26665a0af04 2018-08-23 11:16:49,205 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:51,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:51,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:51,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86f34ca9-c40b-4330-8d0e-9ab7caa989ed x-compute-request-id: req-86f34ca9-c40b-4330-8d0e-9ab7caa989ed Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:51,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86f34ca9-c40b-4330-8d0e-9ab7caa989ed 2018-08-23 11:16:51,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363696098328s 2018-08-23 11:16:51,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86f34ca9-c40b-4330-8d0e-9ab7caa989ed 2018-08-23 11:16:51,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:53,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:53,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:53,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16: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-57daba01-ee34-4e17-9582-4d8307e94374 x-compute-request-id: req-57daba01-ee34-4e17-9582-4d8307e94374 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:53,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-57daba01-ee34-4e17-9582-4d8307e94374 2018-08-23 11:16:53,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404876947403s 2018-08-23 11:16:53,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-57daba01-ee34-4e17-9582-4d8307e94374 2018-08-23 11:16:53,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:55,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:55,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:56,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16: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-9c312e2d-a3ba-4b39-8090-7d17a1a99e52 x-compute-request-id: req-9c312e2d-a3ba-4b39-8090-7d17a1a99e52 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:56,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c312e2d-a3ba-4b39-8090-7d17a1a99e52 2018-08-23 11:16:56,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171643972397s 2018-08-23 11:16:56,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c312e2d-a3ba-4b39-8090-7d17a1a99e52 2018-08-23 11:16:56,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:16:58,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:16:58,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:16:58,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:16:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cac30d8-6637-485c-9f21-e0394a3e5eab x-compute-request-id: req-7cac30d8-6637-485c-9f21-e0394a3e5eab Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:16:58,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cac30d8-6637-485c-9f21-e0394a3e5eab 2018-08-23 11:16:58,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177680969238s 2018-08-23 11:16:58,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7cac30d8-6637-485c-9f21-e0394a3e5eab 2018-08-23 11:16:58,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:00,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:00,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:00,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17: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-b2d8dca0-94bc-4dc5-94b7-b96d10dd319f x-compute-request-id: req-b2d8dca0-94bc-4dc5-94b7-b96d10dd319f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:00,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2d8dca0-94bc-4dc5-94b7-b96d10dd319f 2018-08-23 11:17:00,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17613196373s 2018-08-23 11:17:00,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2d8dca0-94bc-4dc5-94b7-b96d10dd319f 2018-08-23 11:17:00,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:02,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:02,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:03,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c477c29-0251-47e8-843a-a1700039389a x-compute-request-id: req-7c477c29-0251-47e8-843a-a1700039389a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:03,289 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c477c29-0251-47e8-843a-a1700039389a 2018-08-23 11:17:03,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754920005798s 2018-08-23 11:17:03,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c477c29-0251-47e8-843a-a1700039389a 2018-08-23 11:17:03,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:05,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:05,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13ec1632-0750-4234-bf47-c52d6cfe20fd x-compute-request-id: req-13ec1632-0750-4234-bf47-c52d6cfe20fd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:05,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-13ec1632-0750-4234-bf47-c52d6cfe20fd 2018-08-23 11:17:05,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191349983215s 2018-08-23 11:17:05,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-13ec1632-0750-4234-bf47-c52d6cfe20fd 2018-08-23 11:17:05,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:07,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:07,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:07,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-e6398f04-ab77-4a40-a9fd-96e4ffe51c1e x-compute-request-id: req-e6398f04-ab77-4a40-a9fd-96e4ffe51c1e Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:07,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6398f04-ab77-4a40-a9fd-96e4ffe51c1e 2018-08-23 11:17:07,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.43473482132s 2018-08-23 11:17:07,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e6398f04-ab77-4a40-a9fd-96e4ffe51c1e 2018-08-23 11:17:07,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:09,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:09,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:10,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-7b928c38-6d56-4b70-8b95-51d3750b74e6 x-compute-request-id: req-7b928c38-6d56-4b70-8b95-51d3750b74e6 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:10,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b928c38-6d56-4b70-8b95-51d3750b74e6 2018-08-23 11:17:10,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.432192087173s 2018-08-23 11:17:10,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b928c38-6d56-4b70-8b95-51d3750b74e6 2018-08-23 11:17:10,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:12,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:12,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:12,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2543550f-fa51-4efa-9876-7706d81055a1 x-compute-request-id: req-2543550f-fa51-4efa-9876-7706d81055a1 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:12,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2543550f-fa51-4efa-9876-7706d81055a1 2018-08-23 11:17:12,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198328018188s 2018-08-23 11:17:12,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2543550f-fa51-4efa-9876-7706d81055a1 2018-08-23 11:17:12,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:14,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:14,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bab28bcf-a620-4abd-9274-a25eb335a52b x-compute-request-id: req-bab28bcf-a620-4abd-9274-a25eb335a52b Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:14,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bab28bcf-a620-4abd-9274-a25eb335a52b 2018-08-23 11:17:14,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41183590889s 2018-08-23 11:17:14,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bab28bcf-a620-4abd-9274-a25eb335a52b 2018-08-23 11:17:14,997 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:17,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:17,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:17,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-7e3a700f-b9ce-4dcb-8acd-6eb00a5027ea x-compute-request-id: req-7e3a700f-b9ce-4dcb-8acd-6eb00a5027ea Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:17,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e3a700f-b9ce-4dcb-8acd-6eb00a5027ea 2018-08-23 11:17:17,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.424584150314s 2018-08-23 11:17:17,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e3a700f-b9ce-4dcb-8acd-6eb00a5027ea 2018-08-23 11:17:17,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:19,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:19,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-e13c1dcb-5129-4acd-8d28-514fd8ddbd10 x-compute-request-id: req-e13c1dcb-5129-4acd-8d28-514fd8ddbd10 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:19,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e13c1dcb-5129-4acd-8d28-514fd8ddbd10 2018-08-23 11:17:19,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181872844696s 2018-08-23 11:17:19,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e13c1dcb-5129-4acd-8d28-514fd8ddbd10 2018-08-23 11:17:19,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:21,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:22,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17: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-4315e5df-87a4-4f1b-aec6-e5263bc01a79 x-compute-request-id: req-4315e5df-87a4-4f1b-aec6-e5263bc01a79 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:22,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4315e5df-87a4-4f1b-aec6-e5263bc01a79 2018-08-23 11:17:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.673219203949s 2018-08-23 11:17:22,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4315e5df-87a4-4f1b-aec6-e5263bc01a79 2018-08-23 11:17:22,298 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:24,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:24,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:24,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-bb8c02f6-20e8-4ca5-88ec-028b9a6e3b2d x-compute-request-id: req-bb8c02f6-20e8-4ca5-88ec-028b9a6e3b2d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:24,489 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bb8c02f6-20e8-4ca5-88ec-028b9a6e3b2d 2018-08-23 11:17:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188249111176s 2018-08-23 11:17:24,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bb8c02f6-20e8-4ca5-88ec-028b9a6e3b2d 2018-08-23 11:17:24,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:26,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:26,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:26,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-aa763449-2de8-4844-aae4-e59d1635e748 x-compute-request-id: req-aa763449-2de8-4844-aae4-e59d1635e748 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:26,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa763449-2de8-4844-aae4-e59d1635e748 2018-08-23 11:17:26,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39715719223s 2018-08-23 11:17:26,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa763449-2de8-4844-aae4-e59d1635e748 2018-08-23 11:17:26,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:28,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:28,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:29,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-30dc7bfc-f2c7-47ea-a8ab-255a25fc9b4f x-compute-request-id: req-30dc7bfc-f2c7-47ea-a8ab-255a25fc9b4f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:29,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30dc7bfc-f2c7-47ea-a8ab-255a25fc9b4f 2018-08-23 11:17:29,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186867952347s 2018-08-23 11:17:29,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-30dc7bfc-f2c7-47ea-a8ab-255a25fc9b4f 2018-08-23 11:17:29,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:31,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:31,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:31,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-a533c52b-5f86-4800-a7aa-181e88ddc01d x-compute-request-id: req-a533c52b-5f86-4800-a7aa-181e88ddc01d Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:31,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a533c52b-5f86-4800-a7aa-181e88ddc01d 2018-08-23 11:17:31,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463953971863s 2018-08-23 11:17:31,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a533c52b-5f86-4800-a7aa-181e88ddc01d 2018-08-23 11:17:31,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:33,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:33,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:33,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17: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-b48daecf-6efc-4672-8232-5534d09a3609 x-compute-request-id: req-b48daecf-6efc-4672-8232-5534d09a3609 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:33,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b48daecf-6efc-4672-8232-5534d09a3609 2018-08-23 11:17:33,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168457984924s 2018-08-23 11:17:33,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b48daecf-6efc-4672-8232-5534d09a3609 2018-08-23 11:17:33,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:35,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:36,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-62a6ec0d-2c85-41f3-8ad6-b394c20f0487 x-compute-request-id: req-62a6ec0d-2c85-41f3-8ad6-b394c20f0487 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:36,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62a6ec0d-2c85-41f3-8ad6-b394c20f0487 2018-08-23 11:17:36,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44343495369s 2018-08-23 11:17:36,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62a6ec0d-2c85-41f3-8ad6-b394c20f0487 2018-08-23 11:17:36,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:38,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:38,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:38,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60c8d9b0-6cda-42e5-a803-07f1227981dd x-compute-request-id: req-60c8d9b0-6cda-42e5-a803-07f1227981dd Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:38,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60c8d9b0-6cda-42e5-a803-07f1227981dd 2018-08-23 11:17:38,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.163503170013s 2018-08-23 11:17:38,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-60c8d9b0-6cda-42e5-a803-07f1227981dd 2018-08-23 11:17:38,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:40,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:40,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:40,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b46f6a2e-79ba-43b5-be21-e4037a2826a7 x-compute-request-id: req-b46f6a2e-79ba-43b5-be21-e4037a2826a7 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:40,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b46f6a2e-79ba-43b5-be21-e4037a2826a7 2018-08-23 11:17:40,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42450594902s 2018-08-23 11:17:40,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b46f6a2e-79ba-43b5-be21-e4037a2826a7 2018-08-23 11:17:40,786 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:42,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:42,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:43,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17: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-467762bd-6772-4263-aaf7-0f6c1b69470f x-compute-request-id: req-467762bd-6772-4263-aaf7-0f6c1b69470f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:43,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-467762bd-6772-4263-aaf7-0f6c1b69470f 2018-08-23 11:17:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444801092148s 2018-08-23 11:17:43,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-467762bd-6772-4263-aaf7-0f6c1b69470f 2018-08-23 11:17:43,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:45,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:45,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:45,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49a72568-a24e-4284-ba7c-7f6b4fe9e220 x-compute-request-id: req-49a72568-a24e-4284-ba7c-7f6b4fe9e220 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:45,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49a72568-a24e-4284-ba7c-7f6b4fe9e220 2018-08-23 11:17:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173113107681s 2018-08-23 11:17:45,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49a72568-a24e-4284-ba7c-7f6b4fe9e220 2018-08-23 11:17:45,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:47,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:47,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c459bae1-c19e-4a6f-9912-a78de08f2de0 x-compute-request-id: req-c459bae1-c19e-4a6f-9912-a78de08f2de0 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:47,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c459bae1-c19e-4a6f-9912-a78de08f2de0 2018-08-23 11:17:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194353103638s 2018-08-23 11:17:47,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c459bae1-c19e-4a6f-9912-a78de08f2de0 2018-08-23 11:17:47,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:49,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:49,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:49,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4598356e-2059-46b8-878c-d6875e2be9f4 x-compute-request-id: req-4598356e-2059-46b8-878c-d6875e2be9f4 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-23T11:15:40Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:49,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4598356e-2059-46b8-878c-d6875e2be9f4 2018-08-23 11:17:49,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346426963806s 2018-08-23 11:17:49,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4598356e-2059-46b8-878c-d6875e2be9f4 2018-08-23 11:17:49,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:17:51,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:17:51,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:52,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-493c1e84-5c85-4d47-b701-ca1f3174ac6f x-compute-request-id: req-493c1e84-5c85-4d47-b701-ca1f3174ac6f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:33:b4", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:17:51.000000", "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:17:51Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:17:52,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-493c1e84-5c85-4d47-b701-ca1f3174ac6f 2018-08-23 11:17:52,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428503990173s 2018-08-23 11:17:52,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-493c1e84-5c85-4d47-b701-ca1f3174ac6f 2018-08-23 11:17:52,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 11:17:52,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:52,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f534bb32-08c0-4a87-8455-a5db2cae85ff Date: Thu, 23 Aug 2018 11:17:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:15:40Z","admin_state_up":true,"updated_at":"2018-08-23T11:17:51Z","binding:vnic_type":"normal","device_id":"94a9ed6b-6949-421f-95b2-f55fe28d6b32","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ac:33:b4","id":"dc48bcea-1c9f-46cd-a70c-58009902a1c2","port_security_enabled":true,"project_id":"c7014acc96b34249892b429b56ca74c8","fixed_ips":[{"subnet_id":"3095475d-2799-4dd4-a33c-b61e054ae6c8","ip_address":"192.168.120.25"}],"extra_dhcp_opts":[],"security_groups":["d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"],"name":""}]} 2018-08-23 11:17:52,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-f534bb32-08c0-4a87-8455-a5db2cae85ff 2018-08-23 11:17:52,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0721189975739s 2018-08-23 11:17:52,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-f534bb32-08c0-4a87-8455-a5db2cae85ff 2018-08-23 11:17:52,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 11:17:52,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=dc48bcea-1c9f-46cd-a70c-58009902a1c2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:52,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fa133cbe-bef9-4fe8-9e5c-dcbda25c4ab4 Date: Thu, 23 Aug 2018 11:17:52 GMT RESP BODY: {"floatingips": []} 2018-08-23 11:17:52,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=dc48bcea-1c9f-46cd-a70c-58009902a1c2 used request id req-fa133cbe-bef9-4fe8-9e5c-dcbda25c4ab4 2018-08-23 11:17:52,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451290607452s 2018-08-23 11:17:52,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=dc48bcea-1c9f-46cd-a70c-58009902a1c2 used request id req-fa133cbe-bef9-4fe8-9e5c-dcbda25c4ab4 2018-08-23 11:17:52,532 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ac:33:b4', u'version': 4, u'addr': u'192.168.120.25', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd3358d63-d2f0-44ea-9191-46091e54bb2f'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:17:51.000000', 'flavor': Munch({u'id': u'7f792cff-5bbd-45fa-aad5-1db61d7255c2'}), 'az': u'nova', 'id': u'94a9ed6b-6949-421f-95b2-f55fe28d6b32', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0e8f3db665ca46378b014de4f8a306e1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7014acc96b34249892b429b56ca74c8', 'name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-23T11:17:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-23T11:17:51Z', 'hostId': u'46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'public_v6': '', 'private_v4': u'192.168.120.25', 'cloud': 'envvars', 'host_id': u'46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-23T11:17:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c7014acc96b34249892b429b56ca74c8', 'name': u'vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'adminPass': u'WUe7euJPeTBA', 'tenant_id': u'c7014acc96b34249892b429b56ca74c8', 'created_at': u'2018-08-23T11:15:38Z', 'created': u'2018-08-23T11:15:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-23 11:17:52,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:17:52,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:52,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-728aa915-3430-455f-9719-9f2e486c6fa8 Date: Thu, 23 Aug 2018 11:17:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3095475d-2799-4dd4-a33c-b61e054ae6c8"],"updated_at":"2018-08-23T11:14:05Z","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:17:52,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-728aa915-3430-455f-9719-9f2e486c6fa8 2018-08-23 11:17:52,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10039806366s 2018-08-23 11:17:52,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-728aa915-3430-455f-9719-9f2e486c6fa8 2018-08-23 11:17:52,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 11:17:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:52,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b64be536-7ccb-480e-954b-12ddbafd65ce Date: Thu, 23 Aug 2018 11:17:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:15:40Z","admin_state_up":true,"updated_at":"2018-08-23T11:17:51Z","binding:vnic_type":"normal","device_id":"94a9ed6b-6949-421f-95b2-f55fe28d6b32","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ac:33:b4","id":"dc48bcea-1c9f-46cd-a70c-58009902a1c2","port_security_enabled":true,"project_id":"c7014acc96b34249892b429b56ca74c8","fixed_ips":[{"subnet_id":"3095475d-2799-4dd4-a33c-b61e054ae6c8","ip_address":"192.168.120.25"}],"extra_dhcp_opts":[],"security_groups":["d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa"],"name":""}]} 2018-08-23 11:17:52,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-b64be536-7ccb-480e-954b-12ddbafd65ce 2018-08-23 11:17:52,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0490100383759s 2018-08-23 11:17:52,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-b64be536-7ccb-480e-954b-12ddbafd65ce 2018-08-23 11:17:52,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-23 11:17:52,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"floatingip": {"floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.25", "port_id": "dc48bcea-1c9f-46cd-a70c-58009902a1c2"}}' 2018-08-23 11:17:54,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-fd4b225c-7262-49a4-a966-2b9545a54bd0 Date: Thu, 23 Aug 2018 11:17:54 GMT RESP BODY: {"floatingip": {"router_id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:17:53Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.25", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "dc48bcea-1c9f-46cd-a70c-58009902a1c2", "id": "32ac26f6-da4e-4579-8b61-b720841b327c", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:17:53Z", "project_id": "c7014acc96b34249892b429b56ca74c8"}} 2018-08-23 11:17:54,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fd4b225c-7262-49a4-a966-2b9545a54bd0 2018-08-23 11:17:54,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.89221310616s 2018-08-23 11:17:54,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fd4b225c-7262-49a4-a966-2b9545a54bd0 2018-08-23 11:17:54,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 11:17:54,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:17:54,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-b311405e-7824-4d6e-8817-048fe3315c39 Date: Thu, 23 Aug 2018 11:17:54 GMT RESP BODY: {"floatingips": [{"router_id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:17:53Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.120.25", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "dc48bcea-1c9f-46cd-a70c-58009902a1c2", "id": "32ac26f6-da4e-4579-8b61-b720841b327c", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:17:53Z", "project_id": "c7014acc96b34249892b429b56ca74c8"}]} 2018-08-23 11:17:54,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b311405e-7824-4d6e-8817-048fe3315c39 2018-08-23 11:17:54,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0616250038147s 2018-08-23 11:17:54,650 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b311405e-7824-4d6e-8817-048fe3315c39 2018-08-23 11:17:54,654 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c7014acc96b34249892b429b56ca74c8', 'created_at': u'2018-08-23T11:17:53Z', 'attached': True, 'updated_at': u'2018-08-23T11:17:53Z', 'id': u'32ac26f6-da4e-4579-8b61-b720841b327c', 'floating_network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', 'fixed_ip_address': u'192.168.120.25', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7014acc96b34249892b429b56ca74c8', 'name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a', 'project_id': u'c7014acc96b34249892b429b56ca74c8', 'port_id': u'dc48bcea-1c9f-46cd-a70c-58009902a1c2', 'port': u'dc48bcea-1c9f-46cd-a70c-58009902a1c2', 'network': u'ea6fd58a-d4bd-4de4-bb76-d73193396344'}) 2018-08-23 11:17:54,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 11:17:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 11:17:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:17:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-018742b4-f89b-4444-b85b-5957b82555b3 x-compute-request-id: req-018742b4-f89b-4444-b85b-5957b82555b3 Content-Encoding: gzip Content-Length: 5134 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836954955 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437497] pid_max: default: 32768 minimum: 301\n[ 0.439216] Security Framework initialized\n[ 0.440783] SELinux: Initializing.\n[ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453436] Mount-cache hash table entries: 4096\n[ 0.455404] Initializing cgroup subsys memory\n[ 0.457030] Initializing cgroup subsys devices\n[ 0.458657] Initializing cgroup subsys freezer\n[ 0.460275] Initializing cgroup subsys net_cls\n[ 0.461901] Initializing cgroup subsys blkio\n[ 0.463472] Initializing cgroup subsys perf_event\n[ 0.465148] Initializing cgroup subsys hugetlb\n[ 0.466761] Initializing cgroup subsys pids\n[ 0.468315] Initializing cgroup subsys net_prio\n[ 0.470035] CPU: Physical Processor ID: 0\n[ 0.472291] mce: CPU supports 10 MCE banks\n[ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477514] tlb_flushall_shift: 6\n[ 0.479115] Freeing SMP alternatives: 28k freed\n[ 0.483382] ACPI: Core revision 20130517\n[ 0.485333] ACPI: All ACPI Tables successfully acquired\n[ 0.487380] ftrace: allocating 25812 entries in 101 pages\n[ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.513284] smpboot: Max logical packages: 2\n[ 0.515136] Enabling x2apic\n[ 0.516398] Enabled x2apic\n[ 0.517939] Switched APIC routing to physical x2apic.\n[ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.535743] KVM setup paravirtual spinlock\n[ 0.538606] smpboot: Booting Node 0, Processors #1 OK\n[ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.562818] Brought up 2 CPUs\n[ 0.562820] KVM setup async PF for cpu 1\n[ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.570107] devtmpfs: initialized\n[ 0.572870] EVM: security.selinux\n[ 0.574217] EVM: security.ima\n[ 0.575497] EVM: security.capability\n[ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.579711] pinctrl core: initialized pinctrl subsystem\n[ 0.581601] NET: Registered protocol family 16\n[ 0.583397] ACPI: bus type PCI registered\n[ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.587004] PCI: Using configuration type 1 for base access\n[ 0.592226] ACPI: Added _OSI(Module Device)\n[ 0.593792] ACPI: Added _OSI(Processor Device)\n[ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.597021] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.599949] ACPI: Interpreter enabled\n[ 0.601423] ACPI: (supports S0 S5)\n[ 0.602811] ACPI: Using IOAPIC for interrupt routing\n[ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.619494] acpiphp: Slot [3] registered\n[ 0.621010] acpiphp: Slot [4] registered\n[ 0.622519] acpiphp: Slot [5] registered\n[ 0.624033] acpiphp: Slot [6] registered\n[ 0.625537] acpiphp: Slot [7] registered\n[ 0.627046] acpiphp: Slot [8] registered\n[ 0.628550] acpiphp: Slot [9] registered\n[ 0.630065] acpiphp: Slot [10] registered\n[ 0.631590] acpiphp: Slot [11] registered\n[ 0.633113] acpiphp: Slot [12] registered\n[ 0.634647] acpiphp: Slot [13] registered\n[ 0.636177] acpiphp: Slot [14] registered\n[ 0.637695] acpiphp: Slot [15] registered\n[ 0.639232] acpiphp: Slot [16] registered\n[ 0.640767] acpiphp: Slot [17] registered\n[ 0.642292] acpiphp: Slot [18] registered\n[ 0.643824] acpiphp: Slot [19] registered\n[ 0.645352] acpiphp: Slot [20] registered\n[ 0.646868] acpiphp: Slot [21] registered\n[ 0.648387] acpiphp: Slot [22] registered\n[ 0.649904] acpiphp: Slot [23] registered\n[ 0.651484] acpiphp: Slot [24] registered\n[ 0.653021] acpiphp: Slot [25] registered\n[ 0.654535] acpiphp: Slot [26] registered\n[ 0.656067] acpiphp: Slot [27] registered\n[ 0.657576] acpiphp: Slot [28] registered\n[ 0.659113] acpiphp: Slot [29] registered\n[ 0.660639] acpiphp: Slot [30] registered\n[ 0.662172] acpiphp: Slot [31] registered\n[ 0.663685] PCI host bridge to bus 0000:00\n[ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738577] vgaarb: loaded\n[ 0.739799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741793] SCSI subsystem initialized\n[ 0.743271] ACPI: bus type USB registered\n[ 0.744793] usbcore: registered new interface driver usbfs\n[ 0.746611] usbcore: registered new interface driver hub\n[ 0.748451] usbcore: registered new device driver usb\n[ 0.750392] PCI: Using ACPI for IRQ routing\n[ 0.752347] NetLabel: Initializing\n[ 0.753738] NetLabel: domain hash size = 128\n[ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757025] NetLabel: unlabeled traffic allowed by default\n[ 0.758985] Switched to clocksource kvm-clock\n[ 0.769325] pnp: PnP ACPI init\n[ 0.770639] ACPI: bus type PNP registered\n[ 0.772559] pnp: PnP ACPI: found 5 devices\n[ 0.774074] ACPI: bus type PNP unregistered\n[ 0.781894] NET: Registered protocol family 2\n[ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789338] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791479] TCP: reno registered\n[ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796907] NET: Registered protocol family 1\n[ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843025] Unpacking initramfs...\n"} 2018-08-23 11:17:54,725 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-018742b4-f89b-4444-b85b-5957b82555b3 2018-08-23 11:17:54,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0702159404755s 2018-08-23 11:17:54,726 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-018742b4-f89b-4444-b85b-5957b82555b3 2018-08-23 11:17:54,726 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836954955 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437497] pid_max: default: 32768 minimum: 301 [ 0.439216] Security Framework initialized [ 0.440783] SELinux: Initializing. [ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453436] Mount-cache hash table entries: 4096 [ 0.455404] Initializing cgroup subsys memory [ 0.457030] Initializing cgroup subsys devices [ 0.458657] Initializing cgroup subsys freezer [ 0.460275] Initializing cgroup subsys net_cls [ 0.461901] Initializing cgroup subsys blkio [ 0.463472] Initializing cgroup subsys perf_event [ 0.465148] Initializing cgroup subsys hugetlb [ 0.466761] Initializing cgroup subsys pids [ 0.468315] Initializing cgroup subsys net_prio [ 0.470035] CPU: Physical Processor ID: 0 [ 0.472291] mce: CPU supports 10 MCE banks [ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477514] tlb_flushall_shift: 6 [ 0.479115] Freeing SMP alternatives: 28k freed [ 0.483382] ACPI: Core revision 20130517 [ 0.485333] ACPI: All ACPI Tables successfully acquired [ 0.487380] ftrace: allocating 25812 entries in 101 pages [ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.513284] smpboot: Max logical packages: 2 [ 0.515136] Enabling x2apic [ 0.516398] Enabled x2apic [ 0.517939] Switched APIC routing to physical x2apic. [ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.535743] KVM setup paravirtual spinlock [ 0.538606] smpboot: Booting Node 0, Processors #1 OK [ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.562818] Brought up 2 CPUs [ 0.562820] KVM setup async PF for cpu 1 [ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.570107] devtmpfs: initialized [ 0.572870] EVM: security.selinux [ 0.574217] EVM: security.ima [ 0.575497] EVM: security.capability [ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.579711] pinctrl core: initialized pinctrl subsystem [ 0.581601] NET: Registered protocol family 16 [ 0.583397] ACPI: bus type PCI registered [ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.587004] PCI: Using configuration type 1 for base access [ 0.592226] ACPI: Added _OSI(Module Device) [ 0.593792] ACPI: Added _OSI(Processor Device) [ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.597021] ACPI: Added _OSI(Processor Aggregator Device) [ 0.599949] ACPI: Interpreter enabled [ 0.601423] ACPI: (supports S0 S5) [ 0.602811] ACPI: Using IOAPIC for interrupt routing [ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.619494] acpiphp: Slot [3] registered [ 0.621010] acpiphp: Slot [4] registered [ 0.622519] acpiphp: Slot [5] registered [ 0.624033] acpiphp: Slot [6] registered [ 0.625537] acpiphp: Slot [7] registered [ 0.627046] acpiphp: Slot [8] registered [ 0.628550] acpiphp: Slot [9] registered [ 0.630065] acpiphp: Slot [10] registered [ 0.631590] acpiphp: Slot [11] registered [ 0.633113] acpiphp: Slot [12] registered [ 0.634647] acpiphp: Slot [13] registered [ 0.636177] acpiphp: Slot [14] registered [ 0.637695] acpiphp: Slot [15] registered [ 0.639232] acpiphp: Slot [16] registered [ 0.640767] acpiphp: Slot [17] registered [ 0.642292] acpiphp: Slot [18] registered [ 0.643824] acpiphp: Slot [19] registered [ 0.645352] acpiphp: Slot [20] registered [ 0.646868] acpiphp: Slot [21] registered [ 0.648387] acpiphp: Slot [22] registered [ 0.649904] acpiphp: Slot [23] registered [ 0.651484] acpiphp: Slot [24] registered [ 0.653021] acpiphp: Slot [25] registered [ 0.654535] acpiphp: Slot [26] registered [ 0.656067] acpiphp: Slot [27] registered [ 0.657576] acpiphp: Slot [28] registered [ 0.659113] acpiphp: Slot [29] registered [ 0.660639] acpiphp: Slot [30] registered [ 0.662172] acpiphp: Slot [31] registered [ 0.663685] PCI host bridge to bus 0000:00 [ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738577] vgaarb: loaded [ 0.739799] vgaarb: bridge control possible 0000:00:02.0 [ 0.741793] SCSI subsystem initialized [ 0.743271] ACPI: bus type USB registered [ 0.744793] usbcore: registered new interface driver usbfs [ 0.746611] usbcore: registered new interface driver hub [ 0.748451] usbcore: registered new device driver usb [ 0.750392] PCI: Using ACPI for IRQ routing [ 0.752347] NetLabel: Initializing [ 0.753738] NetLabel: domain hash size = 128 [ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757025] NetLabel: unlabeled traffic allowed by default [ 0.758985] Switched to clocksource kvm-clock [ 0.769325] pnp: PnP ACPI init [ 0.770639] ACPI: bus type PNP registered [ 0.772559] pnp: PnP ACPI: found 5 devices [ 0.774074] ACPI: bus type PNP unregistered [ 0.781894] NET: Registered protocol family 2 [ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789338] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791479] TCP: reno registered [ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796907] NET: Registered protocol family 1 [ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843025] Unpacking initramfs... 2018-08-23 11:17:55,728 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-08-23 11:18:04,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 11:18:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 11:18:04,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-e55405d0-8f6c-40b7-ac9d-64833b6da45d x-compute-request-id: req-e55405d0-8f6c-40b7-ac9d-64833b6da45d Content-Encoding: gzip Content-Length: 11788 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836954955 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437497] pid_max: default: 32768 minimum: 301\n[ 0.439216] Security Framework initialized\n[ 0.440783] SELinux: Initializing.\n[ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453436] Mount-cache hash table entries: 4096\n[ 0.455404] Initializing cgroup subsys memory\n[ 0.457030] Initializing cgroup subsys devices\n[ 0.458657] Initializing cgroup subsys freezer\n[ 0.460275] Initializing cgroup subsys net_cls\n[ 0.461901] Initializing cgroup subsys blkio\n[ 0.463472] Initializing cgroup subsys perf_event\n[ 0.465148] Initializing cgroup subsys hugetlb\n[ 0.466761] Initializing cgroup subsys pids\n[ 0.468315] Initializing cgroup subsys net_prio\n[ 0.470035] CPU: Physical Processor ID: 0\n[ 0.472291] mce: CPU supports 10 MCE banks\n[ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477514] tlb_flushall_shift: 6\n[ 0.479115] Freeing SMP alternatives: 28k freed\n[ 0.483382] ACPI: Core revision 20130517\n[ 0.485333] ACPI: All ACPI Tables successfully acquired\n[ 0.487380] ftrace: allocating 25812 entries in 101 pages\n[ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.513284] smpboot: Max logical packages: 2\n[ 0.515136] Enabling x2apic\n[ 0.516398] Enabled x2apic\n[ 0.517939] Switched APIC routing to physical x2apic.\n[ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.535743] KVM setup paravirtual spinlock\n[ 0.538606] smpboot: Booting Node 0, Processors #1 OK\n[ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.562818] Brought up 2 CPUs\n[ 0.562820] KVM setup async PF for cpu 1\n[ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.570107] devtmpfs: initialized\n[ 0.572870] EVM: security.selinux\n[ 0.574217] EVM: security.ima\n[ 0.575497] EVM: security.capability\n[ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.579711] pinctrl core: initialized pinctrl subsystem\n[ 0.581601] NET: Registered protocol family 16\n[ 0.583397] ACPI: bus type PCI registered\n[ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.587004] PCI: Using configuration type 1 for base access\n[ 0.592226] ACPI: Added _OSI(Module Device)\n[ 0.593792] ACPI: Added _OSI(Processor Device)\n[ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.597021] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.599949] ACPI: Interpreter enabled\n[ 0.601423] ACPI: (supports S0 S5)\n[ 0.602811] ACPI: Using IOAPIC for interrupt routing\n[ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.619494] acpiphp: Slot [3] registered\n[ 0.621010] acpiphp: Slot [4] registered\n[ 0.622519] acpiphp: Slot [5] registered\n[ 0.624033] acpiphp: Slot [6] registered\n[ 0.625537] acpiphp: Slot [7] registered\n[ 0.627046] acpiphp: Slot [8] registered\n[ 0.628550] acpiphp: Slot [9] registered\n[ 0.630065] acpiphp: Slot [10] registered\n[ 0.631590] acpiphp: Slot [11] registered\n[ 0.633113] acpiphp: Slot [12] registered\n[ 0.634647] acpiphp: Slot [13] registered\n[ 0.636177] acpiphp: Slot [14] registered\n[ 0.637695] acpiphp: Slot [15] registered\n[ 0.639232] acpiphp: Slot [16] registered\n[ 0.640767] acpiphp: Slot [17] registered\n[ 0.642292] acpiphp: Slot [18] registered\n[ 0.643824] acpiphp: Slot [19] registered\n[ 0.645352] acpiphp: Slot [20] registered\n[ 0.646868] acpiphp: Slot [21] registered\n[ 0.648387] acpiphp: Slot [22] registered\n[ 0.649904] acpiphp: Slot [23] registered\n[ 0.651484] acpiphp: Slot [24] registered\n[ 0.653021] acpiphp: Slot [25] registered\n[ 0.654535] acpiphp: Slot [26] registered\n[ 0.656067] acpiphp: Slot [27] registered\n[ 0.657576] acpiphp: Slot [28] registered\n[ 0.659113] acpiphp: Slot [29] registered\n[ 0.660639] acpiphp: Slot [30] registered\n[ 0.662172] acpiphp: Slot [31] registered\n[ 0.663685] PCI host bridge to bus 0000:00\n[ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738577] vgaarb: loaded\n[ 0.739799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741793] SCSI subsystem initialized\n[ 0.743271] ACPI: bus type USB registered\n[ 0.744793] usbcore: registered new interface driver usbfs\n[ 0.746611] usbcore: registered new interface driver hub\n[ 0.748451] usbcore: registered new device driver usb\n[ 0.750392] PCI: Using ACPI for IRQ routing\n[ 0.752347] NetLabel: Initializing\n[ 0.753738] NetLabel: domain hash size = 128\n[ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757025] NetLabel: unlabeled traffic allowed by default\n[ 0.758985] Switched to clocksource kvm-clock\n[ 0.769325] pnp: PnP ACPI init\n[ 0.770639] ACPI: bus type PNP registered\n[ 0.772559] pnp: PnP ACPI: found 5 devices\n[ 0.774074] ACPI: bus type PNP unregistered\n[ 0.781894] NET: Registered protocol family 2\n[ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789338] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791479] TCP: reno registered\n[ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796907] NET: Registered protocol family 1\n[ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843025] Unpacking initramfs...\n[ 1.339068] Freeing initrd memory: 37508k freed\n[ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.361028] Initialise system trusted keyring\n[ 1.362624] audit: initializing netlink socket (disabled)\n[ 1.364413] type=2000 audit(1535023074.408:1): initialized\n[ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.386568] zpool: loaded\n[ 1.387779] zbud: loaded\n[ 1.389136] VFS: Disk quotas dquot_6.5.2\n[ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.392804] msgmni has been set to 7578\n[ 1.394318] Key type big_key registered\n[ 1.396574] NET: Registered protocol family 38\n[ 1.398173] Key type asymmetric registered\n[ 1.399680] Asymmetric key parser 'x509' registered\n[ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.404150] io scheduler noop registered\n[ 1.405635] io scheduler deadline registered (default)\n[ 1.420936] io scheduler cfq registered\n[ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.429214] ACPI: Power Button [PWRF]\n[ 1.430801] GHES: HEST is not enabled!\n[ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.458843] Non-volatile memory driver v1.3\n[ 1.460374] Linux agpgart interface v0.103\n[ 1.462017] crash memory driver: version 1.1\n[ 1.463625] rdac: device handler registered\n[ 1.465208] hp_sw: device handler registered\n[ 1.466766] emc: device handler registered\n[ 1.468264] alua: device handler registered\n[ 1.469818] libphy: Fixed MDIO Bus: probed\n[ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.473423] ehci-pci: EHCI PCI platform driver\n[ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.476934] ohci-pci: OHCI PCI platform driver\n[ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.512099] usb usb1: Product: UHCI Host Controller\n[ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.515900] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.517640] hub 1-0:1.0: USB hub found\n[ 1.519109] hub 1-0:1.0: 2 ports detected\n[ 1.520743] usbcore: registered new interface driver usbserial\n[ 1.522653] usbcore: registered new interface driver usbserial_generic\n[ 1.524696] usbserial: USB Serial support registered for generic\n[ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.533832] mousedev: PS/2 mouse device common for all mice\n[ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.539212] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.551416] cpuidle: using governor menu\n[ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554752] usbcore: registered new interface driver usbhid\n[ 1.556515] usbhid: USB HID core driver\n[ 1.557979] drop_monitor: Initializing network drop monitor service\n[ 1.559942] TCP: cubic registered\n[ 1.561247] Initializing XFRM netlink socket\n[ 1.562842] NET: Registered protocol family 10\n[ 1.564643] NET: Registered protocol family 17\n[ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.573240] Loading compiled-in X.509 certificates\n[ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.584743] registered taskstats version 1\n[ 1.588129] Key type trusted registered\n[ 1.590862] Key type encrypted registered\n[ 1.593558] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074)\n[ 1.599293] Freeing unused kernel memory: 1680k freed\n[ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm.\n[ 1.612626] systemd[1]: Detected architecture x86-64.\n[ 1.614337] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.617478] systemd[1]: No hostname configured.\n[ 1.619135] systemd[1]: Set hostname to .\n[ 1.620971] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.643912] systemd[1]: Reached target Swap.\n[ 1.645517] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.648138] systemd[1]: Reached target Local File Systems.\n[ 1.649998] systemd[1]: Starting Local File Systems.\n[ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.658603] systemd[1]: Reached target Paths.\n[ 1.660206] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.662776] systemd[1]: Created slice Root Slice.\n[ 1.664461] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.667106] systemd[1]: Listening on Journal Socket.\n[ 1.668843] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.671562] systemd[1]: Created slice System Slice.\n[ 1.673279] systemd[1]: Starting System Slice.\n[ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.683709] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Timers.\n[ 1.687552] systemd[1]: Reached target Timers.\n[ 1.689204] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.692184] systemd[1]: Listening on udev Control Socket.\n[ 1.694019] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.696778] systemd[1]: Reached target Slices.\n[ 1.698386] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.701009] systemd[1]: Listening on udev Kernel Socket.\n[ 1.702842] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.705554] systemd[1]: Reached target Sockets.\n[ 1.707201] systemd[1]: Starting Sockets.\n[ 1.709014] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.722184] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729771] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting dracut pre-udev hook...\n[ 1.747930] RPC: Registered named UNIX socket transport module.\n[ 1.749856] RPC: Registered udp transport module.\n[ 1.751457] RPC: Registered tcp transport module.\n[ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B\n[ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.921765] scsi host0: ata_piix\n[ 1.923188] scsi host1: ata_piix\n[ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.981023] usb 1-1: Product: QEMU USB Tablet\n[ 1.982548] usb 1-1: Manufacturer: QEMU\n[ 1.983992] usb 1-1: SerialNumber: 42\n[ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.997364] 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[ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.106648] XFS (vda1): Mounting V4 Filesystem\n[ 2.127883] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target 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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd).\n[ 2.567267] SELinux: Disabled at runtime.\n[ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.643179] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Debug File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\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 Configure read-only root support.\n[ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n 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 Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810\n\n[ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.362018] ppdev: user-space parallel port driver\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.410701] [TTM] Initializing pool allocator\n[ 3.412319] [TTM] Initializing DMA pool allocator\n[ 3.414515] [drm] fb mappable at 0xFC000000\n[ 3.416129] [drm] vram aper at 0xFC000000\n[ 3.417778] [drm] size 33554432\n[ 3.419244] [drm] fb depth is 24\n[ 3.420613] [drm] pitch is 3072\n[ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.446013] Console: switching to colour frame buffer device 128x48\n[ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.564960] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.581196] alg: No test for crc32 (crc32-pclmul)\n[ 3.584931] intel_rapl: no valid rapl domains found in package 0\n[ 3.591405] intel_rapl: no valid rapl domains found in package 0\n[ 3.593444] intel_powerclamp: No package C-state available\n[ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds.\n[ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 |\n[ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 11:18:04,857 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-e55405d0-8f6c-40b7-ac9d-64833b6da45d 2018-08-23 11:18:04,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119014024734s 2018-08-23 11:18:04,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-e55405d0-8f6c-40b7-ac9d-64833b6da45d 2018-08-23 11:18:04,859 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836954955 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437497] pid_max: default: 32768 minimum: 301 [ 0.439216] Security Framework initialized [ 0.440783] SELinux: Initializing. [ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453436] Mount-cache hash table entries: 4096 [ 0.455404] Initializing cgroup subsys memory [ 0.457030] Initializing cgroup subsys devices [ 0.458657] Initializing cgroup subsys freezer [ 0.460275] Initializing cgroup subsys net_cls [ 0.461901] Initializing cgroup subsys blkio [ 0.463472] Initializing cgroup subsys perf_event [ 0.465148] Initializing cgroup subsys hugetlb [ 0.466761] Initializing cgroup subsys pids [ 0.468315] Initializing cgroup subsys net_prio [ 0.470035] CPU: Physical Processor ID: 0 [ 0.472291] mce: CPU supports 10 MCE banks [ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477514] tlb_flushall_shift: 6 [ 0.479115] Freeing SMP alternatives: 28k freed [ 0.483382] ACPI: Core revision 20130517 [ 0.485333] ACPI: All ACPI Tables successfully acquired [ 0.487380] ftrace: allocating 25812 entries in 101 pages [ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.513284] smpboot: Max logical packages: 2 [ 0.515136] Enabling x2apic [ 0.516398] Enabled x2apic [ 0.517939] Switched APIC routing to physical x2apic. [ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.535743] KVM setup paravirtual spinlock [ 0.538606] smpboot: Booting Node 0, Processors #1 OK [ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.562818] Brought up 2 CPUs [ 0.562820] KVM setup async PF for cpu 1 [ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.570107] devtmpfs: initialized [ 0.572870] EVM: security.selinux [ 0.574217] EVM: security.ima [ 0.575497] EVM: security.capability [ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.579711] pinctrl core: initialized pinctrl subsystem [ 0.581601] NET: Registered protocol family 16 [ 0.583397] ACPI: bus type PCI registered [ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.587004] PCI: Using configuration type 1 for base access [ 0.592226] ACPI: Added _OSI(Module Device) [ 0.593792] ACPI: Added _OSI(Processor Device) [ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.597021] ACPI: Added _OSI(Processor Aggregator Device) [ 0.599949] ACPI: Interpreter enabled [ 0.601423] ACPI: (supports S0 S5) [ 0.602811] ACPI: Using IOAPIC for interrupt routing [ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.619494] acpiphp: Slot [3] registered [ 0.621010] acpiphp: Slot [4] registered [ 0.622519] acpiphp: Slot [5] registered [ 0.624033] acpiphp: Slot [6] registered [ 0.625537] acpiphp: Slot [7] registered [ 0.627046] acpiphp: Slot [8] registered [ 0.628550] acpiphp: Slot [9] registered [ 0.630065] acpiphp: Slot [10] registered [ 0.631590] acpiphp: Slot [11] registered [ 0.633113] acpiphp: Slot [12] registered [ 0.634647] acpiphp: Slot [13] registered [ 0.636177] acpiphp: Slot [14] registered [ 0.637695] acpiphp: Slot [15] registered [ 0.639232] acpiphp: Slot [16] registered [ 0.640767] acpiphp: Slot [17] registered [ 0.642292] acpiphp: Slot [18] registered [ 0.643824] acpiphp: Slot [19] registered [ 0.645352] acpiphp: Slot [20] registered [ 0.646868] acpiphp: Slot [21] registered [ 0.648387] acpiphp: Slot [22] registered [ 0.649904] acpiphp: Slot [23] registered [ 0.651484] acpiphp: Slot [24] registered [ 0.653021] acpiphp: Slot [25] registered [ 0.654535] acpiphp: Slot [26] registered [ 0.656067] acpiphp: Slot [27] registered [ 0.657576] acpiphp: Slot [28] registered [ 0.659113] acpiphp: Slot [29] registered [ 0.660639] acpiphp: Slot [30] registered [ 0.662172] acpiphp: Slot [31] registered [ 0.663685] PCI host bridge to bus 0000:00 [ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738577] vgaarb: loaded [ 0.739799] vgaarb: bridge control possible 0000:00:02.0 [ 0.741793] SCSI subsystem initialized [ 0.743271] ACPI: bus type USB registered [ 0.744793] usbcore: registered new interface driver usbfs [ 0.746611] usbcore: registered new interface driver hub [ 0.748451] usbcore: registered new device driver usb [ 0.750392] PCI: Using ACPI for IRQ routing [ 0.752347] NetLabel: Initializing [ 0.753738] NetLabel: domain hash size = 128 [ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757025] NetLabel: unlabeled traffic allowed by default [ 0.758985] Switched to clocksource kvm-clock [ 0.769325] pnp: PnP ACPI init [ 0.770639] ACPI: bus type PNP registered [ 0.772559] pnp: PnP ACPI: found 5 devices [ 0.774074] ACPI: bus type PNP unregistered [ 0.781894] NET: Registered protocol family 2 [ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789338] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791479] TCP: reno registered [ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796907] NET: Registered protocol family 1 [ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843025] Unpacking initramfs... [ 1.339068] Freeing initrd memory: 37508k freed [ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.361028] Initialise system trusted keyring [ 1.362624] audit: initializing netlink socket (disabled) [ 1.364413] type=2000 audit(1535023074.408:1): initialized [ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.386568] zpool: loaded [ 1.387779] zbud: loaded [ 1.389136] VFS: Disk quotas dquot_6.5.2 [ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.392804] msgmni has been set to 7578 [ 1.394318] Key type big_key registered [ 1.396574] NET: Registered protocol family 38 [ 1.398173] Key type asymmetric registered [ 1.399680] Asymmetric key parser 'x509' registered [ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.404150] io scheduler noop registered [ 1.405635] io scheduler deadline registered (default) [ 1.420936] io scheduler cfq registered [ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.429214] ACPI: Power Button [PWRF] [ 1.430801] GHES: HEST is not enabled! [ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.458843] Non-volatile memory driver v1.3 [ 1.460374] Linux agpgart interface v0.103 [ 1.462017] crash memory driver: version 1.1 [ 1.463625] rdac: device handler registered [ 1.465208] hp_sw: device handler registered [ 1.466766] emc: device handler registered [ 1.468264] alua: device handler registered [ 1.469818] libphy: Fixed MDIO Bus: probed [ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.473423] ehci-pci: EHCI PCI platform driver [ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.476934] ohci-pci: OHCI PCI platform driver [ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver [ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.512099] usb usb1: Product: UHCI Host Controller [ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.515900] usb usb1: SerialNumber: 0000:00:01.2 [ 1.517640] hub 1-0:1.0: USB hub found [ 1.519109] hub 1-0:1.0: 2 ports detected [ 1.520743] usbcore: registered new interface driver usbserial [ 1.522653] usbcore: registered new interface driver usbserial_generic [ 1.524696] usbserial: USB Serial support registered for generic [ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.533832] mousedev: PS/2 mouse device common for all mice [ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.539212] rtc_cmos 00:00: RTC can wake from S4 [ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.551416] cpuidle: using governor menu [ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554752] usbcore: registered new interface driver usbhid [ 1.556515] usbhid: USB HID core driver [ 1.557979] drop_monitor: Initializing network drop monitor service [ 1.559942] TCP: cubic registered [ 1.561247] Initializing XFRM netlink socket [ 1.562842] NET: Registered protocol family 10 [ 1.564643] NET: Registered protocol family 17 [ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.573240] Loading compiled-in X.509 certificates [ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.584743] registered taskstats version 1 [ 1.588129] Key type trusted registered [ 1.590862] Key type encrypted registered [ 1.593558] IMA: No TPM chip found, activating TPM-bypass! [ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074) [ 1.599293] Freeing unused kernel memory: 1680k freed [ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm. [ 1.612626] systemd[1]: Detected architecture x86-64. [ 1.614337] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.617478] systemd[1]: No hostname configured. [ 1.619135] systemd[1]: Set hostname to . [ 1.620971] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.643912] systemd[1]: Reached target Swap. [ 1.645517] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.648138] systemd[1]: Reached target Local File Systems. [ 1.649998] systemd[1]: Starting Local File Systems. [ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.658603] systemd[1]: Reached target Paths. [ 1.660206] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.662776] systemd[1]: Created slice Root Slice. [ 1.664461] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.667106] systemd[1]: Listening on Journal Socket. [ 1.668843] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.671562] systemd[1]: Created slice System Slice. [ 1.673279] systemd[1]: Starting System Slice. [ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.683709] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Timers. [ 1.687552] systemd[1]: Reached target Timers. [ 1.689204] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.692184] systemd[1]: Listening on udev Control Socket. [ 1.694019] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.696778] systemd[1]: Reached target Slices. [ 1.698386] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.701009] systemd[1]: Listening on udev Kernel Socket. [ 1.702842] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.705554] systemd[1]: Reached target Sockets. [ 1.707201] systemd[1]: Starting Sockets. [ 1.709014] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.722184] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729771] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting dracut pre-udev hook... [ 1.747930] RPC: Registered named UNIX socket transport module. [ 1.749856] RPC: Registered udp transport module. [ 1.751457] RPC: Registered tcp transport module. [ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B [ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.921765] scsi host0: ata_piix [ 1.923188] scsi host1: ata_piix [ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.981023] usb 1-1: Product: QEMU USB Tablet [ 1.982548] usb 1-1: Manufacturer: QEMU [ 1.983992] usb 1-1: SerialNumber: 42 [ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.997364] 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... [ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled [ 2.106648] XFS (vda1): Mounting V4 Filesystem [ 2.127883] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target 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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd). [ 2.567267] SELinux: Disabled at runtime. [ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.643179] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Debug File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Configure read-only root support. [ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1 [ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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 Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810 [ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.362018] ppdev: user-space parallel port driver Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.410701] [TTM] Initializing pool allocator [ 3.412319] [TTM] Initializing DMA pool allocator [ 3.414515] [drm] fb mappable at 0xFC000000 [ 3.416129] [drm] vram aper at 0xFC000000 [ 3.417778] [drm] size 33554432 [ 3.419244] [drm] fb depth is 24 [ 3.420613] [drm] pitch is 3072 [ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device [ 3.446013] Console: switching to colour frame buffer device 128x48 [ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.564960] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.581196] alg: No test for crc32 (crc32-pclmul) [ 3.584931] intel_rapl: no valid rapl domains found in package 0 [ 3.591405] intel_rapl: no valid rapl domains found in package 0 [ 3.593444] intel_powerclamp: No package C-state available [ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds. [ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 | [ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started PostgreSQL 9.5 database server. [[32m OK [0m] Started Postfix Mail Transport Agent. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 11:18:04,862 - paramiko.transport - DEBUG - starting thread (client mode): 0xef48b950L 2018-08-23 11:18:04,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 11:18:04,869 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 11:18:04,869 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 11:18:04,883 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 11:18:04,883 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 11:18:04,883 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 11:18:04,884 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 11:18:04,884 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 11:18:04,884 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 11:18:04,890 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 11:18:04,891 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 11:18:04,895 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-23 11:18:04,896 - paramiko.transport - DEBUG - Trying discovered key f063c92bb47358f49ab32ccadf5a0a5a in /tmp/tmpEvzYR_ 2018-08-23 11:18:04,930 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 11:18:15,032 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 11:18:15,044 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-23 11:18:15,045 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 11:18:15,051 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 11:18:15,052 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.210: Authentication failed. 2018-08-23 11:18:24,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 11:18:24,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 11:18:24,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-842c65e8-5df5-42ef-95bd-1434f853ee6e x-compute-request-id: req-842c65e8-5df5-42ef-95bd-1434f853ee6e Content-Encoding: gzip Content-Length: 11788 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836954955 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437497] pid_max: default: 32768 minimum: 301\n[ 0.439216] Security Framework initialized\n[ 0.440783] SELinux: Initializing.\n[ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453436] Mount-cache hash table entries: 4096\n[ 0.455404] Initializing cgroup subsys memory\n[ 0.457030] Initializing cgroup subsys devices\n[ 0.458657] Initializing cgroup subsys freezer\n[ 0.460275] Initializing cgroup subsys net_cls\n[ 0.461901] Initializing cgroup subsys blkio\n[ 0.463472] Initializing cgroup subsys perf_event\n[ 0.465148] Initializing cgroup subsys hugetlb\n[ 0.466761] Initializing cgroup subsys pids\n[ 0.468315] Initializing cgroup subsys net_prio\n[ 0.470035] CPU: Physical Processor ID: 0\n[ 0.472291] mce: CPU supports 10 MCE banks\n[ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477514] tlb_flushall_shift: 6\n[ 0.479115] Freeing SMP alternatives: 28k freed\n[ 0.483382] ACPI: Core revision 20130517\n[ 0.485333] ACPI: All ACPI Tables successfully acquired\n[ 0.487380] ftrace: allocating 25812 entries in 101 pages\n[ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.513284] smpboot: Max logical packages: 2\n[ 0.515136] Enabling x2apic\n[ 0.516398] Enabled x2apic\n[ 0.517939] Switched APIC routing to physical x2apic.\n[ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.535743] KVM setup paravirtual spinlock\n[ 0.538606] smpboot: Booting Node 0, Processors #1 OK\n[ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.562818] Brought up 2 CPUs\n[ 0.562820] KVM setup async PF for cpu 1\n[ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.570107] devtmpfs: initialized\n[ 0.572870] EVM: security.selinux\n[ 0.574217] EVM: security.ima\n[ 0.575497] EVM: security.capability\n[ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.579711] pinctrl core: initialized pinctrl subsystem\n[ 0.581601] NET: Registered protocol family 16\n[ 0.583397] ACPI: bus type PCI registered\n[ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.587004] PCI: Using configuration type 1 for base access\n[ 0.592226] ACPI: Added _OSI(Module Device)\n[ 0.593792] ACPI: Added _OSI(Processor Device)\n[ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.597021] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.599949] ACPI: Interpreter enabled\n[ 0.601423] ACPI: (supports S0 S5)\n[ 0.602811] ACPI: Using IOAPIC for interrupt routing\n[ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.619494] acpiphp: Slot [3] registered\n[ 0.621010] acpiphp: Slot [4] registered\n[ 0.622519] acpiphp: Slot [5] registered\n[ 0.624033] acpiphp: Slot [6] registered\n[ 0.625537] acpiphp: Slot [7] registered\n[ 0.627046] acpiphp: Slot [8] registered\n[ 0.628550] acpiphp: Slot [9] registered\n[ 0.630065] acpiphp: Slot [10] registered\n[ 0.631590] acpiphp: Slot [11] registered\n[ 0.633113] acpiphp: Slot [12] registered\n[ 0.634647] acpiphp: Slot [13] registered\n[ 0.636177] acpiphp: Slot [14] registered\n[ 0.637695] acpiphp: Slot [15] registered\n[ 0.639232] acpiphp: Slot [16] registered\n[ 0.640767] acpiphp: Slot [17] registered\n[ 0.642292] acpiphp: Slot [18] registered\n[ 0.643824] acpiphp: Slot [19] registered\n[ 0.645352] acpiphp: Slot [20] registered\n[ 0.646868] acpiphp: Slot [21] registered\n[ 0.648387] acpiphp: Slot [22] registered\n[ 0.649904] acpiphp: Slot [23] registered\n[ 0.651484] acpiphp: Slot [24] registered\n[ 0.653021] acpiphp: Slot [25] registered\n[ 0.654535] acpiphp: Slot [26] registered\n[ 0.656067] acpiphp: Slot [27] registered\n[ 0.657576] acpiphp: Slot [28] registered\n[ 0.659113] acpiphp: Slot [29] registered\n[ 0.660639] acpiphp: Slot [30] registered\n[ 0.662172] acpiphp: Slot [31] registered\n[ 0.663685] PCI host bridge to bus 0000:00\n[ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738577] vgaarb: loaded\n[ 0.739799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741793] SCSI subsystem initialized\n[ 0.743271] ACPI: bus type USB registered\n[ 0.744793] usbcore: registered new interface driver usbfs\n[ 0.746611] usbcore: registered new interface driver hub\n[ 0.748451] usbcore: registered new device driver usb\n[ 0.750392] PCI: Using ACPI for IRQ routing\n[ 0.752347] NetLabel: Initializing\n[ 0.753738] NetLabel: domain hash size = 128\n[ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757025] NetLabel: unlabeled traffic allowed by default\n[ 0.758985] Switched to clocksource kvm-clock\n[ 0.769325] pnp: PnP ACPI init\n[ 0.770639] ACPI: bus type PNP registered\n[ 0.772559] pnp: PnP ACPI: found 5 devices\n[ 0.774074] ACPI: bus type PNP unregistered\n[ 0.781894] NET: Registered protocol family 2\n[ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789338] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791479] TCP: reno registered\n[ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796907] NET: Registered protocol family 1\n[ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843025] Unpacking initramfs...\n[ 1.339068] Freeing initrd memory: 37508k freed\n[ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.361028] Initialise system trusted keyring\n[ 1.362624] audit: initializing netlink socket (disabled)\n[ 1.364413] type=2000 audit(1535023074.408:1): initialized\n[ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.386568] zpool: loaded\n[ 1.387779] zbud: loaded\n[ 1.389136] VFS: Disk quotas dquot_6.5.2\n[ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.392804] msgmni has been set to 7578\n[ 1.394318] Key type big_key registered\n[ 1.396574] NET: Registered protocol family 38\n[ 1.398173] Key type asymmetric registered\n[ 1.399680] Asymmetric key parser 'x509' registered\n[ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.404150] io scheduler noop registered\n[ 1.405635] io scheduler deadline registered (default)\n[ 1.420936] io scheduler cfq registered\n[ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.429214] ACPI: Power Button [PWRF]\n[ 1.430801] GHES: HEST is not enabled!\n[ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.458843] Non-volatile memory driver v1.3\n[ 1.460374] Linux agpgart interface v0.103\n[ 1.462017] crash memory driver: version 1.1\n[ 1.463625] rdac: device handler registered\n[ 1.465208] hp_sw: device handler registered\n[ 1.466766] emc: device handler registered\n[ 1.468264] alua: device handler registered\n[ 1.469818] libphy: Fixed MDIO Bus: probed\n[ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.473423] ehci-pci: EHCI PCI platform driver\n[ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.476934] ohci-pci: OHCI PCI platform driver\n[ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.512099] usb usb1: Product: UHCI Host Controller\n[ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.515900] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.517640] hub 1-0:1.0: USB hub found\n[ 1.519109] hub 1-0:1.0: 2 ports detected\n[ 1.520743] usbcore: registered new interface driver usbserial\n[ 1.522653] usbcore: registered new interface driver usbserial_generic\n[ 1.524696] usbserial: USB Serial support registered for generic\n[ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.533832] mousedev: PS/2 mouse device common for all mice\n[ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.539212] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.551416] cpuidle: using governor menu\n[ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554752] usbcore: registered new interface driver usbhid\n[ 1.556515] usbhid: USB HID core driver\n[ 1.557979] drop_monitor: Initializing network drop monitor service\n[ 1.559942] TCP: cubic registered\n[ 1.561247] Initializing XFRM netlink socket\n[ 1.562842] NET: Registered protocol family 10\n[ 1.564643] NET: Registered protocol family 17\n[ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.573240] Loading compiled-in X.509 certificates\n[ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.584743] registered taskstats version 1\n[ 1.588129] Key type trusted registered\n[ 1.590862] Key type encrypted registered\n[ 1.593558] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074)\n[ 1.599293] Freeing unused kernel memory: 1680k freed\n[ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm.\n[ 1.612626] systemd[1]: Detected architecture x86-64.\n[ 1.614337] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.617478] systemd[1]: No hostname configured.\n[ 1.619135] systemd[1]: Set hostname to .\n[ 1.620971] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.643912] systemd[1]: Reached target Swap.\n[ 1.645517] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.648138] systemd[1]: Reached target Local File Systems.\n[ 1.649998] systemd[1]: Starting Local File Systems.\n[ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.658603] systemd[1]: Reached target Paths.\n[ 1.660206] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.662776] systemd[1]: Created slice Root Slice.\n[ 1.664461] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.667106] systemd[1]: Listening on Journal Socket.\n[ 1.668843] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.671562] systemd[1]: Created slice System Slice.\n[ 1.673279] systemd[1]: Starting System Slice.\n[ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.683709] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Timers.\n[ 1.687552] systemd[1]: Reached target Timers.\n[ 1.689204] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.692184] systemd[1]: Listening on udev Control Socket.\n[ 1.694019] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.696778] systemd[1]: Reached target Slices.\n[ 1.698386] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.701009] systemd[1]: Listening on udev Kernel Socket.\n[ 1.702842] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.705554] systemd[1]: Reached target Sockets.\n[ 1.707201] systemd[1]: Starting Sockets.\n[ 1.709014] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.722184] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729771] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting dracut pre-udev hook...\n[ 1.747930] RPC: Registered named UNIX socket transport module.\n[ 1.749856] RPC: Registered udp transport module.\n[ 1.751457] RPC: Registered tcp transport module.\n[ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B\n[ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.921765] scsi host0: ata_piix\n[ 1.923188] scsi host1: ata_piix\n[ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.981023] usb 1-1: Product: QEMU USB Tablet\n[ 1.982548] usb 1-1: Manufacturer: QEMU\n[ 1.983992] usb 1-1: SerialNumber: 42\n[ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.997364] 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[ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.106648] XFS (vda1): Mounting V4 Filesystem\n[ 2.127883] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target 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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd).\n[ 2.567267] SELinux: Disabled at runtime.\n[ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.643179] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Debug File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\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 Configure read-only root support.\n[ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n 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 Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810\n\n[ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.362018] ppdev: user-space parallel port driver\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.410701] [TTM] Initializing pool allocator\n[ 3.412319] [TTM] Initializing DMA pool allocator\n[ 3.414515] [drm] fb mappable at 0xFC000000\n[ 3.416129] [drm] vram aper at 0xFC000000\n[ 3.417778] [drm] size 33554432\n[ 3.419244] [drm] fb depth is 24\n[ 3.420613] [drm] pitch is 3072\n[ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.446013] Console: switching to colour frame buffer device 128x48\n[ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.564960] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.581196] alg: No test for crc32 (crc32-pclmul)\n[ 3.584931] intel_rapl: no valid rapl domains found in package 0\n[ 3.591405] intel_rapl: no valid rapl domains found in package 0\n[ 3.593444] intel_powerclamp: No package C-state available\n[ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds.\n[ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 |\n[ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 11:18:24,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-842c65e8-5df5-42ef-95bd-1434f853ee6e 2018-08-23 11:18:24,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075229883194s 2018-08-23 11:18:24,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-842c65e8-5df5-42ef-95bd-1434f853ee6e 2018-08-23 11:18:24,133 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836954955 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437497] pid_max: default: 32768 minimum: 301 [ 0.439216] Security Framework initialized [ 0.440783] SELinux: Initializing. [ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453436] Mount-cache hash table entries: 4096 [ 0.455404] Initializing cgroup subsys memory [ 0.457030] Initializing cgroup subsys devices [ 0.458657] Initializing cgroup subsys freezer [ 0.460275] Initializing cgroup subsys net_cls [ 0.461901] Initializing cgroup subsys blkio [ 0.463472] Initializing cgroup subsys perf_event [ 0.465148] Initializing cgroup subsys hugetlb [ 0.466761] Initializing cgroup subsys pids [ 0.468315] Initializing cgroup subsys net_prio [ 0.470035] CPU: Physical Processor ID: 0 [ 0.472291] mce: CPU supports 10 MCE banks [ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477514] tlb_flushall_shift: 6 [ 0.479115] Freeing SMP alternatives: 28k freed [ 0.483382] ACPI: Core revision 20130517 [ 0.485333] ACPI: All ACPI Tables successfully acquired [ 0.487380] ftrace: allocating 25812 entries in 101 pages [ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.513284] smpboot: Max logical packages: 2 [ 0.515136] Enabling x2apic [ 0.516398] Enabled x2apic [ 0.517939] Switched APIC routing to physical x2apic. [ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.535743] KVM setup paravirtual spinlock [ 0.538606] smpboot: Booting Node 0, Processors #1 OK [ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.562818] Brought up 2 CPUs [ 0.562820] KVM setup async PF for cpu 1 [ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.570107] devtmpfs: initialized [ 0.572870] EVM: security.selinux [ 0.574217] EVM: security.ima [ 0.575497] EVM: security.capability [ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.579711] pinctrl core: initialized pinctrl subsystem [ 0.581601] NET: Registered protocol family 16 [ 0.583397] ACPI: bus type PCI registered [ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.587004] PCI: Using configuration type 1 for base access [ 0.592226] ACPI: Added _OSI(Module Device) [ 0.593792] ACPI: Added _OSI(Processor Device) [ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.597021] ACPI: Added _OSI(Processor Aggregator Device) [ 0.599949] ACPI: Interpreter enabled [ 0.601423] ACPI: (supports S0 S5) [ 0.602811] ACPI: Using IOAPIC for interrupt routing [ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.619494] acpiphp: Slot [3] registered [ 0.621010] acpiphp: Slot [4] registered [ 0.622519] acpiphp: Slot [5] registered [ 0.624033] acpiphp: Slot [6] registered [ 0.625537] acpiphp: Slot [7] registered [ 0.627046] acpiphp: Slot [8] registered [ 0.628550] acpiphp: Slot [9] registered [ 0.630065] acpiphp: Slot [10] registered [ 0.631590] acpiphp: Slot [11] registered [ 0.633113] acpiphp: Slot [12] registered [ 0.634647] acpiphp: Slot [13] registered [ 0.636177] acpiphp: Slot [14] registered [ 0.637695] acpiphp: Slot [15] registered [ 0.639232] acpiphp: Slot [16] registered [ 0.640767] acpiphp: Slot [17] registered [ 0.642292] acpiphp: Slot [18] registered [ 0.643824] acpiphp: Slot [19] registered [ 0.645352] acpiphp: Slot [20] registered [ 0.646868] acpiphp: Slot [21] registered [ 0.648387] acpiphp: Slot [22] registered [ 0.649904] acpiphp: Slot [23] registered [ 0.651484] acpiphp: Slot [24] registered [ 0.653021] acpiphp: Slot [25] registered [ 0.654535] acpiphp: Slot [26] registered [ 0.656067] acpiphp: Slot [27] registered [ 0.657576] acpiphp: Slot [28] registered [ 0.659113] acpiphp: Slot [29] registered [ 0.660639] acpiphp: Slot [30] registered [ 0.662172] acpiphp: Slot [31] registered [ 0.663685] PCI host bridge to bus 0000:00 [ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738577] vgaarb: loaded [ 0.739799] vgaarb: bridge control possible 0000:00:02.0 [ 0.741793] SCSI subsystem initialized [ 0.743271] ACPI: bus type USB registered [ 0.744793] usbcore: registered new interface driver usbfs [ 0.746611] usbcore: registered new interface driver hub [ 0.748451] usbcore: registered new device driver usb [ 0.750392] PCI: Using ACPI for IRQ routing [ 0.752347] NetLabel: Initializing [ 0.753738] NetLabel: domain hash size = 128 [ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757025] NetLabel: unlabeled traffic allowed by default [ 0.758985] Switched to clocksource kvm-clock [ 0.769325] pnp: PnP ACPI init [ 0.770639] ACPI: bus type PNP registered [ 0.772559] pnp: PnP ACPI: found 5 devices [ 0.774074] ACPI: bus type PNP unregistered [ 0.781894] NET: Registered protocol family 2 [ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789338] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791479] TCP: reno registered [ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796907] NET: Registered protocol family 1 [ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843025] Unpacking initramfs... [ 1.339068] Freeing initrd memory: 37508k freed [ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.361028] Initialise system trusted keyring [ 1.362624] audit: initializing netlink socket (disabled) [ 1.364413] type=2000 audit(1535023074.408:1): initialized [ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.386568] zpool: loaded [ 1.387779] zbud: loaded [ 1.389136] VFS: Disk quotas dquot_6.5.2 [ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.392804] msgmni has been set to 7578 [ 1.394318] Key type big_key registered [ 1.396574] NET: Registered protocol family 38 [ 1.398173] Key type asymmetric registered [ 1.399680] Asymmetric key parser 'x509' registered [ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.404150] io scheduler noop registered [ 1.405635] io scheduler deadline registered (default) [ 1.420936] io scheduler cfq registered [ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.429214] ACPI: Power Button [PWRF] [ 1.430801] GHES: HEST is not enabled! [ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.458843] Non-volatile memory driver v1.3 [ 1.460374] Linux agpgart interface v0.103 [ 1.462017] crash memory driver: version 1.1 [ 1.463625] rdac: device handler registered [ 1.465208] hp_sw: device handler registered [ 1.466766] emc: device handler registered [ 1.468264] alua: device handler registered [ 1.469818] libphy: Fixed MDIO Bus: probed [ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.473423] ehci-pci: EHCI PCI platform driver [ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.476934] ohci-pci: OHCI PCI platform driver [ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver [ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.512099] usb usb1: Product: UHCI Host Controller [ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.515900] usb usb1: SerialNumber: 0000:00:01.2 [ 1.517640] hub 1-0:1.0: USB hub found [ 1.519109] hub 1-0:1.0: 2 ports detected [ 1.520743] usbcore: registered new interface driver usbserial [ 1.522653] usbcore: registered new interface driver usbserial_generic [ 1.524696] usbserial: USB Serial support registered for generic [ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.533832] mousedev: PS/2 mouse device common for all mice [ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.539212] rtc_cmos 00:00: RTC can wake from S4 [ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.551416] cpuidle: using governor menu [ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554752] usbcore: registered new interface driver usbhid [ 1.556515] usbhid: USB HID core driver [ 1.557979] drop_monitor: Initializing network drop monitor service [ 1.559942] TCP: cubic registered [ 1.561247] Initializing XFRM netlink socket [ 1.562842] NET: Registered protocol family 10 [ 1.564643] NET: Registered protocol family 17 [ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.573240] Loading compiled-in X.509 certificates [ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.584743] registered taskstats version 1 [ 1.588129] Key type trusted registered [ 1.590862] Key type encrypted registered [ 1.593558] IMA: No TPM chip found, activating TPM-bypass! [ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074) [ 1.599293] Freeing unused kernel memory: 1680k freed [ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm. [ 1.612626] systemd[1]: Detected architecture x86-64. [ 1.614337] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.617478] systemd[1]: No hostname configured. [ 1.619135] systemd[1]: Set hostname to . [ 1.620971] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.643912] systemd[1]: Reached target Swap. [ 1.645517] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.648138] systemd[1]: Reached target Local File Systems. [ 1.649998] systemd[1]: Starting Local File Systems. [ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.658603] systemd[1]: Reached target Paths. [ 1.660206] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.662776] systemd[1]: Created slice Root Slice. [ 1.664461] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.667106] systemd[1]: Listening on Journal Socket. [ 1.668843] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.671562] systemd[1]: Created slice System Slice. [ 1.673279] systemd[1]: Starting System Slice. [ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.683709] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Timers. [ 1.687552] systemd[1]: Reached target Timers. [ 1.689204] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.692184] systemd[1]: Listening on udev Control Socket. [ 1.694019] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.696778] systemd[1]: Reached target Slices. [ 1.698386] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.701009] systemd[1]: Listening on udev Kernel Socket. [ 1.702842] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.705554] systemd[1]: Reached target Sockets. [ 1.707201] systemd[1]: Starting Sockets. [ 1.709014] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.722184] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729771] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting dracut pre-udev hook... [ 1.747930] RPC: Registered named UNIX socket transport module. [ 1.749856] RPC: Registered udp transport module. [ 1.751457] RPC: Registered tcp transport module. [ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B [ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.921765] scsi host0: ata_piix [ 1.923188] scsi host1: ata_piix [ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.981023] usb 1-1: Product: QEMU USB Tablet [ 1.982548] usb 1-1: Manufacturer: QEMU [ 1.983992] usb 1-1: SerialNumber: 42 [ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.997364] 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... [ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled [ 2.106648] XFS (vda1): Mounting V4 Filesystem [ 2.127883] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target 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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd). [ 2.567267] SELinux: Disabled at runtime. [ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.643179] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Debug File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Configure read-only root support. [ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1 [ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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 Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810 [ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.362018] ppdev: user-space parallel port driver Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.410701] [TTM] Initializing pool allocator [ 3.412319] [TTM] Initializing DMA pool allocator [ 3.414515] [drm] fb mappable at 0xFC000000 [ 3.416129] [drm] vram aper at 0xFC000000 [ 3.417778] [drm] size 33554432 [ 3.419244] [drm] fb depth is 24 [ 3.420613] [drm] pitch is 3072 [ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device [ 3.446013] Console: switching to colour frame buffer device 128x48 [ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.564960] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.581196] alg: No test for crc32 (crc32-pclmul) [ 3.584931] intel_rapl: no valid rapl domains found in package 0 [ 3.591405] intel_rapl: no valid rapl domains found in package 0 [ 3.593444] intel_powerclamp: No package C-state available [ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds. [ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 | [ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started PostgreSQL 9.5 database server. [[32m OK [0m] Started Postfix Mail Transport Agent. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 11:18:24,137 - paramiko.transport - DEBUG - starting thread (client mode): 0xef48ba50L 2018-08-23 11:18:24,138 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 11:18:24,143 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 11:18:24,143 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 11:18:24,145 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 11:18:24,145 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 11:18:24,145 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 11:18:24,146 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 11:18:24,146 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 11:18:24,146 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 11:18:24,151 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 11:18:24,151 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 11:18:24,154 - paramiko.transport - DEBUG - Trying discovered key f063c92bb47358f49ab32ccadf5a0a5a in /tmp/tmpEvzYR_ 2018-08-23 11:18:24,190 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 11:18:34,211 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 11:18:34,233 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-23 11:18:34,234 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 11:18:34,238 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-23 11:18:34,241 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.210: Authentication failed. 2018-08-23 11:18:43,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-23 11:18:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-23 11:18:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-918dd8a3-8049-49c8-840b-500fd2521beb x-compute-request-id: req-918dd8a3-8049-49c8-840b-500fd2521beb Content-Encoding: gzip Content-Length: 11788 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1836954955 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437497] pid_max: default: 32768 minimum: 301\n[ 0.439216] Security Framework initialized\n[ 0.440783] SELinux: Initializing.\n[ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453436] Mount-cache hash table entries: 4096\n[ 0.455404] Initializing cgroup subsys memory\n[ 0.457030] Initializing cgroup subsys devices\n[ 0.458657] Initializing cgroup subsys freezer\n[ 0.460275] Initializing cgroup subsys net_cls\n[ 0.461901] Initializing cgroup subsys blkio\n[ 0.463472] Initializing cgroup subsys perf_event\n[ 0.465148] Initializing cgroup subsys hugetlb\n[ 0.466761] Initializing cgroup subsys pids\n[ 0.468315] Initializing cgroup subsys net_prio\n[ 0.470035] CPU: Physical Processor ID: 0\n[ 0.472291] mce: CPU supports 10 MCE banks\n[ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.477514] tlb_flushall_shift: 6\n[ 0.479115] Freeing SMP alternatives: 28k freed\n[ 0.483382] ACPI: Core revision 20130517\n[ 0.485333] ACPI: All ACPI Tables successfully acquired\n[ 0.487380] ftrace: allocating 25812 entries in 101 pages\n[ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.513284] smpboot: Max logical packages: 2\n[ 0.515136] Enabling x2apic\n[ 0.516398] Enabled x2apic\n[ 0.517939] Switched APIC routing to physical x2apic.\n[ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.535743] KVM setup paravirtual spinlock\n[ 0.538606] smpboot: Booting Node 0, Processors #1 OK\n[ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.562818] Brought up 2 CPUs\n[ 0.562820] KVM setup async PF for cpu 1\n[ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.570107] devtmpfs: initialized\n[ 0.572870] EVM: security.selinux\n[ 0.574217] EVM: security.ima\n[ 0.575497] EVM: security.capability\n[ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.579711] pinctrl core: initialized pinctrl subsystem\n[ 0.581601] NET: Registered protocol family 16\n[ 0.583397] ACPI: bus type PCI registered\n[ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.587004] PCI: Using configuration type 1 for base access\n[ 0.592226] ACPI: Added _OSI(Module Device)\n[ 0.593792] ACPI: Added _OSI(Processor Device)\n[ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.597021] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.599949] ACPI: Interpreter enabled\n[ 0.601423] ACPI: (supports S0 S5)\n[ 0.602811] ACPI: Using IOAPIC for interrupt routing\n[ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.619494] acpiphp: Slot [3] registered\n[ 0.621010] acpiphp: Slot [4] registered\n[ 0.622519] acpiphp: Slot [5] registered\n[ 0.624033] acpiphp: Slot [6] registered\n[ 0.625537] acpiphp: Slot [7] registered\n[ 0.627046] acpiphp: Slot [8] registered\n[ 0.628550] acpiphp: Slot [9] registered\n[ 0.630065] acpiphp: Slot [10] registered\n[ 0.631590] acpiphp: Slot [11] registered\n[ 0.633113] acpiphp: Slot [12] registered\n[ 0.634647] acpiphp: Slot [13] registered\n[ 0.636177] acpiphp: Slot [14] registered\n[ 0.637695] acpiphp: Slot [15] registered\n[ 0.639232] acpiphp: Slot [16] registered\n[ 0.640767] acpiphp: Slot [17] registered\n[ 0.642292] acpiphp: Slot [18] registered\n[ 0.643824] acpiphp: Slot [19] registered\n[ 0.645352] acpiphp: Slot [20] registered\n[ 0.646868] acpiphp: Slot [21] registered\n[ 0.648387] acpiphp: Slot [22] registered\n[ 0.649904] acpiphp: Slot [23] registered\n[ 0.651484] acpiphp: Slot [24] registered\n[ 0.653021] acpiphp: Slot [25] registered\n[ 0.654535] acpiphp: Slot [26] registered\n[ 0.656067] acpiphp: Slot [27] registered\n[ 0.657576] acpiphp: Slot [28] registered\n[ 0.659113] acpiphp: Slot [29] registered\n[ 0.660639] acpiphp: Slot [30] registered\n[ 0.662172] acpiphp: Slot [31] registered\n[ 0.663685] PCI host bridge to bus 0000:00\n[ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738577] vgaarb: loaded\n[ 0.739799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741793] SCSI subsystem initialized\n[ 0.743271] ACPI: bus type USB registered\n[ 0.744793] usbcore: registered new interface driver usbfs\n[ 0.746611] usbcore: registered new interface driver hub\n[ 0.748451] usbcore: registered new device driver usb\n[ 0.750392] PCI: Using ACPI for IRQ routing\n[ 0.752347] NetLabel: Initializing\n[ 0.753738] NetLabel: domain hash size = 128\n[ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757025] NetLabel: unlabeled traffic allowed by default\n[ 0.758985] Switched to clocksource kvm-clock\n[ 0.769325] pnp: PnP ACPI init\n[ 0.770639] ACPI: bus type PNP registered\n[ 0.772559] pnp: PnP ACPI: found 5 devices\n[ 0.774074] ACPI: bus type PNP unregistered\n[ 0.781894] NET: Registered protocol family 2\n[ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789338] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791479] TCP: reno registered\n[ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796907] NET: Registered protocol family 1\n[ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843025] Unpacking initramfs...\n[ 1.339068] Freeing initrd memory: 37508k freed\n[ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.361028] Initialise system trusted keyring\n[ 1.362624] audit: initializing netlink socket (disabled)\n[ 1.364413] type=2000 audit(1535023074.408:1): initialized\n[ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.386568] zpool: loaded\n[ 1.387779] zbud: loaded\n[ 1.389136] VFS: Disk quotas dquot_6.5.2\n[ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.392804] msgmni has been set to 7578\n[ 1.394318] Key type big_key registered\n[ 1.396574] NET: Registered protocol family 38\n[ 1.398173] Key type asymmetric registered\n[ 1.399680] Asymmetric key parser 'x509' registered\n[ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.404150] io scheduler noop registered\n[ 1.405635] io scheduler deadline registered (default)\n[ 1.420936] io scheduler cfq registered\n[ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.429214] ACPI: Power Button [PWRF]\n[ 1.430801] GHES: HEST is not enabled!\n[ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.458843] Non-volatile memory driver v1.3\n[ 1.460374] Linux agpgart interface v0.103\n[ 1.462017] crash memory driver: version 1.1\n[ 1.463625] rdac: device handler registered\n[ 1.465208] hp_sw: device handler registered\n[ 1.466766] emc: device handler registered\n[ 1.468264] alua: device handler registered\n[ 1.469818] libphy: Fixed MDIO Bus: probed\n[ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.473423] ehci-pci: EHCI PCI platform driver\n[ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.476934] ohci-pci: OHCI PCI platform driver\n[ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.512099] usb usb1: Product: UHCI Host Controller\n[ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.515900] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.517640] hub 1-0:1.0: USB hub found\n[ 1.519109] hub 1-0:1.0: 2 ports detected\n[ 1.520743] usbcore: registered new interface driver usbserial\n[ 1.522653] usbcore: registered new interface driver usbserial_generic\n[ 1.524696] usbserial: USB Serial support registered for generic\n[ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.533832] mousedev: PS/2 mouse device common for all mice\n[ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.539212] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.551416] cpuidle: using governor menu\n[ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554752] usbcore: registered new interface driver usbhid\n[ 1.556515] usbhid: USB HID core driver\n[ 1.557979] drop_monitor: Initializing network drop monitor service\n[ 1.559942] TCP: cubic registered\n[ 1.561247] Initializing XFRM netlink socket\n[ 1.562842] NET: Registered protocol family 10\n[ 1.564643] NET: Registered protocol family 17\n[ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.573240] Loading compiled-in X.509 certificates\n[ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.584743] registered taskstats version 1\n[ 1.588129] Key type trusted registered\n[ 1.590862] Key type encrypted registered\n[ 1.593558] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074)\n[ 1.599293] Freeing unused kernel memory: 1680k freed\n[ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm.\n[ 1.612626] systemd[1]: Detected architecture x86-64.\n[ 1.614337] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.617478] systemd[1]: No hostname configured.\n[ 1.619135] systemd[1]: Set hostname to .\n[ 1.620971] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.643912] systemd[1]: Reached target Swap.\n[ 1.645517] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.648138] systemd[1]: Reached target Local File Systems.\n[ 1.649998] systemd[1]: Starting Local File Systems.\n[ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.658603] systemd[1]: Reached target Paths.\n[ 1.660206] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.662776] systemd[1]: Created slice Root Slice.\n[ 1.664461] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.667106] systemd[1]: Listening on Journal Socket.\n[ 1.668843] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.671562] systemd[1]: Created slice System Slice.\n[ 1.673279] systemd[1]: Starting System Slice.\n[ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.683709] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Timers.\n[ 1.687552] systemd[1]: Reached target Timers.\n[ 1.689204] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.692184] systemd[1]: Listening on udev Control Socket.\n[ 1.694019] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.696778] systemd[1]: Reached target Slices.\n[ 1.698386] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.701009] systemd[1]: Listening on udev Kernel Socket.\n[ 1.702842] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.705554] systemd[1]: Reached target Sockets.\n[ 1.707201] systemd[1]: Starting Sockets.\n[ 1.709014] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.722184] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.729771] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started dracut cmdline hook.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting dracut pre-udev hook...\n[ 1.747930] RPC: Registered named UNIX socket transport module.\n[ 1.749856] RPC: Registered udp transport module.\n[ 1.751457] RPC: Registered tcp transport module.\n[ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B\n[ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.921765] scsi host0: ata_piix\n[ 1.923188] scsi host1: ata_piix\n[ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.981023] usb 1-1: Product: QEMU USB Tablet\n[ 1.982548] usb 1-1: Manufacturer: QEMU\n[ 1.983992] usb 1-1: SerialNumber: 42\n[ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.997364] 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[ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.106648] XFS (vda1): Mounting V4 Filesystem\n[ 2.127883] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target 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 Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz\n\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd).\n[ 2.567267] SELinux: Disabled at runtime.\n[ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.643179] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Debug File System...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Slices.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\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 Configure read-only root support.\n[ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n 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 Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810\n\n[ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.362018] ppdev: user-space parallel port driver\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.410701] [TTM] Initializing pool allocator\n[ 3.412319] [TTM] Initializing DMA pool allocator\n[ 3.414515] [drm] fb mappable at 0xFC000000\n[ 3.416129] [drm] vram aper at 0xFC000000\n[ 3.417778] [drm] size 33554432\n[ 3.419244] [drm] fb depth is 24\n[ 3.420613] [drm] pitch is 3072\n[ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.446013] Console: switching to colour frame buffer device 128x48\n[ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\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 Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.564960] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.581196] alg: No test for crc32 (crc32-pclmul)\n[ 3.584931] intel_rapl: no valid rapl domains found in package 0\n[ 3.591405] intel_rapl: no valid rapl domains found in package 0\n[ 3.593444] intel_powerclamp: No package C-state available\n[ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting Dynamic System Tuning Daemon...\n Starting PostgreSQL 9.5 database server...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds.\n[ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 |\n[ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-23 11:18:43,325 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-918dd8a3-8049-49c8-840b-500fd2521beb 2018-08-23 11:18:43,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740218162537s 2018-08-23 11:18:43,326 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32/action used request id req-918dd8a3-8049-49c8-840b-500fd2521beb 2018-08-23 11:18:43,326 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1836954955 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.434381] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437497] pid_max: default: 32768 minimum: 301 [ 0.439216] Security Framework initialized [ 0.440783] SELinux: Initializing. [ 0.442454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449239] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453436] Mount-cache hash table entries: 4096 [ 0.455404] Initializing cgroup subsys memory [ 0.457030] Initializing cgroup subsys devices [ 0.458657] Initializing cgroup subsys freezer [ 0.460275] Initializing cgroup subsys net_cls [ 0.461901] Initializing cgroup subsys blkio [ 0.463472] Initializing cgroup subsys perf_event [ 0.465148] Initializing cgroup subsys hugetlb [ 0.466761] Initializing cgroup subsys pids [ 0.468315] Initializing cgroup subsys net_prio [ 0.470035] CPU: Physical Processor ID: 0 [ 0.472291] mce: CPU supports 10 MCE banks [ 0.473882] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475707] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.477514] tlb_flushall_shift: 6 [ 0.479115] Freeing SMP alternatives: 28k freed [ 0.483382] ACPI: Core revision 20130517 [ 0.485333] ACPI: All ACPI Tables successfully acquired [ 0.487380] ftrace: allocating 25812 entries in 101 pages [ 0.509151] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.511233] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.513284] smpboot: Max logical packages: 2 [ 0.515136] Enabling x2apic [ 0.516398] Enabled x2apic [ 0.517939] Switched APIC routing to physical x2apic. [ 0.521055] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.523110] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.526741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.535743] KVM setup paravirtual spinlock [ 0.538606] smpboot: Booting Node 0, Processors #1 OK [ 0.540816] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.562818] Brought up 2 CPUs [ 0.562820] KVM setup async PF for cpu 1 [ 0.562823] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.567198] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.570107] devtmpfs: initialized [ 0.572870] EVM: security.selinux [ 0.574217] EVM: security.ima [ 0.575497] EVM: security.capability [ 0.577588] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.579711] pinctrl core: initialized pinctrl subsystem [ 0.581601] NET: Registered protocol family 16 [ 0.583397] ACPI: bus type PCI registered [ 0.584912] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.587004] PCI: Using configuration type 1 for base access [ 0.592226] ACPI: Added _OSI(Module Device) [ 0.593792] ACPI: Added _OSI(Processor Device) [ 0.595378] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.597021] ACPI: Added _OSI(Processor Aggregator Device) [ 0.599949] ACPI: Interpreter enabled [ 0.601423] ACPI: (supports S0 S5) [ 0.602811] ACPI: Using IOAPIC for interrupt routing [ 0.604511] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.609508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.611499] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.613609] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.615669] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.619494] acpiphp: Slot [3] registered [ 0.621010] acpiphp: Slot [4] registered [ 0.622519] acpiphp: Slot [5] registered [ 0.624033] acpiphp: Slot [6] registered [ 0.625537] acpiphp: Slot [7] registered [ 0.627046] acpiphp: Slot [8] registered [ 0.628550] acpiphp: Slot [9] registered [ 0.630065] acpiphp: Slot [10] registered [ 0.631590] acpiphp: Slot [11] registered [ 0.633113] acpiphp: Slot [12] registered [ 0.634647] acpiphp: Slot [13] registered [ 0.636177] acpiphp: Slot [14] registered [ 0.637695] acpiphp: Slot [15] registered [ 0.639232] acpiphp: Slot [16] registered [ 0.640767] acpiphp: Slot [17] registered [ 0.642292] acpiphp: Slot [18] registered [ 0.643824] acpiphp: Slot [19] registered [ 0.645352] acpiphp: Slot [20] registered [ 0.646868] acpiphp: Slot [21] registered [ 0.648387] acpiphp: Slot [22] registered [ 0.649904] acpiphp: Slot [23] registered [ 0.651484] acpiphp: Slot [24] registered [ 0.653021] acpiphp: Slot [25] registered [ 0.654535] acpiphp: Slot [26] registered [ 0.656067] acpiphp: Slot [27] registered [ 0.657576] acpiphp: Slot [28] registered [ 0.659113] acpiphp: Slot [29] registered [ 0.660639] acpiphp: Slot [30] registered [ 0.662172] acpiphp: Slot [31] registered [ 0.663685] PCI host bridge to bus 0000:00 [ 0.665206] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.667011] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.669096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.671183] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.673982] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.676762] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.682420] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.684591] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.686628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.688783] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.693160] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.695919] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721063] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.724026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726436] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731163] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733383] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738577] vgaarb: loaded [ 0.739799] vgaarb: bridge control possible 0000:00:02.0 [ 0.741793] SCSI subsystem initialized [ 0.743271] ACPI: bus type USB registered [ 0.744793] usbcore: registered new interface driver usbfs [ 0.746611] usbcore: registered new interface driver hub [ 0.748451] usbcore: registered new device driver usb [ 0.750392] PCI: Using ACPI for IRQ routing [ 0.752347] NetLabel: Initializing [ 0.753738] NetLabel: domain hash size = 128 [ 0.755300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757025] NetLabel: unlabeled traffic allowed by default [ 0.758985] Switched to clocksource kvm-clock [ 0.769325] pnp: PnP ACPI init [ 0.770639] ACPI: bus type PNP registered [ 0.772559] pnp: PnP ACPI: found 5 devices [ 0.774074] ACPI: bus type PNP unregistered [ 0.781894] NET: Registered protocol family 2 [ 0.783820] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.786812] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789338] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791479] TCP: reno registered [ 0.792822] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.794810] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796907] NET: Registered protocol family 1 [ 0.798489] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800395] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802253] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822802] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843025] Unpacking initramfs... [ 1.339068] Freeing initrd memory: 37508k freed [ 1.348786] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.350885] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.354677] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.356711] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.359047] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.361028] Initialise system trusted keyring [ 1.362624] audit: initializing netlink socket (disabled) [ 1.364413] type=2000 audit(1535023074.408:1): initialized [ 1.381654] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.383654] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.386568] zpool: loaded [ 1.387779] zbud: loaded [ 1.389136] VFS: Disk quotas dquot_6.5.2 [ 1.390642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.392804] msgmni has been set to 7578 [ 1.394318] Key type big_key registered [ 1.396574] NET: Registered protocol family 38 [ 1.398173] Key type asymmetric registered [ 1.399680] Asymmetric key parser 'x509' registered [ 1.401364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.404150] io scheduler noop registered [ 1.405635] io scheduler deadline registered (default) [ 1.420936] io scheduler cfq registered [ 1.422471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.424309] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.426442] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.429214] ACPI: Power Button [PWRF] [ 1.430801] GHES: HEST is not enabled! [ 1.432309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.456486] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.458843] Non-volatile memory driver v1.3 [ 1.460374] Linux agpgart interface v0.103 [ 1.462017] crash memory driver: version 1.1 [ 1.463625] rdac: device handler registered [ 1.465208] hp_sw: device handler registered [ 1.466766] emc: device handler registered [ 1.468264] alua: device handler registered [ 1.469818] libphy: Fixed MDIO Bus: probed [ 1.471401] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.473423] ehci-pci: EHCI PCI platform driver [ 1.474994] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.476934] ohci-pci: OHCI PCI platform driver [ 1.478512] uhci_hcd: USB Universal Host Controller Interface driver [ 1.499033] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.500858] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.503622] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.505383] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.507330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.509402] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.512099] usb usb1: Product: UHCI Host Controller [ 1.513766] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.515900] usb usb1: SerialNumber: 0000:00:01.2 [ 1.517640] hub 1-0:1.0: USB hub found [ 1.519109] hub 1-0:1.0: 2 ports detected [ 1.520743] usbcore: registered new interface driver usbserial [ 1.522653] usbcore: registered new interface driver usbserial_generic [ 1.524696] usbserial: USB Serial support registered for generic [ 1.526655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.530308] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.532021] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.533832] mousedev: PS/2 mouse device common for all mice [ 1.536062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.539212] rtc_cmos 00:00: RTC can wake from S4 [ 1.539936] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.540297] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.547377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.549366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.551416] cpuidle: using governor menu [ 1.552937] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554752] usbcore: registered new interface driver usbhid [ 1.556515] usbhid: USB HID core driver [ 1.557979] drop_monitor: Initializing network drop monitor service [ 1.559942] TCP: cubic registered [ 1.561247] Initializing XFRM netlink socket [ 1.562842] NET: Registered protocol family 10 [ 1.564643] NET: Registered protocol family 17 [ 1.566404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568286] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570146] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.573240] Loading compiled-in X.509 certificates [ 1.574883] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.578009] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.581590] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.584743] registered taskstats version 1 [ 1.588129] Key type trusted registered [ 1.590862] Key type encrypted registered [ 1.593558] IMA: No TPM chip found, activating TPM-bypass! [ 1.595774] rtc_cmos 00:00: setting system clock to 2018-08-23 11:17:54 UTC (1535023074) [ 1.599293] Freeing unused kernel memory: 1680k freed [ 1.605248] 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.610917] systemd[1]: Detected virtualization kvm. [ 1.612626] systemd[1]: Detected architecture x86-64. [ 1.614337] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.617478] systemd[1]: No hostname configured. [ 1.619135] systemd[1]: Set hostname to . [ 1.620971] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.643912] systemd[1]: Reached target Swap. [ 1.645517] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.648138] systemd[1]: Reached target Local File Systems. [ 1.649998] systemd[1]: Starting Local File Systems. [ 1.651756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.654686] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.658603] systemd[1]: Reached target Paths. [ 1.660206] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.662776] systemd[1]: Created slice Root Slice. [ 1.664461] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.667106] systemd[1]: Listening on Journal Socket. [ 1.668843] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.671562] systemd[1]: Created slice System Slice. [ 1.673279] systemd[1]: Starting System Slice. [ 1.675399] 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.680517] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.683709] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Timers. [ 1.687552] systemd[1]: Reached target Timers. [ 1.689204] systemd[1]: Starting Timers. [[32m OK [0m] Listening on udev Control Socket. [ 1.692184] systemd[1]: Listening on udev Control Socket. [ 1.694019] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Slices. [ 1.696778] systemd[1]: Reached target Slices. [ 1.698386] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.701009] systemd[1]: Listening on udev Kernel Socket. [ 1.702842] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Sockets. [ 1.705554] systemd[1]: Reached target Sockets. [ 1.707201] systemd[1]: Starting Sockets. [ 1.709014] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.713480] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.722184] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.729771] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started dracut cmdline hook. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting dracut pre-udev hook... [ 1.747930] RPC: Registered named UNIX socket transport module. [ 1.749856] RPC: Registered udp transport module. [ 1.751457] RPC: Registered tcp transport module. [ 1.753097] 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.822874] 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.845533] FDC 0 is a S82078B [ 1.877480] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.918528] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.921765] scsi host0: ata_piix [ 1.923188] scsi host1: ata_piix [ 1.924585] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.926638] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.931386] 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.976856] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.978922] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.981023] usb 1-1: Product: QEMU USB Tablet [ 1.982548] usb 1-1: Manufacturer: QEMU [ 1.983992] usb 1-1: SerialNumber: 42 [ 1.994056] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.997364] 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... [ 2.103764] SGI XFS with ACLs, security attributes, no debug enabled [ 2.106648] XFS (vda1): Mounting V4 Filesystem [ 2.127883] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target 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 Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[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.[ 2.355232] tsc: Refined TSC clocksource calibration: 3491.840 MHz Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.377240] systemd-journald[149]: Received SIGTERM from PID 1 (systemd). [ 2.567267] SELinux: Disabled at runtime. [ 2.603995] type=1404 audit(1535023075.508:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.641013] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.643179] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Debug File System... Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Slices. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Configure read-only root support. [ 2.953526] systemd-journald[383]: Received request to flush runtime journal from PID 1 [ 2.957239] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Mounted NFSD configuration filesystem. [[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 Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.180948] type=1305 audit(1535023076.084:3): audit_pid=439 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] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Login Service...[ 3.332883] [drm] Initialized drm 1.1.0 20060810 [ 3.336612] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.348954] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.362018] ppdev: user-space parallel port driver Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.408614] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.410701] [TTM] Initializing pool allocator [ 3.412319] [TTM] Initializing DMA pool allocator [ 3.414515] [drm] fb mappable at 0xFC000000 [ 3.416129] [drm] vram aper at 0xFC000000 [ 3.417778] [drm] size 33554432 [ 3.419244] [drm] fb depth is 24 [ 3.420613] [drm] pitch is 3072 [ 3.422245] fbcon: cirrusdrmfb (fb0) is primary device [ 3.446013] Console: switching to colour frame buffer device 128x48 [ 3.459577] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.462999] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[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 Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.564960] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.570751] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.581196] alg: No test for crc32 (crc32-pclmul) [ 3.584931] intel_rapl: no valid rapl domains found in package 0 [ 3.591405] intel_rapl: no valid rapl domains found in package 0 [ 3.593444] intel_powerclamp: No package C-state available [ 3.598794] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.904588] cloud-init[484]: Cloud-init v. 0.7.5 running 'init-local' at Thu, 23 Aug 2018 11:17:57 +0000. Up 3.87 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting Dynamic System Tuning Daemon... Starting PostgreSQL 9.5 database server... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [ 6.151874] cloud-init[822]: Cloud-init v. 0.7.5 running 'init' at Thu, 23 Aug 2018 11:17:59 +0000. Up 6.11 seconds. [ 6.166044] cloud-init[822]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.168102] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.170247] cloud-init[822]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.172522] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.174647] cloud-init[822]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.176769] cloud-init[822]: ci-info: | eth0: | True | 192.168.120.25 | 255.255.255.0 | fa:16:3e:ac:33:b4 | [ 6.178958] cloud-init[822]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.181183] cloud-init[822]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.183564] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.185942] cloud-init[822]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.189119] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.191506] cloud-init[822]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.194083] cloud-init[822]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.196417] cloud-init[822]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.199881] cloud-init[822]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started PostgreSQL 9.5 database server. [[32m OK [0m] Started Postfix Mail Transport Agent. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-23 11:18:43,328 - paramiko.transport - DEBUG - starting thread (client mode): 0xef48bd10L 2018-08-23 11:18:43,328 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-23 11:18:43,335 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-23 11:18:43,335 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-23 11:18:43,337 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-23 11:18:43,341 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-23 11:18:43,342 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-23 11:18:43,344 - paramiko.transport - DEBUG - Trying discovered key f063c92bb47358f49ab32ccadf5a0a5a in /tmp/tmpEvzYR_ 2018-08-23 11:18:43,382 - paramiko.transport - DEBUG - userauth is OK 2018-08-23 11:18:53,401 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-23 11:18:53,418 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-23 11:18:53,418 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-23 11:18:53,419 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-23 11:18:53,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 814, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7994, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 847, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 811, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 1352, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:18:53 GMT 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:18:53,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2379 2018-08-23 11:18:53,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:18:53,593 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 814, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 7994, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 847, 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': 798, 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': 811, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 1352, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-23 11:18:53,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-08-23 11:18:53,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 814, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 7994, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 847, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 811, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 1352, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:18:53 GMT 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2379 2018-08-23 11:18:53,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:18:53,682 - functest.core.cloudify - INFO - The current manager status is running 2018-08-23 11:18:53,683 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:18:53,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T11:18:53.157Z", "updated_at": "2018-08-23T11:18:53.157Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:18:53 GMT 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:18:53,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-08-23 11:18:53,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-23T11:18:53.157Z", "updated_at": "2018-08-23T11:18:53.157Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:18:53 GMT 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-23 11:18:53,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:18:53,789 - functest.core.cloudify - DEBUG - List secrets: 2018-08-23 11:18:53,790 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:18:53,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-23T11:18:53.157Z", "updated_at": "2018-08-23T11:18:53.157Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:18:53 GMT 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-23 11:18:53,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:18:53,897 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-23 11:18:53,897 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-23 11:18:53,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-23 11:18:53,898 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-23 11:18:53,899 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-23 11:18:53,899 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-23 11:18:53,903 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-23 11:18:53,972 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-23 11:18:53,973 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-23 11:18:53,973 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-23 11:18:54,014 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-23 11:18:54,014 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-23 11:18:54,039 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-23 11:19:14,987 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-23 11:19:14,987 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-23 11:19:14,988 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-23 11:19:14,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-23 11:19:14,989 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-23 11:19:17,326 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-23 11:19:17,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:19:17,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:17,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-7945934a-1ac3-4c7d-bb69-b4e17f1681f3 Date: Thu, 23 Aug 2018 11:19:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:15:34Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": 4373348352, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:19:17,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7945934a-1ac3-4c7d-bb69-b4e17f1681f3 2018-08-23 11:19:17,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0340819358826s 2018-08-23 11:19:17,362 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7945934a-1ac3-4c7d-bb69-b4e17f1681f3 2018-08-23 11:19:17,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 11:19:17,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}' 2018-08-23 11:19:17,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5c5f3d2e-bbad-47f2-abc8-c5dacd690d89 Date: Thu, 23 Aug 2018 11:19:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:17Z", "file": "/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "6f47d919-ec98-4023-b3f9-0d94e8fe42eb", "size": null, "self": "/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": null, "created_at": "2018-08-23T11:19:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 11:19:17,446 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5c5f3d2e-bbad-47f2-abc8-c5dacd690d89 2018-08-23 11:19:17,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0788810253143s 2018-08-23 11:19:17,446 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5c5f3d2e-bbad-47f2-abc8-c5dacd690d89 returning object 6f47d919-ec98-4023-b3f9-0d94e8fe42eb 2018-08-23 11:19:17,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 11:19:17,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '' 2018-08-23 11:19:24,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a77d153c-ef9f-4023-91db-b1cceb52af8f Date: Thu, 23 Aug 2018 11:19:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:19:24,344 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file used request id req-a77d153c-ef9f-4023-91db-b1cceb52af8f 2018-08-23 11:19:24,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.8976290226s 2018-08-23 11:19:24,345 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file used request id req-a77d153c-ef9f-4023-91db-b1cceb52af8f 2018-08-23 11:19:24,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:19:24,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:24,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-ba9a2ff9-9222-46a4-a628-4c39a80b8af8 Date: Thu, 23 Aug 2018 11:19:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:24Z", "file": "/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "6f47d919-ec98-4023-b3f9-0d94e8fe42eb", "size": 426967040, "self": "/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-23T11:19:17Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:15:34Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": 4373348352, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:19:24,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ba9a2ff9-9222-46a4-a628-4c39a80b8af8 2018-08-23 11:19:24,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0688621997833s 2018-08-23 11:19:24,418 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ba9a2ff9-9222-46a4-a628-4c39a80b8af8 2018-08-23 11:19:24,421 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/file', 'owner': u'c7014acc96b34249892b429b56ca74c8', 'id': u'6f47d919-ec98-4023-b3f9-0d94e8fe42eb', 'size': 426967040, u'self': u'/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7014acc96b34249892b429b56ca74c8', 'name': 'vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T11:19:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T11:19:24Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', 'created': u'2018-08-23T11:19:17Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-23T11:19:17Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', 'metadata': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-23 11:19:24,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 11:19:24,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-23 11:19:24,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-d4a1e60a-bea1-4110-8191-701e00a101ce x-compute-request-id: req-d4a1e60a-bea1-4110-8191-701e00a101ce Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "f3b92eba-9978-4c16-a2e8-33717f28b831"}} 2018-08-23 11:19:24,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d4a1e60a-bea1-4110-8191-701e00a101ce 2018-08-23 11:19:24,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0456719398499s 2018-08-23 11:19:24,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d4a1e60a-bea1-4110-8191-701e00a101ce 2018-08-23 11:19:24,468 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136', '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'75a5557001334edf9fd80cd1c711e2ec', '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'f3b92eba-9978-4c16-a2e8-33717f28b831', 'swap': 0}) 2018-08-23 11:19:24,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 11:19:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" -d '{"extra_specs": {}}' 2018-08-23 11:19:24,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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 x-openstack-request-id: req-025b4d63-6a10-4300-a8fc-9bfe0936b6c8 x-compute-request-id: req-025b4d63-6a10-4300-a8fc-9bfe0936b6c8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 11:19:24,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831/os-extra_specs used request id req-025b4d63-6a10-4300-a8fc-9bfe0936b6c8 2018-08-23 11:19:24,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0267128944397s 2018-08-23 11:19:24,496 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831/os-extra_specs used request id req-025b4d63-6a10-4300-a8fc-9bfe0936b6c8 2018-08-23 11:19:24,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 11:19:24,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:24,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 11:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4c625f8-a59e-4750-a6d5-29fab7c599c0 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 11:19:24,507 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-c4c625f8-a59e-4750-a6d5-29fab7c599c0 2018-08-23 11:19:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:24,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ece4c7d-9326-4d78-b165-241b00858a6a Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 11:19:24,714 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6ece4c7d-9326-4d78-b165-241b00858a6a 2018-08-23 11:19:24,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.214765071869s 2018-08-23 11:19:24,714 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-6ece4c7d-9326-4d78-b165-241b00858a6a 2018-08-23 11:19:24,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 11:19:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:24,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6d46b9c-89cb-4076-bf0d-b30e3d1085fe Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 11:19:24,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d6d46b9c-89cb-4076-bf0d-b30e3d1085fe 2018-08-23 11:19:24,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.205499887466s 2018-08-23 11:19:24,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-d6d46b9c-89cb-4076-bf0d-b30e3d1085fe 2018-08-23 11:19:24,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:19:24,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:24,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-4ab65e7b-69ee-4dff-b7a8-16b153c3a333 Date: Thu, 23 Aug 2018 11:19:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:14:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 1, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "4a851b46-7821-436e-aad3-0426eef60756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "681f77f4-0492-4e2d-a77b-3c639d8f07bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "c9a3987a-feb2-439d-865f-c2cb52f413d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 7, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:19:24,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4ab65e7b-69ee-4dff-b7a8-16b153c3a333 2018-08-23 11:19:25,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0610318183899s 2018-08-23 11:19:25,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4ab65e7b-69ee-4dff-b7a8-16b153c3a333 2018-08-23 11:19:25,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-23 11:19:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -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": "d6d2bdec-56c7-4c25-8545-a0312d6aae44"}}' 2018-08-23 11:19:25,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e23eec98-f6c0-4c71-8902-5dd32445b334 Date: Thu, 23 Aug 2018 11:19:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-23T11:19:25Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "port_range_min": 22, "revision_number": 0, "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:19:25Z", "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "6fbc98bc-0194-48cf-9991-ad3749e062e4"}} 2018-08-23 11:19:25,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e23eec98-f6c0-4c71-8902-5dd32445b334 2018-08-23 11:19:25,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.228077888489s 2018-08-23 11:19:25,232 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e23eec98-f6c0-4c71-8902-5dd32445b334 2018-08-23 11:19:25,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-23 11:19:25,239 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-23 11:19:27,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:19:27,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:19:27,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:19:27,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:19:27,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:19:27,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:19:27,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:19:27,018 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-23 11:19:27,018 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:19:26.398Z", "updated_at": "2018-08-23T11:19:26.398Z", "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.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.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.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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": [], "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": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "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": {"resource_id": "", "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, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"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": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-23 11:19:27,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:19:27,019 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:19:26 GMT 2018-08-23 11:19:27,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:19:27,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-23 11:19:27,020 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:19:27,032 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-23 11:19:27,032 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.21:5000", "keystone_tenant_name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "6f47d919-ec98-4023-b3f9-0d94e8fe42eb", "keystone_password": "9ca39df8-7617-4a32-8a27-94745a7faf5b", "reference_vnf_flavor_id": "f3b92eba-9978-4c16-a2e8-33717f28b831", "target_vnf_flavor_id": "f3b92eba-9978-4c16-a2e8-33717f28b831", "target_vnf_image_id": "6f47d919-ec98-4023-b3f9-0d94e8fe42eb"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-23 11:19:28,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:19:28,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:19:28,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:19:28,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:19:28,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:19:27 GMT 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-23 11:19:28,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:19:28,335 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 429, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-23 11:19:28,468 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 11:19:28,468 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:25 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-23 11:19:28,474 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-23 11:19:28,474 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-08-23 11:19:28,540 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:19:28,540 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:19:28,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:19:28,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:19:28,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-23T11:19:27.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "92adba59-d85d-42c9-8f5b-588256af8008"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:19:27 GMT 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-23 11:19:28,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:19:28,542 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-23 11:19:28,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - response header: Date: Thu, 23 Aug 2018 11:19:28 GMT 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-23 11:19:28,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-23 11:19:28,609 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-23 11:19:28,609 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-23 11:19:28,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 11:19:28,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:28,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb605c48-2529-4728-b11e-dee918c2d087 Date: Thu, 23 Aug 2018 11:19:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:19:28,986 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb used request id req-cb605c48-2529-4728-b11e-dee918c2d087 2018-08-23 11:19:28,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.376497983932s 2018-08-23 11:19:28,986 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6f47d919-ec98-4023-b3f9-0d94e8fe42eb used request id req-cb605c48-2529-4728-b11e-dee918c2d087 2018-08-23 11:19:28,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:19:28,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:29,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-48c67d0e-c82d-4d84-97a0-ff058693d61d x-compute-request-id: req-48c67d0e-c82d-4d84-97a0-ff058693d61d Content-Encoding: gzip Content-Length: 458 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2"}, {"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}, {"name": "vyos_vrouter-flavor_alt_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "f3b92eba-9978-4c16-a2e8-33717f28b831"}]} 2018-08-23 11:19:29,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-48c67d0e-c82d-4d84-97a0-ff058693d61d 2018-08-23 11:19:29,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030375957489s 2018-08-23 11:19:29,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-48c67d0e-c82d-4d84-97a0-ff058693d61d 2018-08-23 11:19:29,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 11:19:29,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:29,058 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c987321-060e-428e-8464-e8e052a3661f x-compute-request-id: req-5c987321-060e-428e-8464-e8e052a3661f Content-Length: 0 Content-Type: application/json 2018-08-23 11:19:29,058 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831 used request id req-5c987321-060e-428e-8464-e8e052a3661f 2018-08-23 11:19:29,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379199981689s 2018-08-23 11:19:29,058 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f3b92eba-9978-4c16-a2e8-33717f28b831 used request id req-5c987321-060e-428e-8464-e8e052a3661f 2018-08-23 11:19:29,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 11:19:29,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/32ac26f6-da4e-4579-8b61-b720841b327c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:30,240 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-80c6548e-040d-41c3-a232-9ea00206fdb1 Content-Length: 0 Date: Thu, 23 Aug 2018 11:19:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:19:30,240 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/32ac26f6-da4e-4579-8b61-b720841b327c.json used request id req-80c6548e-040d-41c3-a232-9ea00206fdb1 2018-08-23 11:19:30,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.17915201187s 2018-08-23 11:19:30,240 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/32ac26f6-da4e-4579-8b61-b720841b327c.json used request id req-80c6548e-040d-41c3-a232-9ea00206fdb1 2018-08-23 11:19:30,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 11:19:30,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:30,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d67891ce-f7a4-49fd-8a2e-385772dff185 Date: Thu, 23 Aug 2018 11:19:30 GMT RESP BODY: {"floatingips": []} 2018-08-23 11:19:30,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d67891ce-f7a4-49fd-8a2e-385772dff185 2018-08-23 11:19:30,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467398166656s 2018-08-23 11:19:30,292 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d67891ce-f7a4-49fd-8a2e-385772dff185 2018-08-23 11:19:30,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-23 11:19:30,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:30,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ee4261c6-8ef3-40db-86c7-9706032331e7 x-compute-request-id: req-ee4261c6-8ef3-40db-86c7-9706032331e7 Content-Type: application/json 2018-08-23 11:19:30,455 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-ee4261c6-8ef3-40db-86c7-9706032331e7 2018-08-23 11:19:30,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161745071411s 2018-08-23 11:19:30,455 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32 used request id req-ee4261c6-8ef3-40db-86c7-9706032331e7 2018-08-23 11:19:30,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:19:30,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:30,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f41918a-d810-4833-8c0e-94a3277c5515 x-compute-request-id: req-8f41918a-d810-4833-8c0e-94a3277c5515 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:33:b4", "version": 4, "addr": "192.168.120.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:33:b4", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/94a9ed6b-6949-421f-95b2-f55fe28d6b32", "rel": "bookmark"}], "image": {"id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "links": [{"href": "http://172.30.9.21:8774/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-23T11:17:51.000000", "flavor": {"id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2", "links": [{"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}]}, "id": "94a9ed6b-6949-421f-95b2-f55fe28d6b32", "security_groups": [{"name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}], "user_id": "0e8f3db665ca46378b014de4f8a306e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-23T11:19:30Z", "hostId": "46e0789c0490e7a89aca575aff3d5b78439d40f39d2420988e56b5bf", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "name": "vyos_vrouter-vm_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "created": "2018-08-23T11:15:38Z", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-23 11:19:30,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f41918a-d810-4833-8c0e-94a3277c5515 2018-08-23 11:19:30,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.477410793304s 2018-08-23 11:19:30,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f41918a-d810-4833-8c0e-94a3277c5515 2018-08-23 11:19:30,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-23 11:19:32,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 11:19:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:33,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11: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-2ed1f93b-c7f1-4c95-9ff7-377ca1677f21 x-compute-request-id: req-2ed1f93b-c7f1-4c95-9ff7-377ca1677f21 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 11:19:33,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ed1f93b-c7f1-4c95-9ff7-377ca1677f21 2018-08-23 11:19:33,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0731880664825s 2018-08-23 11:19:33,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2ed1f93b-c7f1-4c95-9ff7-377ca1677f21 2018-08-23 11:19:33,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-23 11:19:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:33,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-17931496-cae5-4fc6-b98e-0f0592c565a5 Date: Thu, 23 Aug 2018 11:19:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:04Z", "updated_at": "2018-08-23T11:19:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1941729b-d992-47f3-9fd3-3b08436dcfcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "1cb301e1-d2dc-4663-a0a0-a1cefc6fe77c", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:19:25Z", "revision_number": 0, "id": "6fbc98bc-0194-48cf-9991-ad3749e062e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:19:25Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "736e9723-318e-44e2-a2fd-ef4b7e437616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:14:04Z", "revision_number": 0, "id": "a29cb61a-a569-405c-896c-50317d178388", "remote_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "remote_ip_prefix": null, "created_at": "2018-08-23T11:14:04Z", "security_group_id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 2, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d6d2bdec-56c7-4c25-8545-a0312d6aae44", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:15:35Z", "updated_at": "2018-08-23T11:15:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "3457ea25-e2aa-4994-a486-26ac4afe0f4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "4a851b46-7821-436e-aad3-0426eef60756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "681f77f4-0492-4e2d-a77b-3c639d8f07bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "856c1604-5d3a-4756-af7a-8f1c26a16bd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "9106eb38-af66-4078-b6e8-eca72ea2e2cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "9388388a-b8f1-4807-8e1d-d3bc00aa71a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 80, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-23T11:15:36Z", "revision_number": 0, "id": "c9a3987a-feb2-439d-865f-c2cb52f413d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:36Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": 443, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-23T11:15:35Z", "revision_number": 0, "id": "e58b3ecb-b968-4b5b-aebe-8a7174bb8450", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-23T11:15:35Z", "security_group_id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7014acc96b34249892b429b56ca74c8"}], "revision_number": 7, "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa", "name": "vyos_vrouter-sg_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:19:33,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-17931496-cae5-4fc6-b98e-0f0592c565a5 2018-08-23 11:19:33,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0466129779816s 2018-08-23 11:19:33,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-17931496-cae5-4fc6-b98e-0f0592c565a5 2018-08-23 11:19:33,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-23 11:19:33,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:33,331 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fb3898d-93f4-4eaf-b72b-a6a51dc493ca Content-Length: 0 Date: Thu, 23 Aug 2018 11:19:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:19:33,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa.json used request id req-1fb3898d-93f4-4eaf-b72b-a6a51dc493ca 2018-08-23 11:19:33,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.268134117126s 2018-08-23 11:19:33,332 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d7ec4dec-3079-4ecd-b006-dfd5db4e4ffa.json used request id req-1fb3898d-93f4-4eaf-b72b-a6a51dc493ca 2018-08-23 11:19:33,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-23 11:19:33,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:33,474 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:19: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-4bdc4eba-c7d2-43d1-a5b3-d28a12ef813f x-compute-request-id: req-4bdc4eba-c7d2-43d1-a5b3-d28a12ef813f Content-Length: 0 Content-Type: application/json 2018-08-23 11:19:33,474 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136 used request id req-4bdc4eba-c7d2-43d1-a5b3-d28a12ef813f 2018-08-23 11:19:33,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.141611814499s 2018-08-23 11:19:33,474 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_67df71a7-3b23-4a4e-ad3c-629eb7ad5136 used request id req-4bdc4eba-c7d2-43d1-a5b3-d28a12ef813f 2018-08-23 11:19:33,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 11:19:33,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" -d '{"subnet_id": "3095475d-2799-4dd4-a33c-b61e054ae6c8"}' 2018-08-23 11:19:35,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b5acaa9a-347b-48dd-8456-3ead47a7b44d Date: Thu, 23 Aug 2018 11:19:35 GMT RESP BODY: {"network_id": "1ed9787d-cce6-4d9f-abf8-f47d833e8b5b", "tenant_id": "c7014acc96b34249892b429b56ca74c8", "subnet_id": "3095475d-2799-4dd4-a33c-b61e054ae6c8", "subnet_ids": ["3095475d-2799-4dd4-a33c-b61e054ae6c8"], "port_id": "d5ee66c5-8ece-4d0b-b98f-3f31daaa5de4", "id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a"} 2018-08-23 11:19:35,161 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/remove_router_interface.json used request id req-b5acaa9a-347b-48dd-8456-3ead47a7b44d 2018-08-23 11:19:35,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68662309647s 2018-08-23 11:19:35,162 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a/remove_router_interface.json used request id req-b5acaa9a-347b-48dd-8456-3ead47a7b44d returning object 8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a 2018-08-23 11:19:35,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 11:19:35,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:35,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-084e55fc-454b-47ac-a77f-54edf8f11858 Date: Thu, 23 Aug 2018 11:19:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "c7014acc96b34249892b429b56ca74c8", "created_at": "2018-08-23T11:14:05Z", "admin_state_up": true, "updated_at": "2018-08-23T11:19:34Z", "revision_number": 4, "routes": [], "project_id": "c7014acc96b34249892b429b56ca74c8", "id": "8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a", "name": "vyos_vrouter-router_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:19:35,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-084e55fc-454b-47ac-a77f-54edf8f11858 2018-08-23 11:19:35,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123805999756s 2018-08-23 11:19:35,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-084e55fc-454b-47ac-a77f-54edf8f11858 2018-08-23 11:19:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 11:19:35,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:36,907 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4faea90d-c20f-4069-8ccb-6a5ddbf51eeb Content-Length: 0 Date: Thu, 23 Aug 2018 11:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:19:36,907 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a.json used request id req-4faea90d-c20f-4069-8ccb-6a5ddbf51eeb 2018-08-23 11:19:36,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62029695511s 2018-08-23 11:19:36,907 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8ebef0b3-5cc1-4ca6-9561-efbfacc7f29a.json used request id req-4faea90d-c20f-4069-8ccb-6a5ddbf51eeb 2018-08-23 11:19:36,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 11:19:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:36,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-ec867e3f-ef9b-4956-b70c-23633fcac7b0 Date: Thu, 23 Aug 2018 11:19:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:14:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c7014acc96b34249892b429b56ca74c8","id":"3095475d-2799-4dd4-a33c-b61e054ae6c8","subnetpool_id":null,"name":"vyos_vrouter-subnet_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:19:36,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ec867e3f-ef9b-4956-b70c-23633fcac7b0 2018-08-23 11:19:36,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0421230792999s 2018-08-23 11:19:36,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ec867e3f-ef9b-4956-b70c-23633fcac7b0 2018-08-23 11:19:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 11:19:36,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3095475d-2799-4dd4-a33c-b61e054ae6c8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:38,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a67ec8c-1efd-4daa-b5af-d3c580669b69 Date: Thu, 23 Aug 2018 11:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:19:38,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3095475d-2799-4dd4-a33c-b61e054ae6c8.json used request id req-1a67ec8c-1efd-4daa-b5af-d3c580669b69 2018-08-23 11:19:38,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07766199112s 2018-08-23 11:19:38,030 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3095475d-2799-4dd4-a33c-b61e054ae6c8.json used request id req-1a67ec8c-1efd-4daa-b5af-d3c580669b69 2018-08-23 11:19:38,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:19:38,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:38,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-b4c66baf-892f-44ad-b0ac-b81bffd0439d Date: Thu, 23 Aug 2018 11:19: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":[],"updated_at":"2018-08-23T11:19:37Z","tenant_id":"c7014acc96b34249892b429b56ca74c8","created_at":"2018-08-23T11:14:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c7014acc96b34249892b429b56ca74c8","id":"1ed9787d-cce6-4d9f-abf8-f47d833e8b5b","name":"vyos_vrouter-net_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:19:38,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b4c66baf-892f-44ad-b0ac-b81bffd0439d 2018-08-23 11:19:38,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109338998795s 2018-08-23 11:19:38,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b4c66baf-892f-44ad-b0ac-b81bffd0439d 2018-08-23 11:19:38,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 11:19:38,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/1ed9787d-cce6-4d9f-abf8-f47d833e8b5b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:39,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7257736b-c503-4810-a61e-d00b9dd2236a Date: Thu, 23 Aug 2018 11:19:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 11:19:39,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1ed9787d-cce6-4d9f-abf8-f47d833e8b5b.json used request id req-7257736b-c503-4810-a61e-d00b9dd2236a 2018-08-23 11:19:39,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40257716179s 2018-08-23 11:19:39,544 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1ed9787d-cce6-4d9f-abf8-f47d833e8b5b.json used request id req-7257736b-c503-4810-a61e-d00b9dd2236a 2018-08-23 11:19:39,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:19:39,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:39,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-c2803c0e-3c06-4d01-a7ec-9678b206b19c Date: Thu, 23 Aug 2018 11:19:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:15:34Z", "file": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/file", "owner": "c7014acc96b34249892b429b56ca74c8", "id": "d3358d63-d2f0-44ea-9191-46091e54bb2f", "size": 4373348352, "self": "/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/d3358d63-d2f0-44ea-9191-46091e54bb2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-23T11:14:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:19:39,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2803c0e-3c06-4d01-a7ec-9678b206b19c 2018-08-23 11:19:39,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280378103256s 2018-08-23 11:19:39,829 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c2803c0e-3c06-4d01-a7ec-9678b206b19c 2018-08-23 11:19:39,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 11:19:39,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3dfc03981f496501d8cd1f1f6930450633c02c6e" 2018-08-23 11:19:40,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b406cba3-3a2b-47c9-8c4b-25d7014a53d3 Date: Thu, 23 Aug 2018 11:19:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:19:40,638 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f used request id req-b406cba3-3a2b-47c9-8c4b-25d7014a53d3 2018-08-23 11:19:40,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.807919979095s 2018-08-23 11:19:40,639 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d3358d63-d2f0-44ea-9191-46091e54bb2f used request id req-b406cba3-3a2b-47c9-8c4b-25d7014a53d3 2018-08-23 11:19:40,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 11:19:40,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:40,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac6658e6-cec3-4316-b586-631e184719fd x-compute-request-id: req-ac6658e6-cec3-4316-b586-631e184719fd Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "7f792cff-5bbd-45fa-aad5-1db61d7255c2"}, {"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}]} 2018-08-23 11:19:40,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ac6658e6-cec3-4316-b586-631e184719fd 2018-08-23 11:19:40,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305368900299s 2018-08-23 11:19:40,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ac6658e6-cec3-4316-b586-631e184719fd 2018-08-23 11:19:40,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 11:19:40,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:40,702 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 11:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55492ee3-af1d-417b-88c9-ba2ad9cfad9f x-compute-request-id: req-55492ee3-af1d-417b-88c9-ba2ad9cfad9f Content-Length: 0 Content-Type: application/json 2018-08-23 11:19:40,703 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2 used request id req-55492ee3-af1d-417b-88c9-ba2ad9cfad9f 2018-08-23 11:19:40,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.031005859375s 2018-08-23 11:19:40,703 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7f792cff-5bbd-45fa-aad5-1db61d7255c2 used request id req-55492ee3-af1d-417b-88c9-ba2ad9cfad9f 2018-08-23 11:19:40,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:19:40,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:40,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ffc6be-9aca-419c-8176-01be998bd31a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": {"self": "http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0e8f3db665ca46378b014de4f8a306e1", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:19:40,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b4ffc6be-9aca-419c-8176-01be998bd31a 2018-08-23 11:19:40,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.247402906418s 2018-08-23 11:19:40,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b4ffc6be-9aca-419c-8176-01be998bd31a 2018-08-23 11:19:40,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:19:40,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:41,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc18fe49-dce1-4b51-94c4-81ffd5e24620 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_67df71a7-3b23-4a4e-ad3c-629eb7ad5136", "links": {"self": "http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0e8f3db665ca46378b014de4f8a306e1", "description": null}} 2018-08-23 11:19:41,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 used request id req-bc18fe49-dce1-4b51-94c4-81ffd5e24620 2018-08-23 11:19:41,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200638055801s 2018-08-23 11:19:41,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 used request id req-bc18fe49-dce1-4b51-94c4-81ffd5e24620 2018-08-23 11:19:41,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 11:19:41,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:41,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-738df27b-cf2d-4fd1-b875-e300cb8f627e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:19:41,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 used request id req-738df27b-cf2d-4fd1-b875-e300cb8f627e 2018-08-23 11:19:41,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.284108161926s 2018-08-23 11:19:41,443 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0e8f3db665ca46378b014de4f8a306e1 used request id req-738df27b-cf2d-4fd1-b875-e300cb8f627e 2018-08-23 11:19:41,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:19:41,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:41,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5abab6f-ddbb-4c79-a3b9-9cf6cf61c71a Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8"}, "tags": [], "enabled": true, "id": "c7014acc96b34249892b429b56ca74c8", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_67df71a7-3b23-4a4e-ad3c-629eb7ad5136"}]} 2018-08-23 11:19:41,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e5abab6f-ddbb-4c79-a3b9-9cf6cf61c71a 2018-08-23 11:19:41,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18087387085s 2018-08-23 11:19:41,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e5abab6f-ddbb-4c79-a3b9-9cf6cf61c71a 2018-08-23 11:19:41,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 11:19:41,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d755586e7288d67b7c3e5e7be4016f11cfd53516" 2018-08-23 11:19:41,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ecbb949-2e72-4eb0-8d40-3ea9d7b3a423 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:19:41,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8 used request id req-5ecbb949-2e72-4eb0-8d40-3ea9d7b3a423 2018-08-23 11:19:41,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232982158661s 2018-08-23 11:19:41,869 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c7014acc96b34249892b429b56ca74c8 used request id req-5ecbb949-2e72-4eb0-8d40-3ea9d7b3a423 2018-08-23 11:19:41,870 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-23 11:19:41,892 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-23 11:19:41,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:19:41,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:19:41,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:19:41,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:41,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8753dc6b-700b-4d7b-8c99-0c6729cd3c37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:19:41,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8753dc6b-700b-4d7b-8c99-0c6729cd3c37 2018-08-23 11:19:41,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:19:42,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["U49ycs_OTdK_Z-FxHGfjSw"], "issued_at": "2018-08-23T11:19:42.000000Z"}} 2018-08-23 11:19:42,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:19:42,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:42,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-bbed0127-2bbf-43a7-a9ff-01be24121a19 Date: Thu, 23 Aug 2018 11:19:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","status":"ACTIVE","subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"description":"","tags":[],"updated_at":"2018-08-23T08:29:33Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","provider:network_type":"flat"}]} 2018-08-23 11:19:42,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bbed0127-2bbf-43a7-a9ff-01be24121a19 2018-08-23 11:19:42,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321471214294s 2018-08-23 11:19:42,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bbed0127-2bbf-43a7-a9ff-01be24121a19 2018-08-23 11:19:42,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:42,677 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 11:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaeffa57-d032-41f3-b7d3-19cb83bb3fa5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}]}} 2018-08-23 11:19:42,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-aaeffa57-d032-41f3-b7d3-19cb83bb3fa5 2018-08-23 11:19:42,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:19:42,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:42,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9515153-8b6d-4e1f-b3bd-277ced576ca2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/6689ce088ae44b4d8621558cf295335b"}, "tags": [], "enabled": true, "id": "6689ce088ae44b4d8621558cf295335b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 11:19:42,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d9515153-8b6d-4e1f-b3bd-277ced576ca2 2018-08-23 11:19:42,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178256034851s 2018-08-23 11:19:42,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d9515153-8b6d-4e1f-b3bd-277ced576ca2 2018-08-23 11:19:42,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 11:19:42,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}}' 2018-08-23 11:19:43,087 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-019c099f-52d8-4000-a2da-a0a12137145b Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c"}, "tags": [], "enabled": true, "id": "106226daa69e4af0b1e052fb4e3f4e1c", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}} 2018-08-23 11:19:43,087 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-019c099f-52d8-4000-a2da-a0a12137145b 2018-08-23 11:19:43,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.223000049591s 2018-08-23 11:19:43,088 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-019c099f-52d8-4000-a2da-a0a12137145b 2018-08-23 11:19:43,088 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'106226daa69e4af0b1e052fb4e3f4e1c', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328'}) 2018-08-23 11:19:43,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 11:19:43,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3efa2afe-bb1d-4df2-9422-451675be21b2", "email": null, "name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}}' 2018-08-23 11:19:43,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 11:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6e8dfb5-6f36-49af-b00d-e663280728e5 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": {"self": "http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0feae8f5119741edb443e8a5d7974779", "domain_id": "default", "password_expires_at": null}} 2018-08-23 11:19:43,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e6e8dfb5-6f36-49af-b00d-e663280728e5 2018-08-23 11:19:43,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.371724128723s 2018-08-23 11:19:43,466 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e6e8dfb5-6f36-49af-b00d-e663280728e5 2018-08-23 11:19:43,467 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0feae8f5119741edb443e8a5d7974779', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328'}) 2018-08-23 11:19:43,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:19:43,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:43,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b68977de-88f8-4628-89c1-e797e54ab361 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:19:43,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b68977de-88f8-4628-89c1-e797e54ab361 2018-08-23 11:19:43,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186434984207s 2018-08-23 11:19:43,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b68977de-88f8-4628-89c1-e797e54ab361 2018-08-23 11:19:43,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:19:43,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:43,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9d319e-15cd-4811-b2ad-080374f65085 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:19:43,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d9d319e-15cd-4811-b2ad-080374f65085 2018-08-23 11:19:43,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107180118561s 2018-08-23 11:19:43,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d9d319e-15cd-4811-b2ad-080374f65085 2018-08-23 11:19:43,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 11:19:43,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:43,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f41d689a-9934-4f8a-b209-0ec07f715fa5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f203cfd97bc4e779a4ea70b570f576e", "links": {"self": "http://172.30.9.21:5000/v3/roles/0f203cfd97bc4e779a4ea70b570f576e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "30db1db3243a4b15897588863a9d4f44", "links": {"self": "http://172.30.9.21:5000/v3/roles/30db1db3243a4b15897588863a9d4f44"}, "name": "reader"}, {"domain_id": null, "id": "34747ba78e5d4f328680feb9e2fbd46b", "links": {"self": "http://172.30.9.21:5000/v3/roles/34747ba78e5d4f328680feb9e2fbd46b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "8c7831c4a8f34c87b670447935b80819", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c7831c4a8f34c87b670447935b80819"}, "name": "admin"}, {"domain_id": null, "id": "9211e59ea93c4f128734f4a78166f6bb", "links": {"self": "http://172.30.9.21:5000/v3/roles/9211e59ea93c4f128734f4a78166f6bb"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc492d5cb5fd468dafab2379d8032fe8", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc492d5cb5fd468dafab2379d8032fe8"}, "name": "member"}]} 2018-08-23 11:19:43,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f41d689a-9934-4f8a-b209-0ec07f715fa5 2018-08-23 11:19:43,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.140507936478s 2018-08-23 11:19:43,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f41d689a-9934-4f8a-b209-0ec07f715fa5 2018-08-23 11:19:43,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 11:19:43,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:44,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60d2881c-0e31-4aea-b413-6f4db060a714 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 11:19:44,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-60d2881c-0e31-4aea-b413-6f4db060a714 2018-08-23 11:19:44,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.141865968704s 2018-08-23 11:19:44,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-60d2881c-0e31-4aea-b413-6f4db060a714 2018-08-23 11:19:44,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 11:19:44,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:44,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-982eba8e-c858-418c-baa9-75c9fb4118ac Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": {"self": "http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0feae8f5119741edb443e8a5d7974779", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 11:19:44,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-982eba8e-c858-418c-baa9-75c9fb4118ac 2018-08-23 11:19:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207278013229s 2018-08-23 11:19:44,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-982eba8e-c858-418c-baa9-75c9fb4118ac 2018-08-23 11:19:44,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 11:19:44,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:44,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17fb767-f597-4a78-aa42-a1393aa2717b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c"}, "tags": [], "enabled": true, "id": "106226daa69e4af0b1e052fb4e3f4e1c", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-23 11:19:44,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a17fb767-f597-4a78-aa42-a1393aa2717b 2018-08-23 11:19:44,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.12903881073s 2018-08-23 11:19:44,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a17fb767-f597-4a78-aa42-a1393aa2717b 2018-08-23 11:19:44,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 11:19:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=0feae8f5119741edb443e8a5d7974779&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=106226daa69e4af0b1e052fb4e3f4e1c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:44,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e100fa62-ecc8-43cf-8687-ae7688eed779 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0feae8f5119741edb443e8a5d7974779&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=106226daa69e4af0b1e052fb4e3f4e1c", "previous": null, "next": null}} 2018-08-23 11:19:44,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0feae8f5119741edb443e8a5d7974779&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=106226daa69e4af0b1e052fb4e3f4e1c used request id req-e100fa62-ecc8-43cf-8687-ae7688eed779 2018-08-23 11:19:44,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18990111351s 2018-08-23 11:19:44,611 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0feae8f5119741edb443e8a5d7974779&role.id=fc492d5cb5fd468dafab2379d8032fe8&scope.project.id=106226daa69e4af0b1e052fb4e3f4e1c used request id req-e100fa62-ecc8-43cf-8687-ae7688eed779 2018-08-23 11:19:44,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 11:19:44,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c/users/0feae8f5119741edb443e8a5d7974779/roles/fc492d5cb5fd468dafab2379d8032fe8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:44,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffa6191b-0230-4d66-b196-84cfeefb9cf1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 11:19:44,753 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c/users/0feae8f5119741edb443e8a5d7974779/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-ffa6191b-0230-4d66-b196-84cfeefb9cf1 2018-08-23 11:19:44,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.13795208931s 2018-08-23 11:19:44,753 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c/users/0feae8f5119741edb443e8a5d7974779/roles/fc492d5cb5fd468dafab2379d8032fe8 used request id req-ffa6191b-0230-4d66-b196-84cfeefb9cf1 2018-08-23 11:19:44,754 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'106226daa69e4af0b1e052fb4e3f4e1c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3efa2afe-bb1d-4df2-9422-451675be21b2', 'username': u'juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 11:19:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 11:19:44,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 11:19:44,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 11:19:44,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 11:19:44,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 11:19:44,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 11:19:44,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 11:19:44,760 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'password': '3efa2afe-bb1d-4df2-9422-451675be21b2', 'project_name': 'juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '106226daa69e4af0b1e052fb4e3f4e1c', 'project_domain_name': 'Default'} 2018-08-23 11:19:44,826 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-08-23 11:19:44,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 11:19:44,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:44,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d9d87e-bd00-4118-9aaf-1280be100f53 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}]}} 2018-08-23 11:19:44,856 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.3:35357/ used request id req-04d9d87e-bd00-4118-9aaf-1280be100f53 2018-08-23 11:19:44,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:45,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9afd4742-2dba-4c02-a442-4cd8b6ee552b Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/166ef72ba24449b38f3cf8e9cdf485bf"}, "enabled": true, "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d254b4444a744d48fa368b21287e142"}, "enabled": true, "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/268181213a304c279b201b4f1704955d"}, "enabled": true, "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/33db2208137845e09319f43b5492f9e4"}, "enabled": true, "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/744f1e0d9fbb4a6d8a98227763179ae4"}, "enabled": true, "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78a0ccd6a0364a0a8c6d277e4a1ceb7b"}, "enabled": true, "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/874905f9d38f4a99ad71118f0dfc3440"}, "enabled": true, "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/96b3e4ec14764451b8d63f8516922fd1"}, "enabled": true, "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/b7b7c4e778a549f6b0aedc073366103b"}, "enabled": true, "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bcca629466c848d199988857f7e718c2"}, "enabled": true, "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/d3eb6d07bcb74a7a82ff534dda3ddb1e"}, "enabled": true, "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/e02a895ec9e0467e9f478b870bca3b5b"}, "enabled": true, "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/ea0b1dd6eef447378f775482f95c1977"}, "enabled": true, "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eb257308008446099e4ab8f26da841bc"}, "enabled": true, "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f05028b4efb04b4d97db9006cd55bf0c"}, "enabled": true, "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-23 11:19:45,120 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9afd4742-2dba-4c02-a442-4cd8b6ee552b 2018-08-23 11:19:45,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.271524906158s 2018-08-23 11:19:45,120 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9afd4742-2dba-4c02-a442-4cd8b6ee552b 2018-08-23 11:19:45,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 11:19:45,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" 2018-08-23 11:19:45,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dc7ddec-7744-46c3-8a74-f4208e848168 Content-Encoding: gzip Content-Length: 1982 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/037887b8c9d448478bdacda905b49dbc"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "037887b8c9d448478bdacda905b49dbc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/06444e5690204a94b4435cf665ecd810"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "06444e5690204a94b4435cf665ecd810"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/07c631c4a4864d5b9d29983fea69cb1e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/085be6fa68bb4654b574476718150502"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "085be6fa68bb4654b574476718150502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15c6fcb941064a31a09cb526580c4f42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/15da98703efe4e178d1505698363cfac"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "15da98703efe4e178d1505698363cfac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3b9a197551c6439bb0ba412e165b6cf4"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4dee5553925d45a8abc332afc5d80efb"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4eaf35c3af704584980f056cb8b8e860"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "268181213a304c279b201b4f1704955d", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5781ea45d7bf42329118699da3053ecd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "5781ea45d7bf42329118699da3053ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/64c9e310907d47c6b88f990ddd6fcfbe"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6c96d7417be8413881eccf739aa0ee00"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7492f3621a4a417da867cf0c0068829a"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "7492f3621a4a417da867cf0c0068829a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/833bb3272a63463e910a52edc0e6d5b7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/924aa9e6024c4981b4f1d3c654cd928c"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/958e0447fe7b4ea9955d7a8af4db4419"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9822d2f9599d4a62902b2c317b1b936b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9cfc6560ce7e4ccdb709151233e689df"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "166ef72ba24449b38f3cf8e9cdf485bf", "id": "9cfc6560ce7e4ccdb709151233e689df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ef25523438e41d8bbb44b62089200a2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f68a25bcfd74e59ae2a90cc2ff11dca"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "268181213a304c279b201b4f1704955d", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a23d9f6d5cc741f7be20ff4c9a257f64"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a2e22acb65694bfda7d5e85cb1338232"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ab219d83ffac4e8f95b780098d31261e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/babf62d98d7941569dc71144ccbee311"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "babf62d98d7941569dc71144ccbee311"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bc9c3eb15ca7466bbfed1f40778ba13a"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdd8bb817d2e499bb4efcd6d07b72d0f"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb257308008446099e4ab8f26da841bc", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c212aa1de83b4e13918c99b1eaf829bc"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c2fa9d01d3654b868f43c07ebe7c8a81"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f05028b4efb04b4d97db9006cd55bf0c", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4fea1b9063149bd9197d51fdd2681d4"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "id": "c4fea1b9063149bd9197d51fdd2681d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c5b7c773e4db44dbb90b5f11d9d789da"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ccecaed01435479a95982ee247a06564"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "874905f9d38f4a99ad71118f0dfc3440", "id": "ccecaed01435479a95982ee247a06564"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d19f6ec56c9141eea15972cfcd4cc7c9"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "744f1e0d9fbb4a6d8a98227763179ae4", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d9a49bb4c1a946c8a9248fb1003ae601"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d254b4444a744d48fa368b21287e142", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/df155b437fba493799274e1e8e5029c4"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ea0b1dd6eef447378f775482f95c1977", "id": "df155b437fba493799274e1e8e5029c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0425b0e82b8420fbd3afb34eac77753"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "268181213a304c279b201b4f1704955d", "id": "e0425b0e82b8420fbd3afb34eac77753"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e346a336dfdb495f8c19b88113b34ab2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e02a895ec9e0467e9f478b870bca3b5b", "id": "e346a336dfdb495f8c19b88113b34ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e492830a171f4fe8b464015beb0baa93"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e492830a171f4fe8b464015beb0baa93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e5a8cd8e1fa54e0dbb682717303bd581"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33db2208137845e09319f43b5492f9e4", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e81823a08f9348e192c077a2393d3b90"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "e81823a08f9348e192c077a2393d3b90"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ec7ff4789b364b9f869cb1c1a1c9324f"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7b7c4e778a549f6b0aedc073366103b", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f3d16c92808e4d3aa9cf63a123c1f2ee"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "96b3e4ec14764451b8d63f8516922fd1", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f7bbe6a05ddc4e9d8b06baa00a211e02"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 11:19:45,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4dc7ddec-7744-46c3-8a74-f4208e848168 2018-08-23 11:19:45,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.135333061218s 2018-08-23 11:19:45,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4dc7ddec-7744-46c3-8a74-f4208e848168 2018-08-23 11:19:45,273 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-23 11:19:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:45,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2765a01-2f8e-433e-85c5-1ccca7d5aba4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-23 11:19:45,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2765a01-2f8e-433e-85c5-1ccca7d5aba4 2018-08-23 11:19:45,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 11:19:45,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T12:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106226daa69e4af0b1e052fb4e3f4e1c", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "id": "0feae8f5119741edb443e8a5d7974779"}, "audit_ids": ["2J-iFxWIS-yvoIHYHYqtxw"], "issued_at": "2018-08-23T11:19:45.000000Z"}} 2018-08-23 11:19:45,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 11:19:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"network": {"name": "juju_epc-net_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "admin_state_up": true}}' 2018-08-23 11:19:46,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-15a4dcdd-a78b-4dba-8833-9261ef5ec9c5 Date: Thu, 23 Aug 2018 11:19:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"106226daa69e4af0b1e052fb4e3f4e1c","created_at":"2018-08-23T11:19:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-23T11:19:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"106226daa69e4af0b1e052fb4e3f4e1c","id":"6ed6e917-9674-4ae0-a015-d3cd9c80bd6e","name":"juju_epc-net_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}} 2018-08-23 11:19:46,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-15a4dcdd-a78b-4dba-8833-9261ef5ec9c5 2018-08-23 11:19:46,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.716406106949s 2018-08-23 11:19:46,396 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-15a4dcdd-a78b-4dba-8833-9261ef5ec9c5 2018-08-23 11:19:46,397 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T11:19:46Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6ed6e917-9674-4ae0-a015-d3cd9c80bd6e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'admin_state_up': True, u'tenant_id': u'106226daa69e4af0b1e052fb4e3f4e1c', u'created_at': u'2018-08-23T11:19:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'106226daa69e4af0b1e052fb4e3f4e1c'}) 2018-08-23 11:19:46,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 11:19:46,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" 2018-08-23 11:19:46,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-e1717355-f743-40ea-b6a0-4e681e27a702 Date: Thu, 23 Aug 2018 11:19:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-23T11:19:46Z","tenant_id":"106226daa69e4af0b1e052fb4e3f4e1c","created_at":"2018-08-23T11:19:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"106226daa69e4af0b1e052fb4e3f4e1c","id":"6ed6e917-9674-4ae0-a015-d3cd9c80bd6e","name":"juju_epc-net_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cc0375ab-7862-4e07-b257-bba85a025490"],"updated_at":"2018-08-23T08:29:33Z","tenant_id":"2daa17a30fbe437e8108d2263e27e868","created_at":"2018-08-23T08:13:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2daa17a30fbe437e8108d2263e27e868","id":"ea6fd58a-d4bd-4de4-bb76-d73193396344","name":"external"}]} 2018-08-23 11:19:46,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1717355-f743-40ea-b6a0-4e681e27a702 2018-08-23 11:19:46,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172723054886s 2018-08-23 11:19:46,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1717355-f743-40ea-b6a0-4e681e27a702 2018-08-23 11:19:46,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 11:19:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"subnet": {"name": "juju_epc-subnet_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "enable_dhcp": true, "network_id": "6ed6e917-9674-4ae0-a015-d3cd9c80bd6e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-23 11:19:47,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8b042283-75f0-4b33-ae0f-ba14bb17cece Date: Thu, 23 Aug 2018 11:19:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed6e917-9674-4ae0-a015-d3cd9c80bd6e","tenant_id":"106226daa69e4af0b1e052fb4e3f4e1c","created_at":"2018-08-23T11:19:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:19:46Z","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":"106226daa69e4af0b1e052fb4e3f4e1c","id":"2e046db3-e4a8-40df-b5ba-89608e357e32","subnetpool_id":null,"name":"juju_epc-subnet_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}} 2018-08-23 11:19:47,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b042283-75f0-4b33-ae0f-ba14bb17cece 2018-08-23 11:19:47,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.631713867188s 2018-08-23 11:19:47,204 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8b042283-75f0-4b33-ae0f-ba14bb17cece 2018-08-23 11:19:47,205 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T11:19:46Z', 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'2e046db3-e4a8-40df-b5ba-89608e357e32', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'enable_dhcp': True, u'network_id': u'6ed6e917-9674-4ae0-a015-d3cd9c80bd6e', u'tenant_id': u'106226daa69e4af0b1e052fb4e3f4e1c', u'created_at': u'2018-08-23T11:19:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'106226daa69e4af0b1e052fb4e3f4e1c'}) 2018-08-23 11:19:47,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 11:19:47,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"router": {"external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344"}, "name": "juju_epc-router_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "admin_state_up": true}}' 2018-08-23 11:19:48,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0fd9932b-1599-4491-9f60-eda8a5173e18 Date: Thu, 23 Aug 2018 11:19:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "106226daa69e4af0b1e052fb4e3f4e1c", "created_at": "2018-08-23T11:19:47Z", "admin_state_up": true, "updated_at": "2018-08-23T11:19:48Z", "revision_number": 2, "routes": [], "project_id": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "4e3291f5-0719-4ab0-aa4f-5db38ca54fa6", "name": "juju_epc-router_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}} 2018-08-23 11:19:48,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0fd9932b-1599-4491-9f60-eda8a5173e18 2018-08-23 11:19:48,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.17453980446s 2018-08-23 11:19:48,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0fd9932b-1599-4491-9f60-eda8a5173e18 2018-08-23 11:19:48,381 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'ea6fd58a-d4bd-4de4-bb76-d73193396344', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cc0375ab-7862-4e07-b257-bba85a025490', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'106226daa69e4af0b1e052fb4e3f4e1c', u'created_at': u'2018-08-23T11:19:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-23T11:19:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'106226daa69e4af0b1e052fb4e3f4e1c', u'id': u'4e3291f5-0719-4ab0-aa4f-5db38ca54fa6', u'name': u'juju_epc-router_aaace2f2-f7f3-4610-a6f0-88c4f0c15328'}) 2018-08-23 11:19:48,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 11:19:48,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"subnet_id": "2e046db3-e4a8-40df-b5ba-89608e357e32"}' 2018-08-23 11:19:50,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1cf8309d-6854-4bb7-a84e-f86622f453cd Date: Thu, 23 Aug 2018 11:19:50 GMT RESP BODY: {"network_id": "6ed6e917-9674-4ae0-a015-d3cd9c80bd6e", "tenant_id": "106226daa69e4af0b1e052fb4e3f4e1c", "subnet_id": "2e046db3-e4a8-40df-b5ba-89608e357e32", "subnet_ids": ["2e046db3-e4a8-40df-b5ba-89608e357e32"], "port_id": "df3ca913-36bc-4e51-aa81-8ccacd7f9edd", "id": "4e3291f5-0719-4ab0-aa4f-5db38ca54fa6"} 2018-08-23 11:19:50,430 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/add_router_interface.json used request id req-1cf8309d-6854-4bb7-a84e-f86622f453cd 2018-08-23 11:19:50,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.04875993729s 2018-08-23 11:19:50,431 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/add_router_interface.json used request id req-1cf8309d-6854-4bb7-a84e-f86622f453cd returning object 4e3291f5-0719-4ab0-aa4f-5db38ca54fa6 2018-08-23 11:19:50,431 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-23 11:19:52,098 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-23 11:19:52,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-23 11:19:52,103 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 23 Aug 2018 11:19:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-23 11:19:52,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:19:52,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" 2018-08-23 11:19:52,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b274868b-6939-4389-97c5-132a0e9d1bb2 Date: Thu, 23 Aug 2018 11:19:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:19:52,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b274868b-6939-4389-97c5-132a0e9d1bb2 2018-08-23 11:19:52,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278887987137s 2018-08-23 11:19:52,384 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b274868b-6939-4389-97c5-132a0e9d1bb2 2018-08-23 11:19:52,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 11:19:52,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}' 2018-08-23 11:19:52,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d8864e10-f6e8-4997-bda0-429f1138ca50 Date: Thu, 23 Aug 2018 11:19:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:52Z", "file": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "f877ef1c-4d8b-447e-acca-f3ee9c883250", "size": null, "self": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": null, "created_at": "2018-08-23T11:19:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 11:19:52,461 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d8864e10-f6e8-4997-bda0-429f1138ca50 2018-08-23 11:19:52,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0695190429688s 2018-08-23 11:19:52,462 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d8864e10-f6e8-4997-bda0-429f1138ca50 returning object f877ef1c-4d8b-447e-acca-f3ee9c883250 2018-08-23 11:19:52,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 11:19:52,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '' 2018-08-23 11:19:58,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86912b87-1df1-4c06-9592-1fe6aabbe9f1 Date: Thu, 23 Aug 2018 11:19:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:19:58,255 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file used request id req-86912b87-1df1-4c06-9592-1fe6aabbe9f1 2018-08-23 11:19:58,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.79238510132s 2018-08-23 11:19:58,255 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file used request id req-86912b87-1df1-4c06-9592-1fe6aabbe9f1 2018-08-23 11:19:58,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:19:58,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" 2018-08-23 11:19:58,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-16956315-0170-4669-bc71-eedca86e33b7 Date: Thu, 23 Aug 2018 11:19:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:58Z", "file": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "f877ef1c-4d8b-447e-acca-f3ee9c883250", "size": 296681472, "self": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-23T11:19:52Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:19:58,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-16956315-0170-4669-bc71-eedca86e33b7 2018-08-23 11:19:58,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0385341644287s 2018-08-23 11:19:58,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-16956315-0170-4669-bc71-eedca86e33b7 2018-08-23 11:19:58,299 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file', 'owner': u'106226daa69e4af0b1e052fb4e3f4e1c', 'id': u'f877ef1c-4d8b-447e-acca-f3ee9c883250', 'size': 296681472, u'self': u'/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'106226daa69e4af0b1e052fb4e3f4e1c', 'name': 'juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T11:19:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T11:19:58Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', 'properties': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'created': u'2018-08-23T11:19:52Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-23T11:19:52Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', 'metadata': {u'os_hash_value': u'81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca', u'self': u'/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-23 11:19:59,808 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f877ef1c-4d8b-447e-acca-f3ee9c883250 -s xenial -r regionOne -u http://172.30.9.21:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-23 11:19:59,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 11:19:59,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-23 11:20:00,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:19: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-4710995e-4aba-4678-b8b6-9ba8cb9c6bdd x-compute-request-id: req-4710995e-4aba-4678-b8b6-9ba8cb9c6bdd Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e6724970-6c0a-41b7-886f-f981fc867664"}} 2018-08-23 11:20:00,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4710995e-4aba-4678-b8b6-9ba8cb9c6bdd 2018-08-23 11:20:00,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.474161863327s 2018-08-23 11:20:00,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4710995e-4aba-4678-b8b6-9ba8cb9c6bdd 2018-08-23 11:20:00,285 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', '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'75a5557001334edf9fd80cd1c711e2ec', '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'e6724970-6c0a-41b7-886f-f981fc867664', 'swap': 0}) 2018-08-23 11:20:00,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 11:20:00,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"extra_specs": {}}' 2018-08-23 11:20:00,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:20: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-c5d02802-b48b-4eaf-a344-fd136c13e8cd x-compute-request-id: req-c5d02802-b48b-4eaf-a344-fd136c13e8cd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 11:20:00,311 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664/os-extra_specs used request id req-c5d02802-b48b-4eaf-a344-fd136c13e8cd 2018-08-23 11:20:00,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0252530574799s 2018-08-23 11:20:00,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664/os-extra_specs used request id req-c5d02802-b48b-4eaf-a344-fd136c13e8cd 2018-08-23 11:20:00,311 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-23 11:20:00,312 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | NmzFJzYGECkPLjnTLDsldfHcu | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-232 | | SDN_CONTROLLER_IP | 192.30.9.3 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 11:20:00,321 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-23 11:20:00,408 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-23 11:20:00,409 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-23 11:20:00,518 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-08-23 11:20:00,519 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-23 11:20:01,991 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-23 11:20:01,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:20:01,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" 2018-08-23 11:20:02,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-f5687691-87be-41c1-baf9-0e3500de4181 Date: Thu, 23 Aug 2018 11:20:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:58Z", "file": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "f877ef1c-4d8b-447e-acca-f3ee9c883250", "size": 296681472, "self": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-23T11:19:52Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:20:02,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5687691-87be-41c1-baf9-0e3500de4181 2018-08-23 11:20:02,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.030403137207s 2018-08-23 11:20:02,024 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5687691-87be-41c1-baf9-0e3500de4181 2018-08-23 11:20:02,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 11:20:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}' 2018-08-23 11:20:02,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2283d51b-6911-449e-b9d5-34f08d88efc9 Date: Thu, 23 Aug 2018 11:20:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:20:02Z", "file": "/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "44356b4a-7569-420f-bcc3-c1143fb5164c", "size": null, "self": "/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": null, "created_at": "2018-08-23T11:20:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-23 11:20:02,075 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2283d51b-6911-449e-b9d5-34f08d88efc9 2018-08-23 11:20:02,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0480389595032s 2018-08-23 11:20:02,076 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2283d51b-6911-449e-b9d5-34f08d88efc9 returning object 44356b4a-7569-420f-bcc3-c1143fb5164c 2018-08-23 11:20:02,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 11:20:02,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" -d '' 2018-08-23 11:20:06,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-962bb968-8bdf-45ff-9b3b-bfb76c52fefc Date: Thu, 23 Aug 2018 11:20:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 11:20:06,605 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file used request id req-962bb968-8bdf-45ff-9b3b-bfb76c52fefc 2018-08-23 11:20:06,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.5283229351s 2018-08-23 11:20:06,605 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file used request id req-962bb968-8bdf-45ff-9b3b-bfb76c52fefc 2018-08-23 11:20:06,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 11:20:06,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a7c796314b2a458ffd38337c9e92179be557e3dc" 2018-08-23 11:20:06,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-b8e6d1df-58c3-4be2-8456-260323037786 Date: Thu, 23 Aug 2018 11:20:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:20:06Z", "file": "/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "44356b4a-7569-420f-bcc3-c1143fb5164c", "size": 263193088, "self": "/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/44356b4a-7569-420f-bcc3-c1143fb5164c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/44356b4a-7569-420f-bcc3-c1143fb5164c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-23T11:20:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:58Z", "file": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "f877ef1c-4d8b-447e-acca-f3ee9c883250", "size": 296681472, "self": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-23T11:19:52Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 11:20:06,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b8e6d1df-58c3-4be2-8456-260323037786 2018-08-23 11:20:06,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0399298667908s 2018-08-23 11:20:06,650 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b8e6d1df-58c3-4be2-8456-260323037786 2018-08-23 11:20:06,652 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/44356b4a-7569-420f-bcc3-c1143fb5164c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c/file', 'owner': u'106226daa69e4af0b1e052fb4e3f4e1c', 'id': u'44356b4a-7569-420f-bcc3-c1143fb5164c', 'size': 263193088, u'self': u'/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'106226daa69e4af0b1e052fb4e3f4e1c', 'name': 'juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/44356b4a-7569-420f-bcc3-c1143fb5164c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-23T11:20:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-23T11:20:06Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', 'created': u'2018-08-23T11:20:02Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-23T11:20:02Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-23 11:20:06,812 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 44356b4a-7569-420f-bcc3-c1143fb5164c -s trusty -r regionOne -u http://172.30.9.21:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-23 11:20:06,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-23 11:20:06,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-23 11:20:06,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:20: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-f35e75a9-355a-4ac6-91d3-1409f072a810 x-compute-request-id: req-f35e75a9-355a-4ac6-91d3-1409f072a810 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "ce7e6783-e29b-43e1-bbad-a18b4a467688"}} 2018-08-23 11:20:06,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f35e75a9-355a-4ac6-91d3-1409f072a810 2018-08-23 11:20:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0529029369354s 2018-08-23 11:20:06,867 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f35e75a9-355a-4ac6-91d3-1409f072a810 2018-08-23 11:20:06,868 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328', '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'75a5557001334edf9fd80cd1c711e2ec', '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'ce7e6783-e29b-43e1-bbad-a18b4a467688', 'swap': 0}) 2018-08-23 11:20:06,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-23 11:20:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}78c75cc25b0c1a02bd97a6e391150cd3cc4746ec" -d '{"extra_specs": {}}' 2018-08-23 11:20:06,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 11:20: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-ac6d50ba-a266-4a06-b3b1-435612232610 x-compute-request-id: req-ac6d50ba-a266-4a06-b3b1-435612232610 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-23 11:20:06,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688/os-extra_specs used request id req-ac6d50ba-a266-4a06-b3b1-435612232610 2018-08-23 11:20:06,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207679271698s 2018-08-23 11:20:06,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688/os-extra_specs used request id req-ac6d50ba-a266-4a06-b3b1-435612232610 2018-08-23 11:20:06,890 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-23 13:19:12,268 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc/regionOne', 'abot-controller', '--agent-version', '2.2.9', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=6ed6e917-9674-4ae0-a015-d3cd9c80bd6e', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 11:20:06 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 11:20:06 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=6ed6e917-9674-4ae0-a015-d3cd9c80bd6e", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 11:20:06 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 11:20:06 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:6ed6e917-9674-4ae0-a015-d3cd9c80bd6e external-network:] 11:20:07 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 11:20:07 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[ignore-machine-addresses:false development:false apt-ftp-proxy: https-proxy: proxy-ssh:false default-series:xenial network:6ed6e917-9674-4ae0-a015-d3cd9c80bd6e image-stream:released use-default-secgroup:true no-proxy:127.0.0.1,localhost,::1 update-status-hook-interval:5m apt-http-proxy: automatically-retry-hooks:true apt-mirror: apt-https-proxy: max-action-results-size:5G name:controller provisioner-harvest-mode:destroyed apt-no-proxy: uuid:a0d67d28-b08b-46e3-8f44-aeb226917b4b transmit-vendor-metrics:true ftp-proxy: max-status-history-size:5G max-status-history-age:336h firewall-mode:instance http-proxy: disable-network-management:false type:openstack enable-os-refresh-update:true logforward-enabled:false use-floating-ip:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpSWoPHiG6YG0eWrMY8AIKyqrv/4cUNMwJrnG/h6huRDU2tds4D4rltBA9khsT2PprodmZW5zhjOmnyPqiIgkkMWjEV9tY29ftNGmJR8A1yGvVjI79+TNnHX4XaS5G2iooTd3O95W56Fb54AZrO2aAwYnTfMsgSno9pThdDdI3UUW0NrVYxuE06X+AATMO/lOO3gkBX7zttL6whKomjGbGPoo9S0nQEmM85cN3rFWL/FFLtm7V9c+LUtSeQ5ACPXCOaLFYMfD+BsRCu5/zwLm3KJl9v5Sk8k+YoRTTC1DwByJ2qC9TvpCts+SdJb4tY/18EJN4Diq7nTNYOM7hjde5 juju-client-key ssl-hostname-verification:false net-bond-reconfigure-delay:17 enable-os-upgrade:true max-action-results-age:336h test-mode:false external-network: logging-config: agent-stream:released resource-tags: image-metadata-url: agent-metadata-url:] 11:20:07 INFO juju.provider.openstack provider.go:144 opening model "controller" 11:20:07 DEBUG goose :1 auth details: &{Token:gAAAAABbfphnDUnwzON8_FmUbvjVZMGNG30CHKzIK9ACHvsPKoKx6CoKBe7jfJC74Zqe7zm65A2I-FmGljUKHnZr_ZjX8WLEBooMHsgmBGqyjQm0KVbpJbjXAohkrfXCeuTg-vh8ukLed8bI9-EE3ryhaOV24fDc2ttO8IGTUOPJJHfEIFDY0So TenantId:106226daa69e4af0b1e052fb4e3f4e1c UserId:0feae8f5119741edb443e8a5d7974779 Domain: RegionServiceURLs:map[regionOne:map[alarming:http://172.30.9.21:8042 placement:http://172.30.9.21:8778/placement event:http://172.30.9.21:8977 volumev2:http://172.30.9.21:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c network:http://172.30.9.21:9696 cloudformation:http://172.30.9.21:8000/v1 orchestration:http://172.30.9.21:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c compute:http://172.30.9.21:8774/v2.1 object-store:http://172.30.9.21:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c image:http://172.30.9.21:9292 metric:http://172.30.9.21:8041 volumev3:http://172.30.9.21:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c identity:http://172.30.9.21:5000 volume:http://172.30.9.21:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c]]} 11:20:07 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 11:20:07 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:8774/" 11:20:07 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 11:20:07 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 11:20:07 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 11:20:07 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 11:20:07 INFO cmd bootstrap.go:233 Loading image metadata 11:20:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 11:20:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 11:20:07 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.21:5000/v3} [trusty utopic wily yakkety win7 win81 saucy win2012hv win2012 win2016 xenial win2012r2 win2016hv win2016nano win8 quantal raring win2008r2 win2012hvr2 centos7 genericlinux precise vivid zesty win10 opensuseleap] [amd64 i386 armhf arm64 ppc64el s390x] released}} 11:20:07 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 11:20:10 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 11:20:11 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.21:5000/v3} not found 11:20:11 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.21:5000/v3} not found 11:20:11 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 11:20:11 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 11:20:11 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 11:20:11 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 11:20:11 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 11:20:11 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 11:20:11 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 11:20:11 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 11:20:11 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 11:20:12 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 11:20:15 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 11:20:15 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 11:20:16 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 11:20:16 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:f877ef1c-4d8b-447e-acca-f3ee9c883250 Arch:amd64 VirtType:}] 11:20:16 INFO juju.environs.instances image.go:106 find instance - using image with id: f877ef1c-4d8b-447e-acca-f3ee9c883250 11:20:16 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 11:20:16 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 11:20:16 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2490 bytes 11:20:16 DEBUG juju.provider.openstack provider.go:1022 using network id "6ed6e917-9674-4ae0-a015-d3cd9c80bd6e" 11:20:16 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:9696/" 11:20:16 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:9696/v2.0/ Rel:self}] Status:CURRENT}] 11:20:19 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" has status BUILD, wait 10 seconds before retry, attempt 11 11:22:17 INFO juju.provider.openstack provider.go:1189 started instance "f9bdfaf0-00c0-41ad-a7aa-6e437208cb64" 11:22:17 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 11:22:19 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.213 11:22:19 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.213 - f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 (arch=amd64 mem=2G cores=1) 11:22:21 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 11:22:21 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 11:22:21 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 11:22:21 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 11:22:24 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 11:22:24 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 11:22:25 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 Attempting to connect to 172.30.9.213:22 Attempting to connect to 192.168.121.5:22 11:22:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:22:34 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:22:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:22:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:22:44 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:22:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:22:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:22:55 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:22:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:22:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:23:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:23:04 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:23:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:23:15 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 11:23:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 11:23:24 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:35 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:38 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:43 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:45 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:23:54 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:23:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:23:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:04 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:14 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:24 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:34 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:45 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: /var/lib/juju/nonce.txt does not exist 11:24:55 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 11:24:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.5 failed: ssh: connect to host 192.168.121.5 port 22: Connection refused 11:24:56 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-917b4b-controller-0: Connection timed out Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init-local' at Thu, 23 Aug 2018 11:22:12 +0000. Up 5.06 seconds. 2018-08-23 11:22:23,265 - util.py[WARNING]: No active metadata service found Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init' at Thu, 23 Aug 2018 11:22:23 +0000. Up 15.94 seconds. ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | ens3 | True | 192.168.121.5 | 255.255.255.0 | global | fa:16:3e:a1:44:bc | ci-info: | ens3 | True | fe80::f816:3eff:fea1:44bc/64 | . | link | fa:16:3e:a1:44:bc | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | Route | Destination | Gateway | Interface | Flags | ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | 0 | fe80::/64 | :: | ens3 | U | ci-info: | 3 | ff00::/8 | :: | ens3 | U | ci-info: +-------+-------------+---------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:config' at Thu, 23 Aug 2018 11:23:49 +0000. Up 101.44 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:final' at Thu, 23 Aug 2018 11:24:50 +0000. Up 162.98 seconds. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 finished at Thu, 23 Aug 2018 11:24:50 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 163.21 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:IyIz7kIzYOlUHHk0RHA8X7XHs3BdajLqKWL/odGX9mU root@juju-917b4b-controller-0 The key's randomart image is: +---[RSA 2048]----+ | .oO* .. .| | +.+. . o ...| | o . o . oo=o. | |.+ . .++o | |= + . . S . . | | * + . . + . . | |. + o o = + E| |.. . o + + . o | | .. o.. . | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:CYNMNjyUCfJmPHb9D6f6QqxrDcD2lY5RC7w9SDGoW5k root@juju-917b4b-controller-0 The key's randomart image is: +---[DSA 1024]----+ |. .*B+ | | +.+O=. | | oB++B+o | |.+Eo+ *+ . | | + o * .S . | |. + + = | | = . . | | o o. | | ....o. | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:MuZllKufOkWuGKmeXS2XxnSUteIlDO2JAlUlUazOb20 root@juju-917b4b-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | ...=*o . | | . =oo . | | . o+*.o | | ..++o+ | | .+*S o | | oo X=o | | . o=o*. . | | .o..o= .o E | | .o . .oo. . | +----[SHA256]-----+ Running apt-get update Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 6,862 B in 1min 20s (85 B/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 10.6 kB/17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Fetched 10.6 kB in 0s (36.6 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54131 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (57.9 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54145 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 4s (1,538 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54171 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 4.889s; size 22122498 bytes; speed 4525346.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-23 13:19:09 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-23 13:19:09 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-23 13:19:09 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-23 13:19:09 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-23 13:19:09 DEBUG goose :22 auth details: &{Token:gAAAAABbfrRN8RcFghv16VKNUVNvvscA2R_2-wQit9-KH3ehHLDegzG6SVg6UyALzgVcp8o8HexMwT4cX85cCHB5-0h7IwwTPHBWEoyhSU1_JiZLuiq3DDUZ-0UvX3TlCAgqcUvsKKpKOATf1XDkxe2FdtD3LADc3xQS_HRr1odnEyssAqqNkEE TenantId:106226daa69e4af0b1e052fb4e3f4e1c UserId:0feae8f5119741edb443e8a5d7974779 Domain: RegionServiceURLs:map[regionOne:map[cloudformation:http://172.30.9.21:8000/v1 volumev2:http://172.30.9.21:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c network:http://172.30.9.21:9696 metric:http://172.30.9.21:8041 volumev3:http://172.30.9.21:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c orchestration:http://172.30.9.21:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c compute:http://172.30.9.21:8774/v2.1 event:http://172.30.9.21:8977 image:http://172.30.9.21:9292 identity:http://172.30.9.21:5000 alarming:http://172.30.9.21:8042 placement:http://172.30.9.21:8778/placement object-store:http://172.30.9.21:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c volume:http://172.30.9.21:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c]]} 2018-08-23 13:19:09 DEBUG goose :22 performing API version discovery for "http://172.30.9.21:8774/" 2018-08-23 13:19:09 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-23 13:19:11 DEBUG juju.provider.openstack provider.go:414 instance f9bdfaf0-00c0-41ad-a7aa-6e437208cb64 has floating IP address: 172.30.9.213 2018-08-23 13:19:12 INFO juju.agent identity.go:22 writing system identity file 2018-08-23 13:19:12 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-23 13:19:12 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-23 13:19:12 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-23 13:19:12 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-23 13:19:12 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-23 13:19:12 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-23 13:19:12 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-23 13:19:12 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-23 13:19:12 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-23 13:19:12 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-23 13:19:12 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-23 13:19:12 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-23 13:19:12 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-23 13:19:12 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-23 13:19:12,402 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 13:19:12,402 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 119:27 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-23 13:19:12,505 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-23 13:19:12,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 13:19:12,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T14:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "106226daa69e4af0b1e052fb4e3f4e1c", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/106226daa69e4af0b1e052fb4e3f4e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "id": "0feae8f5119741edb443e8a5d7974779"}, "audit_ids": ["aw2cKRyhSG-7iLoZvpnPYQ"], "issued_at": "2018-08-23T13:19:12.000000Z"}} 2018-08-23 13:19:12,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 13:19:12,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:13,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-4b9c1ef1-d5ad-4bde-8a96-065bf74c8e67 Date: Thu, 23 Aug 2018 13:19:13 GMT RESP BODY: {"floatingips": [{"router_id": "4e3291f5-0719-4ab0-aa4f-5db38ca54fa6", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-23T11:22:20Z", "floating_network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "fixed_ip_address": "192.168.121.5", "floating_ip_address": "172.30.9.213", "revision_number": 2, "port_id": "a827ef41-2bb9-4156-8fc8-075a1c419537", "id": "41b5dbd1-6504-45f4-b008-233b668c3eba", "tenant_id": "106226daa69e4af0b1e052fb4e3f4e1c", "created_at": "2018-08-23T11:22:18Z", "project_id": "106226daa69e4af0b1e052fb4e3f4e1c"}]} 2018-08-23 13:19:13,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4b9c1ef1-d5ad-4bde-8a96-065bf74c8e67 2018-08-23 13:19:13,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.327316999435s 2018-08-23 13:19:13,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4b9c1ef1-d5ad-4bde-8a96-065bf74c8e67 2018-08-23 13:19:13,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-23 13:19:13,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/41b5dbd1-6504-45f4-b008-233b668c3eba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:14,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5e7440db-404a-4968-9d84-edcadacbfbae Content-Length: 0 Date: Thu, 23 Aug 2018 13:19:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 13:19:14,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/41b5dbd1-6504-45f4-b008-233b668c3eba.json used request id req-5e7440db-404a-4968-9d84-edcadacbfbae 2018-08-23 13:19:14,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.06968808174s 2018-08-23 13:19:14,296 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/41b5dbd1-6504-45f4-b008-233b668c3eba.json used request id req-5e7440db-404a-4968-9d84-edcadacbfbae 2018-08-23 13:19:14,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 13:19:14,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:14,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cab3bbbf-cc6d-49e9-ba51-acb2223156b0 Date: Thu, 23 Aug 2018 13:19:14 GMT RESP BODY: {"floatingips": []} 2018-08-23 13:19:14,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cab3bbbf-cc6d-49e9-ba51-acb2223156b0 2018-08-23 13:19:14,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0456149578094s 2018-08-23 13:19:14,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cab3bbbf-cc6d-49e9-ba51-acb2223156b0 2018-08-23 13:19:14,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 13:19:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:16,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ff55137-3c54-41cb-9be1-ebc9339b0e4a Date: Thu, 23 Aug 2018 13:19:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 13:19:16,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c used request id req-4ff55137-3c54-41cb-9be1-ebc9339b0e4a 2018-08-23 13:19:16,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.69160294533s 2018-08-23 13:19:16,041 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/44356b4a-7569-420f-bcc3-c1143fb5164c used request id req-4ff55137-3c54-41cb-9be1-ebc9339b0e4a 2018-08-23 13:19:16,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 13:19:16,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-23 13:19:16,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc492d5cb5fd468dafab2379d8032fe8", "name": "member"}, {"id": "8c7831c4a8f34c87b670447935b80819", "name": "admin"}, {"id": "30db1db3243a4b15897588863a9d4f44", "name": "reader"}], "expires_at": "2018-08-23T14:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75a5557001334edf9fd80cd1c711e2ec", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15da98703efe4e178d1505698363cfac"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "833bb3272a63463e910a52edc0e6d5b7"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9cfc6560ce7e4ccdb709151233e689df"}], "type": "placement", "id": "166ef72ba24449b38f3cf8e9cdf485bf", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "958e0447fe7b4ea9955d7a8af4db4419"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ef25523438e41d8bbb44b62089200a2"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d9a49bb4c1a946c8a9248fb1003ae601"}], "type": "event", "id": "1d254b4444a744d48fa368b21287e142", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4eaf35c3af704584980f056cb8b8e860"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f68a25bcfd74e59ae2a90cc2ff11dca"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0425b0e82b8420fbd3afb34eac77753"}], "type": "network", "id": "268181213a304c279b201b4f1704955d", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b9a197551c6439bb0ba412e165b6cf4"}, {"url": "http://12.0.0.27:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e492830a171f4fe8b464015beb0baa93"}, {"url": "http://172.30.9.21:8080/v1/AUTH_75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5a8cd8e1fa54e0dbb682717303bd581"}], "type": "object-store", "id": "33db2208137845e09319f43b5492f9e4", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64c9e310907d47c6b88f990ddd6fcfbe"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "babf62d98d7941569dc71144ccbee311"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d19f6ec56c9141eea15972cfcd4cc7c9"}], "type": "image", "id": "744f1e0d9fbb4a6d8a98227763179ae4", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "06444e5690204a94b4435cf665ecd810"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bc9c3eb15ca7466bbfed1f40778ba13a"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f7bbe6a05ddc4e9d8b06baa00a211e02"}], "type": "metric", "id": "78a0ccd6a0364a0a8c6d277e4a1ceb7b", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "07c631c4a4864d5b9d29983fea69cb1e"}, {"url": "http://172.30.9.21:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "924aa9e6024c4981b4f1d3c654cd928c"}, {"url": "http://192.30.9.3:8776/v3/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccecaed01435479a95982ee247a06564"}], "type": "volumev3", "id": "874905f9d38f4a99ad71118f0dfc3440", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9822d2f9599d4a62902b2c317b1b936b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c212aa1de83b4e13918c99b1eaf829bc"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d16c92808e4d3aa9cf63a123c1f2ee"}], "type": "identity", "id": "96b3e4ec14764451b8d63f8516922fd1", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4dee5553925d45a8abc332afc5d80efb"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e81823a08f9348e192c077a2393d3b90"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec7ff4789b364b9f869cb1c1a1c9324f"}], "type": "cloudformation", "id": "b7b7c4e778a549f6b0aedc073366103b", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "bcca629466c848d199988857f7e718c2", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6c96d7417be8413881eccf739aa0ee00"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a23d9f6d5cc741f7be20ff4c9a257f64"}, {"url": "http://192.30.9.3:8776/v2/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4fea1b9063149bd9197d51fdd2681d4"}], "type": "volumev2", "id": "d3eb6d07bcb74a7a82ff534dda3ddb1e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "085be6fa68bb4654b574476718150502"}, {"url": "http://172.30.9.21:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c5b7c773e4db44dbb90b5f11d9d789da"}, {"url": "http://192.30.9.3:8776/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e346a336dfdb495f8c19b88113b34ab2"}], "type": "volume", "id": "e02a895ec9e0467e9f478b870bca3b5b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "037887b8c9d448478bdacda905b49dbc"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7492f3621a4a417da867cf0c0068829a"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df155b437fba493799274e1e8e5029c4"}], "type": "alarming", "id": "ea0b1dd6eef447378f775482f95c1977", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15c6fcb941064a31a09cb526580c4f42"}, {"url": "http://192.30.9.3:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5781ea45d7bf42329118699da3053ecd"}, {"url": "http://172.30.9.21:8004/v1/75a5557001334edf9fd80cd1c711e2ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdd8bb817d2e499bb4efcd6d07b72d0f"}], "type": "orchestration", "id": "eb257308008446099e4ab8f26da841bc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a2e22acb65694bfda7d5e85cb1338232"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ab219d83ffac4e8f95b780098d31261e"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2fa9d01d3654b868f43c07ebe7c8a81"}], "type": "compute", "id": "f05028b4efb04b4d97db9006cd55bf0c", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "0590d17a52ca49bcbb8d17885ae685ea"}, "audit_ids": ["LTaPPhR0TOCfZVIGJUaQ1g"], "issued_at": "2018-08-23T13:19:16.000000Z"}} 2018-08-23 13:19:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:16,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 13:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a02c79e-3888-4ac5-8d82-e18d56fefe59 x-compute-request-id: req-9a02c79e-3888-4ac5-8d82-e18d56fefe59 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}, {"name": "juju_epc-flavor_alt_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "ce7e6783-e29b-43e1-bbad-a18b4a467688"}, {"name": "juju_epc-flavor_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e6724970-6c0a-41b7-886f-f981fc867664"}]} 2018-08-23 13:19:16,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9a02c79e-3888-4ac5-8d82-e18d56fefe59 2018-08-23 13:19:16,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.687618017197s 2018-08-23 13:19:16,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9a02c79e-3888-4ac5-8d82-e18d56fefe59 2018-08-23 13:19:16,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 13:19:16,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:16,757 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 13:19:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37595fce-0124-4f97-aa9d-dae2ce9eb407 x-compute-request-id: req-37595fce-0124-4f97-aa9d-dae2ce9eb407 Content-Length: 0 Content-Type: application/json 2018-08-23 13:19:16,758 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688 used request id req-37595fce-0124-4f97-aa9d-dae2ce9eb407 2018-08-23 13:19:16,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0253169536591s 2018-08-23 13:19:16,758 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ce7e6783-e29b-43e1-bbad-a18b4a467688 used request id req-37595fce-0124-4f97-aa9d-dae2ce9eb407 2018-08-23 13:19:16,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 13:19:16,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" -d '{"subnet_id": "2e046db3-e4a8-40df-b5ba-89608e357e32"}' 2018-08-23 13:19:18,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-675fccdd-fc27-46f9-89d3-f108a63f5316 Date: Thu, 23 Aug 2018 13:19:18 GMT RESP BODY: {"network_id": "6ed6e917-9674-4ae0-a015-d3cd9c80bd6e", "tenant_id": "106226daa69e4af0b1e052fb4e3f4e1c", "subnet_id": "2e046db3-e4a8-40df-b5ba-89608e357e32", "subnet_ids": ["2e046db3-e4a8-40df-b5ba-89608e357e32"], "port_id": "df3ca913-36bc-4e51-aa81-8ccacd7f9edd", "id": "4e3291f5-0719-4ab0-aa4f-5db38ca54fa6"} 2018-08-23 13:19:18,566 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/remove_router_interface.json used request id req-675fccdd-fc27-46f9-89d3-f108a63f5316 2018-08-23 13:19:18,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80759906769s 2018-08-23 13:19:18,566 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6/remove_router_interface.json used request id req-675fccdd-fc27-46f9-89d3-f108a63f5316 returning object 4e3291f5-0719-4ab0-aa4f-5db38ca54fa6 2018-08-23 13:19:18,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 13:19:18,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:18,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-fafc5c4b-f06c-46a4-9b3b-f887d5ca78bf Date: Thu, 23 Aug 2018 13:19:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "ea6fd58a-d4bd-4de4-bb76-d73193396344", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cc0375ab-7862-4e07-b257-bba85a025490", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "106226daa69e4af0b1e052fb4e3f4e1c", "created_at": "2018-08-23T11:19:47Z", "admin_state_up": true, "updated_at": "2018-08-23T13:19:17Z", "revision_number": 4, "routes": [], "project_id": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "4e3291f5-0719-4ab0-aa4f-5db38ca54fa6", "name": "juju_epc-router_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}]} 2018-08-23 13:19:18,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fafc5c4b-f06c-46a4-9b3b-f887d5ca78bf 2018-08-23 13:19:18,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113601922989s 2018-08-23 13:19:18,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fafc5c4b-f06c-46a4-9b3b-f887d5ca78bf 2018-08-23 13:19:18,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 13:19:18,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:19,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb01b6a3-6ee3-4414-9cc6-22f385185d06 Content-Length: 0 Date: Thu, 23 Aug 2018 13:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 13:19:19,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6.json used request id req-bb01b6a3-6ee3-4414-9cc6-22f385185d06 2018-08-23 13:19:19,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31117081642s 2018-08-23 13:19:19,994 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4e3291f5-0719-4ab0-aa4f-5db38ca54fa6.json used request id req-bb01b6a3-6ee3-4414-9cc6-22f385185d06 2018-08-23 13:19:19,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 13:19:19,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:20,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-20dbf357-56d1-43f3-8c6b-f325183bdfcc Date: Thu, 23 Aug 2018 13:19:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ed6e917-9674-4ae0-a015-d3cd9c80bd6e","tenant_id":"106226daa69e4af0b1e052fb4e3f4e1c","created_at":"2018-08-23T11:19:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T11:19:46Z","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":"106226daa69e4af0b1e052fb4e3f4e1c","id":"2e046db3-e4a8-40df-b5ba-89608e357e32","subnetpool_id":null,"name":"juju_epc-subnet_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}]} 2018-08-23 13:19:20,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-20dbf357-56d1-43f3-8c6b-f325183bdfcc 2018-08-23 13:19:20,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0476009845734s 2018-08-23 13:19:20,042 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-20dbf357-56d1-43f3-8c6b-f325183bdfcc 2018-08-23 13:19:20,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 13:19:20,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/2e046db3-e4a8-40df-b5ba-89608e357e32.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:20,225 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-2b7c4013-3f14-4548-9ac9-4498171ca4ea Date: Thu, 23 Aug 2018 13:19:20 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 2e046db3-e4a8-40df-b5ba-89608e357e32: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-23 13:19:20,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2e046db3-e4a8-40df-b5ba-89608e357e32.json used request id req-2b7c4013-3f14-4548-9ac9-4498171ca4ea 2018-08-23 13:19:20,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.181032896042s 2018-08-23 13:19:20,226 - functest.core.tenantnetwork - ERROR - cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 253, in clean self.cloud.delete_subnet(self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 7896, in delete_subnet "/subnets/{subnet_id}.json".format(subnet_id=subnet['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.21:9696/v2.0/subnets/2e046db3-e4a8-40df-b5ba-89608e357e32.json Unable to complete operation on subnet 2e046db3-e4a8-40df-b5ba-89608e357e32: One or more ports have an IP allocation from this subnet. 2018-08-23 13:19:20,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 13:19:20,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:20,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-3c83c9a5-d156-4226-a350-088e248559fb Date: Thu, 23 Aug 2018 13:19:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-23T11:19:58Z", "file": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/file", "owner": "106226daa69e4af0b1e052fb4e3f4e1c", "id": "f877ef1c-4d8b-447e-acca-f3ee9c883250", "size": 296681472, "self": "/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://71162897-cbc9-4d79-b6b9-ef69a2c94478/images/f877ef1c-4d8b-447e-acca-f3ee9c883250/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-23T11:19:52Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 13:19:20,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3c83c9a5-d156-4226-a350-088e248559fb 2018-08-23 13:19:20,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371510982513s 2018-08-23 13:19:20,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3c83c9a5-d156-4226-a350-088e248559fb 2018-08-23 13:19:20,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 13:19:20,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cfef32abc4a3cdd012a40250ee52354bb828e0f3" 2018-08-23 13:19:20,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5672d040-9d99-4d2a-924a-fde6bd58dc63 Date: Thu, 23 Aug 2018 13:19:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 13:19:20,569 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250 used request id req-5672d040-9d99-4d2a-924a-fde6bd58dc63 2018-08-23 13:19:20,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.299039125443s 2018-08-23 13:19:20,569 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f877ef1c-4d8b-447e-acca-f3ee9c883250 used request id req-5672d040-9d99-4d2a-924a-fde6bd58dc63 2018-08-23 13:19:20,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-23 13:19:20,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:20,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 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-d0a6bc74-ac6d-4b51-beb6-111e189d0bf0 x-compute-request-id: req-d0a6bc74-ac6d-4b51-beb6-111e189d0bf0 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_fea59794-72ef-4472-8009-c78f20ee1b5d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9817fd75-6725-49a0-b885-b763057c3275", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "9817fd75-6725-49a0-b885-b763057c3275"}, {"name": "juju_epc-flavor_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e6724970-6c0a-41b7-886f-f981fc867664", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "e6724970-6c0a-41b7-886f-f981fc867664"}]} 2018-08-23 13:19:20,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d0a6bc74-ac6d-4b51-beb6-111e189d0bf0 2018-08-23 13:19:20,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271401405334s 2018-08-23 13:19:20,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d0a6bc74-ac6d-4b51-beb6-111e189d0bf0 2018-08-23 13:19:20,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-23 13:19:20,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:20,628 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 23 Aug 2018 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 x-openstack-request-id: req-188cb372-be7f-445c-9bab-95cf4c344a5a x-compute-request-id: req-188cb372-be7f-445c-9bab-95cf4c344a5a Content-Length: 0 Content-Type: application/json 2018-08-23 13:19:20,628 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664 used request id req-188cb372-be7f-445c-9bab-95cf4c344a5a 2018-08-23 13:19:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0283830165863s 2018-08-23 13:19:20,628 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e6724970-6c0a-41b7-886f-f981fc867664 used request id req-188cb372-be7f-445c-9bab-95cf4c344a5a 2018-08-23 13:19:20,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 13:19:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:20,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 13:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1eaf389-b055-4936-bc39-a6f9034f9f12 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/0590d17a52ca49bcbb8d17885ae685ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0590d17a52ca49bcbb8d17885ae685ea", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/097393e959d649f6adbce753e78412de"}, "domain_id": "default", "enabled": true, "options": {}, "id": "097393e959d649f6adbce753e78412de", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0a977d978c9b4991b08164f51c8d99d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0a977d978c9b4991b08164f51c8d99d4", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/0ca8e36104534e089112bab991291490"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ca8e36104534e089112bab991291490", "email": "aodh@localhost", "password_expires_at": null}, {"name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": {"self": "http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0feae8f5119741edb443e8a5d7974779", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/4a92b1e46ec54e40bf27ccecf0dc2adc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a92b1e46ec54e40bf27ccecf0dc2adc", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/503cb7bdb4c74bb1951429c588a78216"}, "domain_id": "default", "enabled": true, "options": {}, "id": "503cb7bdb4c74bb1951429c588a78216", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/5e7d9404b1354d6da2d1d555dfb34371"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e7d9404b1354d6da2d1d555dfb34371", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/60b49e0747be4498bc2f2b3b85825d6a"}, "domain_id": "6689ce088ae44b4d8621558cf295335b", "enabled": true, "options": {}, "id": "60b49e0747be4498bc2f2b3b85825d6a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/7dbcb72365cb4da98bfc1683fec066d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7dbcb72365cb4da98bfc1683fec066d1", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/9e3cc43fb7524193b2429df315f570aa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e3cc43fb7524193b2429df315f570aa", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/c0066b548d37410f8a1c08b63042ee14"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0066b548d37410f8a1c08b63042ee14", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/ca51935c59f444f88f88b460b0676fe0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca51935c59f444f88f88b460b0676fe0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/dca37b6986524182b59d103117a5c284"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dca37b6986524182b59d103117a5c284", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/f0de2d61fe844b0f9814ab59421ffa59"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f0de2d61fe844b0f9814ab59421ffa59", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-23 13:19:20,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a1eaf389-b055-4936-bc39-a6f9034f9f12 2018-08-23 13:19:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216555118561s 2018-08-23 13:19:20,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a1eaf389-b055-4936-bc39-a6f9034f9f12 2018-08-23 13:19:20,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 13:19:20,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:21,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 13:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6ce971-d263-45dc-b1fd-d9e380d88a4d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_aaace2f2-f7f3-4610-a6f0-88c4f0c15328", "links": {"self": "http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0feae8f5119741edb443e8a5d7974779", "description": null}} 2018-08-23 13:19:21,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 used request id req-5a6ce971-d263-45dc-b1fd-d9e380d88a4d 2018-08-23 13:19:21,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192393064499s 2018-08-23 13:19:21,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 used request id req-5a6ce971-d263-45dc-b1fd-d9e380d88a4d 2018-08-23 13:19:21,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 13:19:21,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:21,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 13:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bceaecac-34bf-42c0-be6a-80f005a7ca70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 13:19:21,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 used request id req-bceaecac-34bf-42c0-be6a-80f005a7ca70 2018-08-23 13:19:21,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.326797008514s 2018-08-23 13:19:21,370 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0feae8f5119741edb443e8a5d7974779 used request id req-bceaecac-34bf-42c0-be6a-80f005a7ca70 2018-08-23 13:19:21,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 13:19:21,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:21,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 13:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cd0abce-b829-49c8-bd89-bc2cffeddcf0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c"}, "tags": [], "enabled": true, "id": "106226daa69e4af0b1e052fb4e3f4e1c", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_aaace2f2-f7f3-4610-a6f0-88c4f0c15328"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/2daa17a30fbe437e8108d2263e27e868"}, "tags": [], "enabled": true, "id": "2daa17a30fbe437e8108d2263e27e868", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/75a5557001334edf9fd80cd1c711e2ec"}, "tags": [], "enabled": true, "id": "75a5557001334edf9fd80cd1c711e2ec", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-23 13:19:21,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0cd0abce-b829-49c8-bd89-bc2cffeddcf0 2018-08-23 13:19:21,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186578989029s 2018-08-23 13:19:21,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0cd0abce-b829-49c8-bd89-bc2cffeddcf0 2018-08-23 13:19:21,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 13:19:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4e251fb3a3c13690895153320faa433f91167986" 2018-08-23 13:19:21,802 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 13:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54eea55c-2e3e-467b-828d-e9bc39e869c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 13:19:21,802 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c used request id req-54eea55c-2e3e-467b-828d-e9bc39e869c2 2018-08-23 13:19:21,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.233340978622s 2018-08-23 13:19:21,803 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/106226daa69e4af0b1e052fb4e3f4e1c used request id req-54eea55c-2e3e-467b-828d-e9bc39e869c2 2018-08-23 13:19:21,803 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-23 13:19:21,804 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 05:06 | PASS | | cloudify_ims | functest | vnf | 11:00 | FAIL | | heat_ims | functest | vnf | 06:09 | FAIL | | vyos_vrouter | functest | vnf | 05:25 | FAIL | | juju_epc | functest | vnf | 119:27 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-23 13:19:21,809 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-23 13:19:21,870 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 13:19:21,892 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 13:19:21,971 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-23 13:19:22,071 - paramiko.transport - DEBUG - EOF in transport thread